Uses of Package
org.simpleframework.transport
-
Classes in org.simpleframework.transport used by org.simpleframework.http Class Description Certificate TheCertificate
interface represents the certificate that is sent by a client during a secure HTTPS conversation.Channel TheChannel
interface 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 TheByteCursor
object is used to acquire bytes from a given source.ByteWriter TheByteWriter
object is used to send data over the TCP transport.Certificate TheCertificate
interface represents the certificate that is sent by a client during a secure HTTPS conversation.CertificateChallenge TheCertificateChallenge
object is used to challenge a client for their x509 certificate.Channel TheChannel
interface represents a connected channel through which data can be sent and received.Socket This is aSocket
interface that is used to represent a socket.SocketProcessor TheSocketProcessor
interface represents a processor that is used to acceptSocket
objects.Transport TheTransport
interface represents a low level means to deliver content to the connected client.TransportProcessor This is theTransportProcessor
used to process the provided transport in a higher layer. -
Classes in org.simpleframework.transport used by org.simpleframework.http.message Class Description ByteCursor TheByteCursor
object is used to acquire bytes from a given source.ByteWriter TheByteWriter
object is used to send data over the TCP transport.Channel TheChannel
interface 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 TheByteCursor
object is used to acquire bytes from a given source.ByteWriter TheByteWriter
object is used to send data over the TCP transport.Channel TheChannel
interface 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 TheByteCursor
object is used to acquire bytes from a given source.ByteReader TheByteReader
object is used to acquire bytes from a given source.ByteWriter TheByteWriter
object is used to send data over the TCP transport.Certificate TheCertificate
interface represents the certificate that is sent by a client during a secure HTTPS conversation.CertificateChallenge TheCertificateChallenge
object is used to challenge a client for their x509 certificate.Channel TheChannel
interface represents a connected channel through which data can be sent and received.FlushScheduler TheFlushScheduler
object is used to schedule a task for execution when it is write ready.FlushSignaller TheFlushSignaller
is an operation that performs writes operation asynchronously.Negotiation TheNegotiation
interface is used to represent an SSL negotiation.NegotiationState TheNegotiationState
represents the certificate that is sent by a client during a secure HTTPS conversation.NegotiationState.Challenge TheChallenge
object is used to enable the server to challenge for the client X509 certificate if desired.NegotiationState.Delegate TheDelegate
is basically a settable runnable object.OperationFactory TheOperationFactory
is used to create operations for the transport processor.Phase ThePhase
object represents an asynchronous phase within the negotiation.PhaseType ThePhaseType
enumeration is used to determine what phase of the negotiation the handshake is in.Socket This is aSocket
interface that is used to represent a socket.SocketBuffer TheSocketBuffer
represents a buffer that aggregates small fragments in to a single buffer before sending them.SocketBufferAppender TheSocketBufferAppender
represents a buffer fragment collector.SocketBufferWriter TheSocketBufferWriter
is used to represent the means to write buffers to an underlying transport.SocketFlusher TheSocketFlusher
flushes bytes to the underlying socket channel.SocketProcessor TheSocketProcessor
interface represents a processor that is used to acceptSocket
objects.Transport TheTransport
interface represents a low level means to deliver content to the connected client.TransportEvent TheTransportEvent
enum represents various events that can occur with the transport.TransportProcessor This is theTransportProcessor
used to process the provided transport in a higher layer. -
Classes in org.simpleframework.transport used by org.simpleframework.transport.connect Class Description SocketProcessor TheSocketProcessor
interface represents a processor that is used to acceptSocket
objects.