Uses of Package
org.simpleframework.transport

  • Class
    Description
    The Certificate interface represents the certificate that is sent by a client during a secure HTTPS conversation.
    The Channel interface represents a connected channel through which data can be sent and received.
  • 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 Transport interface represents a low level means to deliver content to the connected client.
    This is the TransportProcessor used to process the provided transport in a higher layer.
  • 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 Channel interface represents a connected channel through which data can be sent and received.
  • 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 Channel interface represents a connected channel through which data can be sent and received.
  • Class
    Description
    The ByteCursor object is used to acquire bytes from a given source.
    The ByteReader 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.
    The FlushScheduler object is used to schedule a task for execution when it is write ready.
    The FlushSignaller is an operation that performs writes operation asynchronously.
    The Negotiation interface is used to represent an SSL negotiation.
    The NegotiationState represents the certificate that is sent by a client during a secure HTTPS conversation.
    The Challenge object is used to enable the server to challenge for the client X509 certificate if desired.
    The Delegate is basically a settable runnable object.
    The OperationFactory is used to create operations for the transport processor.
    The Phase object represents an asynchronous phase within the negotiation.
    The PhaseType enumeration is used to determine what phase of the negotiation the handshake is in.
    This is a Socket interface that is used to represent a socket.
    The SocketBuffer represents a buffer that aggregates small fragments in to a single buffer before sending them.
    The SocketBufferAppender represents a buffer fragment collector.
    The SocketBufferWriter is used to represent the means to write buffers to an underlying transport.
    The SocketFlusher flushes bytes to the underlying socket channel.
    The SocketProcessor interface represents a processor that is used to accept Socket objects.
    The Transport interface represents a low level means to deliver content to the connected client.
    The TransportEvent enum represents various events that can occur with the transport.
    This is the TransportProcessor used to process the provided transport in a higher layer.
  • Class
    Description
    The SocketProcessor interface represents a processor that is used to accept Socket objects.