Uses of Package
org.simpleframework.transport
Packages that use org.simpleframework.transport
Package
Description
-
Classes in org.simpleframework.transport used by org.simpleframework.httpClassDescriptionThe
Certificateinterface represents the certificate that is sent by a client during a secure HTTPS conversation.TheChannelinterface represents a connected channel through which data can be sent and received. -
Classes in org.simpleframework.transport used by org.simpleframework.http.coreClassDescriptionThe
ByteCursorobject is used to acquire bytes from a given source.TheByteWriterobject is used to send data over the TCP transport.TheCertificateinterface represents the certificate that is sent by a client during a secure HTTPS conversation.TheCertificateChallengeobject is used to challenge a client for their x509 certificate.TheChannelinterface represents a connected channel through which data can be sent and received.This is aSocketinterface that is used to represent a socket.TheSocketProcessorinterface represents a processor that is used to acceptSocketobjects.TheTransportinterface represents a low level means to deliver content to the connected client.This is theTransportProcessorused to process the provided transport in a higher layer. -
Classes in org.simpleframework.transport used by org.simpleframework.http.messageClassDescriptionThe
ByteCursorobject is used to acquire bytes from a given source.TheByteWriterobject is used to send data over the TCP transport.TheChannelinterface represents a connected channel through which data can be sent and received. -
Classes in org.simpleframework.transport used by org.simpleframework.http.socket.serviceClassDescriptionThe
ByteCursorobject is used to acquire bytes from a given source.TheByteWriterobject is used to send data over the TCP transport.TheChannelinterface represents a connected channel through which data can be sent and received. -
Classes in org.simpleframework.transport used by org.simpleframework.transportClassDescriptionThe
ByteCursorobject is used to acquire bytes from a given source.TheByteReaderobject is used to acquire bytes from a given source.TheByteWriterobject is used to send data over the TCP transport.TheCertificateinterface represents the certificate that is sent by a client during a secure HTTPS conversation.TheCertificateChallengeobject is used to challenge a client for their x509 certificate.TheChannelinterface represents a connected channel through which data can be sent and received.TheFlushSchedulerobject is used to schedule a task for execution when it is write ready.TheFlushSignalleris an operation that performs writes operation asynchronously.TheNegotiationinterface is used to represent an SSL negotiation.TheNegotiationStaterepresents the certificate that is sent by a client during a secure HTTPS conversation.TheChallengeobject is used to enable the server to challenge for the client X509 certificate if desired.TheDelegateis basically a settable runnable object.TheOperationFactoryis used to create operations for the transport processor.ThePhaseobject represents an asynchronous phase within the negotiation.ThePhaseTypeenumeration is used to determine what phase of the negotiation the handshake is in.This is aSocketinterface that is used to represent a socket.TheSocketBufferrepresents a buffer that aggregates small fragments in to a single buffer before sending them.TheSocketBufferAppenderrepresents a buffer fragment collector.TheSocketBufferWriteris used to represent the means to write buffers to an underlying transport.TheSocketFlusherflushes bytes to the underlying socket channel.TheSocketProcessorinterface represents a processor that is used to acceptSocketobjects.TheTransportinterface represents a low level means to deliver content to the connected client.TheTransportEventenum represents various events that can occur with the transport.This is theTransportProcessorused to process the provided transport in a higher layer. -
Classes in org.simpleframework.transport used by org.simpleframework.transport.connectClassDescriptionThe
SocketProcessorinterface represents a processor that is used to acceptSocketobjects.