Uses of Class
org.simpleframework.transport.SocketFlusher
-
Packages that use SocketFlusher Package Description org.simpleframework.transport -
-
Uses of SocketFlusher in org.simpleframework.transport
Fields in org.simpleframework.transport declared as SocketFlusher Modifier and Type Field Description private SocketFlusher
SocketBufferWriter. flusher
This is the flusher that is used to asynchronously flush.private SocketFlusher
FlushSignaller. writer
This is the writer that is used to write the data.Constructors in org.simpleframework.transport with parameters of type SocketFlusher Constructor Description FlushSignaller(SocketFlusher writer, Socket socket)
Constructor for theFlushSignaller
object.
-