DATA
- The type of the datagram to be operated with.public interface BidirectionalStreamConnectionTransceiver<DATA extends Serializable> extends BidirectionalConnectionTransceiver<DATA,InputStream,OutputStream>
BidirectionalStreamConnectionTransceiver
is a DatagramTransceiver
connected
through I/O streams with another BidirectionalStreamConnectionTransceiver
. A
Socket
or a ServerSocket
may be used to retrieve the
according I/O streams.org.refcodes.component.ConnectableComponent.ConnectableAutomaton
org.refcodes.component.OpenedAccessor.OpenedMutator, org.refcodes.component.OpenedAccessor.OpenedProperty
org.refcodes.component.Closable.CloseAutomaton
org.refcodes.component.ClosedAccessor.ClosedMutator, org.refcodes.component.ClosedAccessor.ClosedProperty
org.refcodes.component.ConnectionStatusAccessor.ConnectionStatusMutator, org.refcodes.component.ConnectionStatusAccessor.ConnectionStatusProperty
writeDatagrams, writeDatagrams
readDatagrams
writeDatagram
readDatagram
hasDatagram
getConnectionStatus
Copyright © 2016. All rights reserved.