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.coreClassDescriptionThis is a
Socketinterface 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.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.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.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.