Package | Description |
---|---|
org.eclipse.jetty.client |
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.io | |
org.eclipse.jetty.io.ssl | |
org.eclipse.jetty.maven.plugin | |
org.eclipse.jetty.proxy | |
org.eclipse.jetty.server | |
org.eclipse.jetty.server.nio | |
org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
org.eclipse.jetty.websocket.common.extensions |
Jetty WebSocket Common : Extension Implementations
|
org.eclipse.jetty.websocket.common.extensions.mux |
Jetty WebSocket Common : MUX Extension Core [Unstable Early Draft]
|
org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
HttpClient.getByteBufferPool() |
Modifier and Type | Method and Description |
---|---|
void |
HttpClient.setByteBufferPool(ByteBufferPool byteBufferPool) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayByteBufferPool |
class |
MappedByteBufferPool |
Constructor and Description |
---|
SslConnection(ByteBufferPool byteBufferPool,
Executor executor,
EndPoint endPoint,
SSLEngine sslEngine) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
MavenServerConnector.getByteBufferPool() |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
ProxyConnection.getByteBufferPool() |
ByteBufferPool |
ConnectHandler.getByteBufferPool() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectHandler.setByteBufferPool(ByteBufferPool bufferPool) |
Constructor and Description |
---|
ConnectHandler.DownstreamConnection(EndPoint endPoint,
Executor executor,
ByteBufferPool bufferPool,
ConcurrentMap<String,Object> context,
ByteBuffer buffer) |
ConnectHandler.UpstreamConnection(EndPoint endPoint,
Executor executor,
ByteBufferPool bufferPool,
ConnectHandler.ConnectContext connectContext) |
ProxyConnection(EndPoint endp,
Executor executor,
ByteBufferPool bufferPool,
ConcurrentMap<String,Object> context) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
AbstractConnector.getByteBufferPool() |
ByteBufferPool |
HttpChannel.getByteBufferPool() |
ByteBufferPool |
Connector.getByteBufferPool() |
Constructor and Description |
---|
AbstractConnector(Server server,
Executor executor,
Scheduler scheduler,
ByteBufferPool pool,
int acceptors,
ConnectionFactory... factories) |
AbstractNetworkConnector(Server server,
Executor executor,
Scheduler scheduler,
ByteBufferPool pool,
int acceptors,
ConnectionFactory... factories) |
LocalConnector(Server server,
Executor executor,
Scheduler scheduler,
ByteBufferPool pool,
int acceptors,
ConnectionFactory... factories) |
ServerConnector(Server server,
Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int acceptors,
int selectors,
ConnectionFactory... factories)
Generic Server Connection.
|
Constructor and Description |
---|
NetworkTrafficSelectChannelConnector(Server server,
Executor executor,
Scheduler scheduler,
ByteBufferPool pool,
int acceptors,
int selectors,
ConnectionFactory... factories) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
WebSocketClient.getBufferPool() |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketClient.setBufferPool(ByteBufferPool bufferPool) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
Generator.getBufferPool() |
Constructor and Description |
---|
Generator(WebSocketPolicy policy,
ByteBufferPool bufferPool)
Construct Generator with provided policy and bufferPool
|
Generator(WebSocketPolicy policy,
ByteBufferPool bufferPool,
boolean validating)
Construct Generator with provided policy and bufferPool
|
Parser(WebSocketPolicy wspolicy,
ByteBufferPool bufferPool) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
AbstractExtension.getBufferPool() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractExtension.setBufferPool(ByteBufferPool bufferPool) |
Constructor and Description |
---|
WebSocketExtensionFactory(WebSocketPolicy policy,
ByteBufferPool bufferPool) |
Constructor and Description |
---|
MuxGenerator(ByteBufferPool bufferPool) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
AbstractWebSocketConnection.getBufferPool() |
Constructor and Description |
---|
AbstractWebSocketConnection(EndPoint endp,
Executor executor,
Scheduler scheduler,
WebSocketPolicy policy,
ByteBufferPool bufferPool) |
Constructor and Description |
---|
WebSocketServerConnection(EndPoint endp,
Executor executor,
Scheduler scheduler,
WebSocketPolicy policy,
ByteBufferPool bufferPool,
WebSocketServerFactory factory) |
WebSocketServerFactory(WebSocketPolicy policy,
ByteBufferPool bufferPool) |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.