Interface InputStreamConnectionByteReceiver

All Superinterfaces:
Availability, ByteDestination, ByteReceiver, BytesDestination, BytesReceiver, org.refcodes.component.Closable, org.refcodes.component.Closable.CloseAutomaton, org.refcodes.component.ClosedAccessor, org.refcodes.component.ConnectableComponent, org.refcodes.component.ConnectableComponent.ConnectableAutomaton, ConnectionBytesReceiver<InputStream>, org.refcodes.component.ConnectionComponent<InputStream>, org.refcodes.component.ConnectionComponent.ConnectionAutomaton<InputStream>, org.refcodes.component.ConnectionOpenable<InputStream>, org.refcodes.component.ConnectionOpenable.ConnectionOpenAutomaton<InputStream>, org.refcodes.component.ConnectionStatusAccessor, org.refcodes.mixin.InputStreamAccessor, org.refcodes.component.OpenedAccessor, Receivable, Skippable, TimeoutInputStreamAccessor
All Known Implementing Classes:
InputStreamConnectionByteReceiverImpl, PrefetchInputStreamConnectionByteReceiver

public interface InputStreamConnectionByteReceiver extends ConnectionBytesReceiver<InputStream>
A InputStreamConnectionByteReceiver is a DatagramReceiver connected through I/O streams with a OutputStreamConnectionDatagramsTransmitter. A Socket or a ServerSocket may be used to retrieve the according I/O streams.