|
XNIO API 3.0.7.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BoundServerChannel
A server that is bound to one or more local addresses.
| Method Summary | |
|---|---|
IoFuture<? extends BoundChannel> |
bind(SocketAddress address)
Add a binding. |
Collection<? extends BoundChannel> |
getChannels()
Get the channels representing the individual bound servers. |
ChannelListener.Setter<? extends BoundServerChannel> |
getCloseSetter()
Get the setter which can be used to change the close listener for this channel. |
| Methods inherited from interface org.xnio.channels.CloseableChannel |
|---|
close, getWorker |
| Methods inherited from interface java.nio.channels.Channel |
|---|
isOpen |
| Methods inherited from interface org.xnio.channels.Configurable |
|---|
getOption, setOption, supportsOption |
| Method Detail |
|---|
Collection<? extends BoundChannel> getChannels()
IoFuture<? extends BoundChannel> bind(SocketAddress address)
address - the address to bind to
ChannelListener.Setter<? extends BoundServerChannel> getCloseSetter()
getCloseSetter in interface CloseableChannel
|
XNIO API 3.0.7.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||