ByteBlockConsumer, ByteBlockProvider, ByteBlockReceiver, ByteBlockSender, ByteConsumer, ByteDatagramConsumer, ByteDatagramProvider, ByteDatagramReceiver, ByteDatagramSender, ByteProvider, ByteReceiver, ByteSender, ByteTransceiver, org.refcodes.component.Closable, org.refcodes.component.Closable.CloseAutomaton, org.refcodes.component.ClosedAccessor, org.refcodes.component.ConnectableComponent, org.refcodes.component.ConnectableComponent.ConnectableAutomaton, ConnectionByteReceiver<LoopbackByteTransceiver>, ConnectionByteSender<LoopbackByteTransceiver>, ConnectionByteTransceiver<LoopbackByteTransceiver>, org.refcodes.component.ConnectionComponent<LoopbackByteTransceiver>, org.refcodes.component.ConnectionComponent.ConnectionAutomaton<LoopbackByteTransceiver>, org.refcodes.component.ConnectionOpenable<LoopbackByteTransceiver>, org.refcodes.component.ConnectionOpenable.ConnectionOpenAutomaton<LoopbackByteTransceiver>, org.refcodes.component.ConnectionStatusAccessor, Flushable, org.refcodes.component.Flushable, org.refcodes.component.OpenedAccessor, Receivable, org.refcodes.mixin.Releaseable, SendableLoopbackByteTransceiverImplpublic interface LoopbackByteTransceiver extends ConnectionByteTransceiver<LoopbackByteTransceiver>
LoopbackByteTransceiver is a DatagramTransceiver connected
directly within the same JVM with another LoopbackByteTransceiver; a
"loopback" connection is used for establishing the connection which cannot be
accessed outside the JVM or the running machine.org.refcodes.component.Closable.CloseAutomaton, org.refcodes.component.Closable.CloseBuilder<B extends org.refcodes.component.Closable.CloseBuilder<B>>org.refcodes.component.ClosedAccessor.ClosedMutator, org.refcodes.component.ClosedAccessor.ClosedPropertyorg.refcodes.component.ConnectableComponent.ConnectableAutomatonorg.refcodes.component.ConnectionComponent.ConnectionAutomaton<CON extends Object>, org.refcodes.component.ConnectionComponent.ConnectionComponentBuilder<CON extends Object,B extends org.refcodes.component.ConnectionComponent.ConnectionComponentBuilder<CON,B>>org.refcodes.component.ConnectionOpenable.ConnectionOpenAutomaton<CON extends Object>, org.refcodes.component.ConnectionOpenable.ConnectionOpenBuilder<CON extends Object,B extends org.refcodes.component.ConnectionOpenable.ConnectionOpenBuilder<CON,B>>org.refcodes.component.ConnectionStatusAccessor.ConnectionStatusMutator, org.refcodes.component.ConnectionStatusAccessor.ConnectionStatusProperty| Modifier and Type | Method | Description |
|---|---|---|
void |
pushDatagram(byte aDatagram) |
Pushes a datagram into the
LoopbackByteReceiver. |
writeDatagram, writeDatagramsreadDatagramreadDatagrams, readDatagramsflush, writeDatagramsclose, closeIn, closeQuietly, closeUncheckedisOpenablegetConnectionStatus, isConnectionOpenedhasDatagramvoid pushDatagram(byte aDatagram)
throws org.refcodes.component.OpenException
LoopbackByteReceiver. Them datagrams
can be retrieved via ByteDatagramProvider.readDatagram(): use Receivable.hasDatagram()
to test beforehand whether there is a datagram available.aDatagram - The datagram to be pushed into the
LoopbackReceiver; to be retrieved with the
ByteDatagramProvider.readDatagram() method.org.refcodes.component.OpenException - the open exceptionCopyright © 2018. All rights reserved.