Returns the listen host for the ChannelReceiver implementation @return IPv4 or IPv6 representation of the host address this member listens to incoming data @see ChannelReceiver
()
| 54 | * @see ChannelReceiver |
| 55 | */ |
| 56 | byte[] getHost(); |
| 57 | |
| 58 | /** |
| 59 | * Returns the listen port for the ChannelReceiver implementation |
no outgoing calls