public class

SocketStreamCopyMonitor

extends Thread
java.lang.Object
   ↳ java.lang.Thread
     ↳ net.schmizz.sshj.connection.channel.SocketStreamCopyMonitor

Summary

[Expand]
Inherited Constants
From class java.lang.Thread
[Expand]
Inherited Fields
From class java.lang.Thread
Public Methods
static void monitor(int frequency, TimeUnit unit, Event<IOException> x, Event<IOException> y, Channel channel, Socket socket)
[Expand]
Inherited Methods
From class java.lang.Thread
From class java.lang.Object
From interface java.lang.Runnable

Public Methods

public static void monitor (int frequency, TimeUnit unit, Event<IOException> x, Event<IOException> y, Channel channel, Socket socket)

Parameters
frequency
unit
x
y
channel
socket