| Package | Description |
|---|---|
| org.eclipse.jetty.io.nio |
| Modifier and Type | Method and Description |
|---|---|
SelectorManager.SelectSet |
SelectChannelEndPoint.getSelectSet() |
SelectorManager.SelectSet |
SelectorManager.getSelectSet(int i) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SelectChannelEndPoint |
SelectorManager.newEndPoint(SocketChannel channel,
SelectorManager.SelectSet selectSet,
SelectionKey sKey)
Create a new end point
|
| Constructor and Description |
|---|
NetworkTrafficSelectChannelEndPoint(SocketChannel channel,
SelectorManager.SelectSet selectSet,
SelectionKey key,
int maxIdleTime,
List<NetworkTrafficListener> listeners) |
SelectChannelEndPoint(SocketChannel channel,
SelectorManager.SelectSet selectSet,
SelectionKey key,
int maxIdleTime) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.