Uses of Interface
org.simpleframework.transport.Socket
Packages that use Socket
-
Uses of Socket in org.simpleframework.http.core
Methods in org.simpleframework.http.core with parameters of type Socket -
Uses of Socket in org.simpleframework.transport
Subinterfaces of Socket in org.simpleframework.transportModifier and TypeInterfaceDescriptioninterfaceTheTransportinterface represents a low level means to deliver content to the connected client.Classes in org.simpleframework.transport that implement SocketModifier and TypeClassDescriptionclassTheSocketTransportobject offers a transport that can send and receive bytes in a non-blocking manner.classThis is aSocketWrapperobjects that represents a TCP socket connections.Methods in org.simpleframework.transport with parameters of type SocketModifier and TypeMethodDescriptionvoidUsed to process theSocketwhich is a full duplex TCP connection to a higher layer the application.voidUsed to connect theSocketwhich is a full duplex TCP connection to a higher layer the application.Constructors in org.simpleframework.transport with parameters of type SocketModifierConstructorDescriptionSocketTransport(Socket socket, Reactor reactor) Constructor for theSocketTransportobject.SocketTransport(Socket socket, Reactor reactor, int buffer) Constructor for theSocketTransportobject.SocketTransport(Socket socket, Reactor reactor, int buffer, int threshold) Constructor for theSocketTransportobject.