DATA
- The type of the datagram to be operated with.INPUT
- The type of the input connection to be used.OUTPUT
- The type of the output connection to be used.public interface BidirectionalConnectionTransceiver<DATA extends Serializable,INPUT,OUTPUT> extends Transceiver<DATA>, BidirectionalConnectionComponent.BidirectionalConnectionAutomaton<INPUT,OUTPUT>
BidirectionalConnectionTransceiver
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
readDatagrams
writeDatagram
readDatagram
hasDatagram
isOpened
isClosable
isClosed
getConnectionStatus
isOpenable
open
Copyright © 2016. All rights reserved.