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 SocketFlusherSocketBufferWriter. flusherThis is the flusher that is used to asynchronously flush.private SocketFlusherFlushSignaller. writerThis 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 theFlushSignallerobject.
-