Package org.simpleframework.transport
package org.simpleframework.transport
-
ClassDescriptionThe
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.TheSocketTransportobject offers a transport that can send and receive bytes in a non-blocking manner.This is aSocketWrapperobjects that represents a TCP socket connections.TheTransportinterface represents a low level means to deliver content to the connected client.TheTransportChannelprovides a means to deliver and receive content over a transport.TheTransportCursorobject represents a cursor that can read and buffer data from an underlying transport.TheTransportEventenum represents various events that can occur with the transport.TheTransportExceptionobject is thrown when there is a problem with the transport.This is theTransportProcessorused to process the provided transport in a higher layer.TheTransportSocketProcessoris used to convert sockets to transports.TheTransportWriterobject is used to write bytes to and underlying transport.