INPUT
- The type of the input connection to be used.OUTPUT
- The type of the output connection to be used.public interface BidirectionalConnectionByteTransceiver<INPUT,OUTPUT> extends ByteTransceiver, BidirectionalConnectionComponent.BidirectionalConnectionAutomaton<INPUT,OUTPUT>
BidirectionalConnectionByteTransceiver
defines the DatagramTransceiver
functionality set on top of a I/O connection (as of the
BidirectionalConnectionComponent.BidirectionalConnectionAutomaton
).ConnectableComponent.ConnectableAutomaton
OpenedAccessor.OpenedMutator, OpenedAccessor.OpenedProperty
Closable.CloseAutomaton
ClosedAccessor.ClosedMutator, ClosedAccessor.ClosedProperty
ConnectionStatusAccessor.ConnectionStatusMutator, ConnectionStatusAccessor.ConnectionStatusProperty
BidirectionalConnectionComponent.BidirectionalConnectionAutomaton<INPUT,OUTPUT>
BidirectionalConnectionOpenable.BidirectionalConnectionOpenAutomaton<INPUT,OUTPUT>
writeDatagrams, writeDatagrams
writeDatagram
readDatagrams
readDatagram
hasDatagram
isOpened
isClosable
isClosed
getConnectionStatus
isOpenable
open
Copyright © 2016. All rights reserved.