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