Package | Description |
---|---|
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.unixsocket |
Modifier and Type | Class and Description |
---|---|
class |
NetworkTrafficSelectChannelEndPoint |
class |
SelectChannelEndPoint
Deprecated.
use
SocketChannelEndPoint instead |
class |
SocketChannelEndPoint |
Modifier and Type | Method and Description |
---|---|
protected ChannelEndPoint |
ServerConnector.ServerConnectorManager.newEndPoint(java.nio.channels.SelectableChannel channel,
ManagedSelector selectSet,
java.nio.channels.SelectionKey selectionKey) |
protected ChannelEndPoint |
NetworkTrafficServerConnector.newEndPoint(java.nio.channels.SocketChannel channel,
ManagedSelector selectSet,
java.nio.channels.SelectionKey key) |
protected ChannelEndPoint |
ServerConnector.newEndPoint(java.nio.channels.SocketChannel channel,
ManagedSelector selectSet,
java.nio.channels.SelectionKey key) |
Modifier and Type | Class and Description |
---|---|
class |
UnixSocketEndPoint |
Copyright © 1995–2023 Webtide. All rights reserved.