TransportChannel
provides a means to deliver and receive content over a transport. This essentially provides two adapters which enable simpler communication with the underlying transport. They hide the complexities involved with buffering and resetting data written to and read from the socket.
@author Niall Gallagher
@see org.simpleframework.transport.Processor
|
|