Interface ConnectionBytesTransceiver<CON>

Type Parameters:
CON - the generic type
All Superinterfaces:
Availability, ByteDestination, ByteReceiver, BytesDestination, ByteSource, BytesReceiver, BytesSource, BytesTransceiver, BytesTransmitter, ByteTransceiver, ByteTransmitter, org.refcodes.component.Closable, org.refcodes.component.Closable.CloseAutomaton, org.refcodes.component.ClosedAccessor, org.refcodes.component.ConnectableComponent, org.refcodes.component.ConnectableComponent.ConnectableAutomaton, ConnectionBytesReceiver<CON>, ConnectionBytesTransmitter<CON>, org.refcodes.component.ConnectionComponent<CON>, org.refcodes.component.ConnectionComponent.ConnectionAutomaton<CON>, org.refcodes.component.ConnectionOpenable<CON>, org.refcodes.component.ConnectionOpenable.ConnectionOpenAutomaton<CON>, org.refcodes.component.ConnectionStatusAccessor, Flushable, org.refcodes.component.Flushable, org.refcodes.mixin.InputStreamAccessor, org.refcodes.component.OpenedAccessor, org.refcodes.mixin.OutputStreamAccessor, Receivable, Skippable, TimeoutInputStreamAccessor, Transmittable
All Known Implementing Classes:
LoopbackBytesTransceiver

public interface ConnectionBytesTransceiver<CON> extends BytesTransceiver, ConnectionBytesReceiver<CON>, ConnectionBytesTransmitter<CON>, org.refcodes.component.ConnectionComponent.ConnectionAutomaton<CON>
The ConnectionBytesTransceiver defines the DatagramTransceiver functionality set on top of a connection (as of the ConnectionComponent.ConnectionAutomaton) for data types "byte".