Uses of Interface
org.simpleframework.transport.Socket
-
Packages that use Socket Package Description org.simpleframework.http.core org.simpleframework.transport -
-
Uses of Socket in org.simpleframework.http.core
Methods in org.simpleframework.http.core with parameters of type Socket Modifier and Type Method Description voidContainerSocketProcessor. process(Socket socket)This is used to consume HTTP messages that arrive on the socket and dispatch them to the internal container. -
Uses of Socket in org.simpleframework.transport
Subinterfaces of Socket in org.simpleframework.transport Modifier and Type Interface Description interfaceTransportTheTransportinterface represents a low level means to deliver content to the connected client.Classes in org.simpleframework.transport that implement Socket Modifier and Type Class Description (package private) classSecureTransportTheSecureTransportobject provides an implementation of a transport used to send and receive data over SSL.classSocketTransportTheSocketTransportobject offers a transport that can send and receive bytes in a non-blocking manner.classSocketWrapperThis is aSocketWrapperobjects that represents a TCP socket connections.Fields in org.simpleframework.transport declared as Socket Modifier and Type Field Description private SocketFlushSignaller. socketThis is the socket that this will be flushing.private 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 Socket Modifier and Type Method Description OperationOperationFactory. getInstance(Socket socket)This method is used to createOperationobject to process the next phase of the negotiation.private OperationOperationFactory. getInstance(Socket socket, javax.net.ssl.SSLEngine engine)This method is used to createOperationobject to process the next phase of the negotiation.voidSocketProcessor. process(Socket socket)Used to process theSocketwhich is a full duplex TCP connection to a higher layer the application.voidTransportSocketProcessor. process(Socket socket)Used to connect theSocketwhich is a full duplex TCP connection to a higher layer the application.Constructors in org.simpleframework.transport with parameters of type Socket Constructor Description Challenge(Socket socket)Constructor for theChallengeobject.Delegate(Socket socket)Constructor for theDelegateobject.FlushScheduler(Socket socket, Reactor reactor, Operation task, java.lang.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.
-