Uses of Package
org.simpleframework.transport
-
Classes in org.simpleframework.transport used by org.simpleframework.http Class Description Certificate TheCertificateinterface represents the certificate that is sent by a client during a secure HTTPS conversation.Channel TheChannelinterface represents a connected channel through which data can be sent and received. -
Classes in org.simpleframework.transport used by org.simpleframework.http.core Class Description ByteCursor TheByteCursorobject is used to acquire bytes from a given source.ByteWriter TheByteWriterobject is used to send data over the TCP transport.Certificate TheCertificateinterface represents the certificate that is sent by a client during a secure HTTPS conversation.CertificateChallenge TheCertificateChallengeobject is used to challenge a client for their x509 certificate.Channel TheChannelinterface represents a connected channel through which data can be sent and received.Socket This is aSocketinterface that is used to represent a socket.SocketProcessor TheSocketProcessorinterface represents a processor that is used to acceptSocketobjects.Transport TheTransportinterface represents a low level means to deliver content to the connected client.TransportProcessor This is theTransportProcessorused to process the provided transport in a higher layer. -
Classes in org.simpleframework.transport used by org.simpleframework.http.message Class Description ByteCursor TheByteCursorobject is used to acquire bytes from a given source.ByteWriter TheByteWriterobject is used to send data over the TCP transport.Channel TheChannelinterface represents a connected channel through which data can be sent and received. -
Classes in org.simpleframework.transport used by org.simpleframework.http.socket.service Class Description ByteCursor TheByteCursorobject is used to acquire bytes from a given source.ByteWriter TheByteWriterobject is used to send data over the TCP transport.Channel TheChannelinterface represents a connected channel through which data can be sent and received. -
Classes in org.simpleframework.transport used by org.simpleframework.transport Class Description ByteCursor TheByteCursorobject is used to acquire bytes from a given source.ByteReader TheByteReaderobject is used to acquire bytes from a given source.ByteWriter TheByteWriterobject is used to send data over the TCP transport.Certificate TheCertificateinterface represents the certificate that is sent by a client during a secure HTTPS conversation.CertificateChallenge TheCertificateChallengeobject is used to challenge a client for their x509 certificate.Channel TheChannelinterface represents a connected channel through which data can be sent and received.FlushScheduler TheFlushSchedulerobject is used to schedule a task for execution when it is write ready.FlushSignaller TheFlushSignalleris an operation that performs writes operation asynchronously.Negotiation TheNegotiationinterface is used to represent an SSL negotiation.NegotiationState TheNegotiationStaterepresents the certificate that is sent by a client during a secure HTTPS conversation.NegotiationState.Challenge TheChallengeobject is used to enable the server to challenge for the client X509 certificate if desired.NegotiationState.Delegate TheDelegateis basically a settable runnable object.OperationFactory TheOperationFactoryis used to create operations for the transport processor.Phase ThePhaseobject represents an asynchronous phase within the negotiation.PhaseType ThePhaseTypeenumeration is used to determine what phase of the negotiation the handshake is in.Socket This is aSocketinterface that is used to represent a socket.SocketBuffer TheSocketBufferrepresents a buffer that aggregates small fragments in to a single buffer before sending them.SocketBufferAppender TheSocketBufferAppenderrepresents a buffer fragment collector.SocketBufferWriter TheSocketBufferWriteris used to represent the means to write buffers to an underlying transport.SocketFlusher TheSocketFlusherflushes bytes to the underlying socket channel.SocketProcessor TheSocketProcessorinterface represents a processor that is used to acceptSocketobjects.Transport TheTransportinterface represents a low level means to deliver content to the connected client.TransportEvent TheTransportEventenum represents various events that can occur with the transport.TransportProcessor This is theTransportProcessorused to process the provided transport in a higher layer. -
Classes in org.simpleframework.transport used by org.simpleframework.transport.connect Class Description SocketProcessor TheSocketProcessorinterface represents a processor that is used to acceptSocketobjects.