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 TypeClassDescription(package private) classTheSecureTransportobject provides an implementation of a transport used to send and receive data over SSL.classTheSocketTransportobject offers a transport that can send and receive bytes in a non-blocking manner.classThis is aSocketWrapperobjects that represents a TCP socket connections.Fields in org.simpleframework.transport declared as SocketModifier and TypeFieldDescriptionprivate final SocketFlushSignaller.socketThis is the socket that this will be flushing.private final SocketNegotiationState.socketThis is the socket representing the underlying TCP connection.private SocketSocketTransport.socketThis 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 createOperationobject to process the next phase of the negotiation.private OperationOperationFactory.getInstance(Socket socket, SSLEngine engine) This method is used to createOperationobject to process the next phase of the negotiation.voidUsed 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 SocketModifierConstructorDescriptionConstructor for theChallengeobject.Constructor for theDelegateobject.FlushScheduler(Socket socket, Reactor reactor, Operation task, Object lock) Constructor for theFlushSchedulerobject.FlushSignaller(SocketFlusher writer, Socket socket) Constructor for theFlushSignallerobject.NegotiationState(Negotiation negotiation, Socket socket) Constructor for theNegotiationCertificateobject.SocketBuffer(Socket socket, int chunk, int limit) Constructor for theSocketBufferobject.SocketBufferAppender(Socket socket, int chunk, int limit) Constructor for theSocketBufferAppenderobject.SocketBufferWriter(Socket socket, Reactor reactor, int buffer, int threshold) Constructor for theSocketBufferWriterobject.SocketFlusher(SocketBuffer buffer, Socket socket, Reactor reactor) Constructor for theSocketFlusherobject.SocketTransport(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.