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.fcgi.generator | |
org.eclipse.jetty.fcgi.server | |
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.io.ssl |
Jetty IO : Core SSL Support
|
org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy Support
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.nio |
Jetty Server : Core Server Connector
|
org.eclipse.jetty.spdy | |
org.eclipse.jetty.spdy.client | |
org.eclipse.jetty.spdy.generator | |
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.io |
Jetty WebSocket Common : I/O Implementation
|
org.eclipse.jetty.websocket.common.message |
Jetty WebSocket Common : Message Handling
|
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 | Field and Description |
---|---|
protected ByteBufferPool |
Generator.byteBufferPool |
Constructor and Description |
---|
ClientGenerator(ByteBufferPool byteBufferPool) |
Generator.Result(ByteBufferPool byteBufferPool,
Callback callback) |
Generator(ByteBufferPool byteBufferPool) |
ServerGenerator(ByteBufferPool byteBufferPool) |
ServerGenerator(ByteBufferPool byteBufferPool,
boolean sendStatus200) |
Constructor and Description |
---|
HttpTransportOverFCGI(ByteBufferPool byteBufferPool,
Flusher flusher,
int request,
boolean sendStatus200) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayByteBufferPool |
class |
LeakTrackingByteBufferPool |
class |
MappedByteBufferPool |
Constructor and Description |
---|
LeakTrackingByteBufferPool(ByteBufferPool delegate) |
Modifier and Type | Method and Description |
---|---|
protected SslConnection |
SslClientConnectionFactory.newSslConnection(ByteBufferPool byteBufferPool,
Executor executor,
EndPoint endPoint,
SSLEngine engine) |
Constructor and Description |
---|
SslClientConnectionFactory(SslContextFactory sslContextFactory,
ByteBufferPool byteBufferPool,
Executor executor,
ClientConnectionFactory connectionFactory) |
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 |
HttpChannel.getByteBufferPool() |
ByteBufferPool |
Connector.getByteBufferPool() |
ByteBufferPool |
AbstractConnector.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) |
NetworkTrafficServerConnector(Server server,
Executor executor,
Scheduler scheduler,
ByteBufferPool pool,
int acceptors,
int selectors,
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)
Deprecated.
|
Constructor and Description |
---|
StandardSession(short version,
ByteBufferPool bufferPool,
Scheduler scheduler,
Controller controller,
EndPoint endPoint,
IdleListener idleListener,
int initialStreamId,
SessionFrameListener listener,
Generator generator,
FlowControlStrategy flowControlStrategy) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
SPDYClient.Factory.getByteBufferPool() |
Constructor and Description |
---|
SPDYClient.Factory(Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
SslContextFactory sslContextFactory,
long idleTimeout) |
SPDYConnection(EndPoint endPoint,
ByteBufferPool bufferPool,
Parser parser,
Executor executor,
boolean dispatchIO) |
SPDYConnection(EndPoint endPoint,
ByteBufferPool bufferPool,
Parser parser,
Executor executor,
boolean dispatchIO,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
protected ByteBufferPool |
ControlFrameGenerator.getByteBufferPool() |
Constructor and Description |
---|
ControlFrameGenerator(ByteBufferPool bufferPool) |
CredentialGenerator(ByteBufferPool bufferPool) |
DataFrameGenerator(ByteBufferPool bufferPool) |
Generator(ByteBufferPool bufferPool,
CompressionFactory.Compressor compressor) |
GoAwayGenerator(ByteBufferPool bufferPool) |
HeadersGenerator(ByteBufferPool bufferPool,
HeadersBlockGenerator headersBlockGenerator) |
NoOpGenerator(ByteBufferPool bufferPool) |
PingGenerator(ByteBufferPool bufferPool) |
RstStreamGenerator(ByteBufferPool bufferPool) |
SettingsGenerator(ByteBufferPool bufferPool) |
SynReplyGenerator(ByteBufferPool bufferPool,
HeadersBlockGenerator headersBlockGenerator) |
SynStreamGenerator(ByteBufferPool bufferPool,
HeadersBlockGenerator headersBlockGenerator) |
WindowUpdateGenerator(ByteBufferPool bufferPool) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
WebSocketClient.getBufferPool() |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketClient.setBufferPool(ByteBufferPool bufferPool) |
Constructor and Description |
---|
WebSocketClient(ByteBufferPool bufferPool) |
WebSocketClient(SslContextFactory sslContextFactory,
Executor executor,
ByteBufferPool bufferPool) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
WebSocketSession.getBufferPool() |
ByteBufferPool |
LogicalConnection.getBufferPool()
Get the ByteBufferPool in use by the connection
|
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
|
Generator(WebSocketPolicy policy,
ByteBufferPool bufferPool,
boolean validating,
boolean readOnly)
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) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
AbstractWebSocketConnection.getBufferPool() |
Constructor and Description |
---|
AbstractWebSocketConnection(EndPoint endp,
Executor executor,
Scheduler scheduler,
WebSocketPolicy policy,
ByteBufferPool bufferPool) |
FrameFlusher(ByteBufferPool bufferPool,
Generator generator,
EndPoint endpoint,
int bufferSize,
int maxGather) |
Constructor and Description |
---|
MessageOutputStream(OutgoingFrames outgoing,
int bufferSize,
ByteBufferPool bufferPool) |
MessageWriter(OutgoingFrames outgoing,
int bufferSize,
ByteBufferPool bufferPool) |
Constructor and Description |
---|
WebSocketHandler(ByteBufferPool bufferPool) |
WebSocketServerConnection(EndPoint endp,
Executor executor,
Scheduler scheduler,
WebSocketPolicy policy,
ByteBufferPool bufferPool) |
WebSocketServerFactory(ByteBufferPool bufferPool) |
WebSocketServerFactory(WebSocketPolicy policy,
ByteBufferPool bufferPool) |
WebSocketUpgradeFilter(WebSocketPolicy policy,
ByteBufferPool bufferPool) |
WebSocketUpgradeHandlerWrapper(ByteBufferPool bufferPool) |
Copyright © 1995-2015 Webtide. All Rights Reserved.