Package | Description |
---|---|
org.xnio.channels |
The core XNIO channel API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AcceptingChannel<C extends ConnectedChannel>
A channel which can accept inbound connections from remote endpoints.
|
interface |
SimpleAcceptingChannel<C extends CloseableChannel>
A channel which can accept connections.
|
Modifier and Type | Method and Description |
---|---|
ChannelListener.Setter<? extends SuspendableAcceptChannel> |
SuspendableAcceptChannel.getAcceptSetter()
Get the setter which can be used to change the accept listener for this channel.
|
ChannelListener.Setter<? extends SuspendableAcceptChannel> |
SuspendableAcceptChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.