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 TypeInterfaceDescriptioninterface
TheTransport
interface represents a low level means to deliver content to the connected client.Classes in org.simpleframework.transport that implement SocketModifier and TypeClassDescription(package private) class
TheSecureTransport
object provides an implementation of a transport used to send and receive data over SSL.class
TheSocketTransport
object offers a transport that can send and receive bytes in a non-blocking manner.class
This is aSocketWrapper
objects that represents a TCP socket connections.Fields in org.simpleframework.transport declared as SocketModifier and TypeFieldDescriptionprivate final Socket
FlushSignaller.socket
This is the socket that this will be flushing.private final Socket
NegotiationState.socket
This is the socket representing the underlying TCP connection.private Socket
SocketTransport.socket
This is the socket that this transport is representing.Methods in org.simpleframework.transport with parameters of type SocketModifier and TypeMethodDescriptionOperationFactory.getInstance
(Socket socket) This method is used to createOperation
object to process the next phase of the negotiation.private Operation
OperationFactory.getInstance
(Socket socket, SSLEngine engine) This method is used to createOperation
object to process the next phase of the negotiation.void
Used to process theSocket
which is a full duplex TCP connection to a higher layer the application.void
Used to connect theSocket
which is a full duplex TCP connection to a higher layer the application.Constructors in org.simpleframework.transport with parameters of type SocketModifierConstructorDescriptionConstructor for theChallenge
object.Constructor for theDelegate
object.FlushScheduler
(Socket socket, Reactor reactor, Operation task, Object lock) Constructor for theFlushScheduler
object.FlushSignaller
(SocketFlusher writer, Socket socket) Constructor for theFlushSignaller
object.NegotiationState
(Negotiation negotiation, Socket socket) Constructor for theNegotiationCertificate
object.SocketBuffer
(Socket socket, int chunk, int limit) Constructor for theSocketBuffer
object.SocketBufferAppender
(Socket socket, int chunk, int limit) Constructor for theSocketBufferAppender
object.SocketBufferWriter
(Socket socket, Reactor reactor, int buffer, int threshold) Constructor for theSocketBufferWriter
object.SocketFlusher
(SocketBuffer buffer, Socket socket, Reactor reactor) Constructor for theSocketFlusher
object.SocketTransport
(Socket socket, Reactor reactor) Constructor for theSocketTransport
object.SocketTransport
(Socket socket, Reactor reactor, int buffer) Constructor for theSocketTransport
object.SocketTransport
(Socket socket, Reactor reactor, int buffer, int threshold) Constructor for theSocketTransport
object.