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