Uses of Interface
org.simpleframework.transport.Transport
-
Packages that use Transport Package Description org.simpleframework.transport -
-
Uses of Transport in org.simpleframework.transport
Classes in org.simpleframework.transport that implement Transport Modifier and Type Class Description classSocketTransportTheSocketTransportobject offers a transport that can send and receive bytes in a non-blocking manner.Methods in org.simpleframework.transport with parameters of type Transport Modifier and Type Method Description voidTransportProcessor. process(Transport transport)This is used to process aTransportinstance in a higher layer that can handle a protocol.Constructors in org.simpleframework.transport with parameters of type Transport Constructor Description TransportChannel(Transport transport)Constructor for theTransportChannelobject.TransportCursor(Transport transport)Constructor for theTransportCursorobject.TransportCursor(Transport transport, int size)Constructor for theTransportCursorobject.TransportWriter(Transport transport)Constructor for theTransportWriterobject.
-