Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy Support
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.unixsocket | |
org.eclipse.jetty.unixsocket.client |
Modifier and Type | Method and Description |
---|---|
protected EndPoint |
AbstractConnectorHttpClientTransport.ClientSelectorManager.newEndPoint(java.nio.channels.SelectableChannel channel,
ManagedSelector selector,
java.nio.channels.SelectionKey key) |
Modifier and Type | Field and Description |
---|---|
protected ManagedSelector |
ChannelEndPoint._selector |
Modifier and Type | Method and Description |
---|---|
protected ManagedSelector |
SelectorManager.newSelector(int id)
Factory method for
ManagedSelector . |
Modifier and Type | Method and Description |
---|---|
protected abstract EndPoint |
SelectorManager.newEndPoint(java.nio.channels.SelectableChannel channel,
ManagedSelector selector,
java.nio.channels.SelectionKey selectionKey)
Factory method to create
EndPoint . |
Constructor and Description |
---|
ChannelEndPoint(java.nio.channels.ByteChannel channel,
ManagedSelector selector,
java.nio.channels.SelectionKey key,
Scheduler scheduler) |
NetworkTrafficSelectChannelEndPoint(java.nio.channels.SocketChannel channel,
ManagedSelector selectSet,
java.nio.channels.SelectionKey key,
Scheduler scheduler,
long idleTimeout,
java.util.List<NetworkTrafficListener> listeners) |
SelectChannelEndPoint(java.nio.channels.SelectableChannel channel,
ManagedSelector selector,
java.nio.channels.SelectionKey key,
Scheduler scheduler,
long idleTimeout)
Deprecated.
|
SocketChannelEndPoint(java.nio.channels.SelectableChannel channel,
ManagedSelector selector,
java.nio.channels.SelectionKey key,
Scheduler scheduler) |
SocketChannelEndPoint(java.nio.channels.SocketChannel channel,
ManagedSelector selector,
java.nio.channels.SelectionKey key,
Scheduler scheduler) |
Modifier and Type | Method and Description |
---|---|
protected EndPoint |
ConnectHandler.ConnectManager.newEndPoint(java.nio.channels.SelectableChannel channel,
ManagedSelector selector,
java.nio.channels.SelectionKey key) |
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 | Method and Description |
---|---|
protected UnixSocketEndPoint |
UnixSocketConnector.newEndPoint(java.nio.channels.SelectableChannel channel,
ManagedSelector selector,
java.nio.channels.SelectionKey key) |
protected EndPoint |
UnixSocketConnector.UnixSocketConnectorManager.newEndPoint(java.nio.channels.SelectableChannel channel,
ManagedSelector selector,
java.nio.channels.SelectionKey selectionKey) |
Constructor and Description |
---|
UnixSocketEndPoint(jnr.unixsocket.UnixSocketChannel channel,
ManagedSelector selector,
java.nio.channels.SelectionKey key,
Scheduler scheduler) |
Modifier and Type | Method and Description |
---|---|
protected EndPoint |
HttpClientTransportOverUnixSockets.UnixSocketSelectorManager.newEndPoint(java.nio.channels.SelectableChannel channel,
ManagedSelector selector,
java.nio.channels.SelectionKey key) |
Copyright © 1995–2023 Webtide. All rights reserved.