Uses of Interface
org.simpleframework.transport.Transport
Packages that use Transport
-
Uses of Transport in org.simpleframework.http.core
Methods in org.simpleframework.http.core with parameters of type Transport -
Uses of Transport in org.simpleframework.transport
Classes in org.simpleframework.transport that implement TransportModifier and TypeClassDescriptionclassTheSocketTransportobject offers a transport that can send and receive bytes in a non-blocking manner.Methods in org.simpleframework.transport with parameters of type TransportModifier and TypeMethodDescriptionvoidThis is used to process aTransportinstance in a higher layer that can handle a protocol.Constructors in org.simpleframework.transport with parameters of type TransportModifierConstructorDescriptionTransportChannel(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.