T - type of the message.public interface Link<T> extends LinkListener<T>
| Modifier and Type | Method and Description |
|---|---|
SocketAddress |
getLocalAddress()
Gets its local address.
|
SocketAddress |
getRemoteAddress()
Gets its remote address.
|
void |
write(T value)
Writes the value to this link.
|
messageReceivedSocketAddress getLocalAddress()
SocketAddress getRemoteAddress()
void write(T value) throws IOException
value - the data value.IOExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.