Package org.simpleframework.transport


package org.simpleframework.transport
  • Class
    Description
    The ByteCursor object is used to acquire bytes from a given source.
    The ByteWriter object is used to send data over the TCP transport.
    The Certificate interface represents the certificate that is sent by a client during a secure HTTPS conversation.
    The CertificateChallenge object is used to challenge a client for their x509 certificate.
    The Channel interface represents a connected channel through which data can be sent and received.
    This is a Socket interface that is used to represent a socket.
    The SocketProcessor interface represents a processor that is used to accept Socket objects.
    The SocketTransport object offers a transport that can send and receive bytes in a non-blocking manner.
    This is a SocketWrapper objects that represents a TCP socket connections.
    The Transport interface represents a low level means to deliver content to the connected client.
    The TransportChannel provides a means to deliver and receive content over a transport.
    The TransportCursor object represents a cursor that can read and buffer data from an underlying transport.
    The TransportEvent enum represents various events that can occur with the transport.
    The TransportException object is thrown when there is a problem with the transport.
    This is the TransportProcessor used to process the provided transport in a higher layer.
    The TransportSocketProcessor is used to convert sockets to transports.
    The TransportWriter object is used to write bytes to and underlying transport.