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 class
SocketTransport
TheSocketTransport
object 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 void
TransportProcessor. process(Transport transport)
This is used to process aTransport
instance 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 theTransportChannel
object.TransportCursor(Transport transport)
Constructor for theTransportCursor
object.TransportCursor(Transport transport, int size)
Constructor for theTransportCursor
object.TransportWriter(Transport transport)
Constructor for theTransportWriter
object.
-