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.websocket.client.io |
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
|
Modifier and Type | Method and Description |
---|---|
protected EndPoint |
AbstractHttpClientTransport.ClientSelectorManager.newEndPoint(SocketChannel channel,
SelectorManager.ManagedSelector selector,
SelectionKey key) |
Modifier and Type | Method and Description |
---|---|
protected SelectorManager.ManagedSelector |
SelectorManager.newSelector(int id)
Factory method for
SelectorManager.ManagedSelector . |
Modifier and Type | Method and Description |
---|---|
protected abstract EndPoint |
SelectorManager.newEndPoint(SocketChannel channel,
SelectorManager.ManagedSelector selector,
SelectionKey selectionKey)
Factory method to create
EndPoint . |
Constructor and Description |
---|
NetworkTrafficSelectChannelEndPoint(SocketChannel channel,
SelectorManager.ManagedSelector selectSet,
SelectionKey key,
Scheduler scheduler,
long idleTimeout,
List<NetworkTrafficListener> listeners) |
SelectChannelEndPoint(SocketChannel channel,
SelectorManager.ManagedSelector selector,
SelectionKey key,
Scheduler scheduler,
long idleTimeout) |
Modifier and Type | Method and Description |
---|---|
protected EndPoint |
ConnectHandler.ConnectManager.newEndPoint(SocketChannel channel,
SelectorManager.ManagedSelector selector,
SelectionKey selectionKey) |
Modifier and Type | Method and Description |
---|---|
protected SelectChannelEndPoint |
ServerConnector.newEndPoint(SocketChannel channel,
SelectorManager.ManagedSelector selectSet,
SelectionKey key) |
protected SelectChannelEndPoint |
NetworkTrafficServerConnector.newEndPoint(SocketChannel channel,
SelectorManager.ManagedSelector selectSet,
SelectionKey key) |
Modifier and Type | Method and Description |
---|---|
protected EndPoint |
WebSocketClientSelectorManager.newEndPoint(SocketChannel channel,
SelectorManager.ManagedSelector selectSet,
SelectionKey selectionKey) |
Copyright © 1995-2015 Webtide. All Rights Reserved.