Package org.refcodes.io
Interface Sendable
-
- All Superinterfaces:
org.refcodes.component.Closable,org.refcodes.component.Closable.CloseAutomaton,org.refcodes.component.ClosedAccessor,org.refcodes.component.ConnectableComponent,org.refcodes.component.ConnectableComponent.ConnectableAutomaton,org.refcodes.component.ConnectionStatusAccessor,java.io.Flushable,org.refcodes.component.Flushable,org.refcodes.component.OpenedAccessor
- All Known Subinterfaces:
BidirectionalConnectionByteTransceiver<INPUT,OUTPUT>,BidirectionalConnectionTransceiver<DATA,INPUT,OUTPUT>,BidirectionalStreamConnectionByteTransceiver,BidirectionalStreamConnectionTransceiver<DATA>,BlockSender<DATA>,BlockTransceiver<DATA>,ByteBlockSender,ByteBlockTransceiver,ByteDatagramSender,ByteDatagramTransceiver,ByteSender,ByteTransceiver,ConnectionByteSender<CON>,ConnectionByteTransceiver<CON>,ConnectionSender<DATA,CON>,ConnectionShortSender<CON>,ConnectionShortTransceiver<CON>,ConnectionTransceiver<DATA,CON>,DatagramSender<DATA>,DatagramTransceiver<DATA>,LoopbackByteSender,LoopbackByteTransceiver,LoopbackSender<DATA>,LoopbackShortSender,LoopbackShortTransceiver,LoopbackTransceiver<DATA>,OutputStreamConnectionByteSender,OutputStreamConnectionSender<DATA>,Sender<DATA>,ShortBlockSender,ShortDatagramSender,ShortSender,ShortTransceiver,Transceiver<DATA>
- All Known Implementing Classes:
AbstractByteSender,AbstractSender,AbstractShortSender,BidirectionalStreamByteTransceiverImpl,BidirectionalStreamConnectionByteTransceiverImpl,BidirectionalStreamConnectionTransceiverImpl,BidirectionalStreamTransceiverImpl,ByteSenderDecorator,LoopbackByteSenderImpl,LoopbackByteTransceiverImpl,LoopbackSenderImpl,LoopbackShortSenderImpl,LoopbackShortTransceiverImpl,LoopbackTransceiverImpl,OutputStreamByteSenderImpl,OutputStreamConnectionByteSenderImpl,OutputStreamConnectionSenderImpl,OutputStreamSenderImpl,PrefetchBidirectionalStreamByteTransceiverImpl,PrefetchBidirectionalStreamConnectionByteTransceiverImpl,PrefetchBidirectionalStreamConnectionTransceiverImpl,PrefetchBidirectionalStreamTransceiverImpl,SenderDecorator,ShortSenderDecorator
public interface Sendable extends org.refcodes.component.ConnectableComponent.ConnectableAutomaton, org.refcodes.component.FlushableThe Interface Sendable.- Author:
- steiner
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.component.Closable
org.refcodes.component.Closable.CloseAutomaton, org.refcodes.component.Closable.CloseBuilder<B extends org.refcodes.component.Closable.CloseBuilder<B>>
-
Nested classes/interfaces inherited from interface org.refcodes.component.ClosedAccessor
org.refcodes.component.ClosedAccessor.ClosedMutator, org.refcodes.component.ClosedAccessor.ClosedProperty
-
Nested classes/interfaces inherited from interface org.refcodes.component.ConnectableComponent
org.refcodes.component.ConnectableComponent.ConnectableAutomaton
-
Nested classes/interfaces inherited from interface org.refcodes.component.ConnectionStatusAccessor
org.refcodes.component.ConnectionStatusAccessor.ConnectionStatusMutator, org.refcodes.component.ConnectionStatusAccessor.ConnectionStatusProperty
-
-
Method Summary
-
Methods inherited from interface org.refcodes.component.Closable
close, closeIn, closeQuietly, closeUnchecked
-
Methods inherited from interface org.refcodes.component.ConnectionStatusAccessor
getConnectionStatus, isConnectionOpened
-
-