Index

A C G H I N O S 
All Classes and Interfaces|All Packages|Constant Field Values

A

accept(SocketChannel, ClientConnectionFactory, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
accept(SslContextFactory, SocketChannel, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 

C

CLIENT_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
 
connect(SocketAddress, Session.Listener) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
connect(SocketAddress, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
connect(SocketAddress, ClientConnectionFactory, Session.Listener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
connect(SslContextFactory, SocketAddress, Session.Listener) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
connect(SslContextFactory, SocketAddress, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
connect(SslContextFactory, SocketAddress, Session.Listener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 

G

getBindAddress() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getByteBufferPool() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getClientConnector() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getConnectTimeout() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getExecutor() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getFlowControlStrategyFactory() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getIdleTimeout() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getInitialSessionRecvWindow() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getInitialStreamRecvWindow() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getInputBufferSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxConcurrentPushedStreams() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxDecoderTableCapacity() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxDynamicTableSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
Deprecated.
getMaxEncoderTableCapacity() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxFrameLength() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
Deprecated.
getMaxFrameSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxHeaderBlockFragment() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxResponseHeadersSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxSettingsKeys() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getProtocols() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getScheduler() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getSelectors() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getStreamIdleTimeout() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 

H

HTTP2Client - Class in org.eclipse.jetty.http2.client
HTTP2Client provides an asynchronous, non-blocking implementation to send HTTP/2 frames to a server.
HTTP2Client() - Constructor for class org.eclipse.jetty.http2.client.HTTP2Client
 
HTTP2Client(ClientConnector) - Constructor for class org.eclipse.jetty.http2.client.HTTP2Client
 
HTTP2ClientConnectionFactory - Class in org.eclipse.jetty.http2.client
 
HTTP2ClientConnectionFactory() - Constructor for class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
 
HTTP2ClientSession - Class in org.eclipse.jetty.http2.client
 
HTTP2ClientSession(Scheduler, EndPoint, Parser, Generator, Session.Listener, FlowControlStrategy) - Constructor for class org.eclipse.jetty.http2.client.HTTP2ClientSession
 

I

isConnectBlocking() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
isUseALPN() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 

N

newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
 

O

onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.client.HTTP2ClientSession
 
onPushPromise(PushPromiseFrame) - Method in class org.eclipse.jetty.http2.client.HTTP2ClientSession
 
onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http2.client.HTTP2ClientSession
 
org.eclipse.jetty.http2.client - module org.eclipse.jetty.http2.client
 
org.eclipse.jetty.http2.client - package org.eclipse.jetty.http2.client
 

S

SESSION_LISTENER_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
 
SESSION_PROMISE_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
 
setBindAddress(SocketAddress) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setByteBufferPool(ByteBufferPool) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setConnectBlocking(boolean) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setConnectTimeout(long) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setExecutor(Executor) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setFlowControlStrategyFactory(FlowControlStrategy.Factory) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setInitialSessionRecvWindow(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setInitialStreamRecvWindow(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setInputBufferSize(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setMaxConcurrentPushedStreams(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setMaxDecoderTableCapacity(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setMaxDynamicTableSize(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
Deprecated.
setMaxEncoderTableCapacity(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
Sets the limit for the encoder HPACK dynamic table capacity.
setMaxFrameLength(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
Deprecated.
setMaxFrameSize(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setMaxHeaderBlockFragment(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setMaxResponseHeadersSize(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setMaxSettingsKeys(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setProtocols(List<String>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setScheduler(Scheduler) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setSelectors(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setStreamIdleTimeout(long) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setUseALPN(boolean) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
A C G H I N O S 
All Classes and Interfaces|All Packages|Constant Field Values