Skip navigation links
C G H I J O S 

C

create(Request) - Method in class org.restlet.ext.jetty.HttpClientHelper
Creates a low-level HTTP client call from a high-level uniform call.
createConnectionFactories(HttpConfiguration) - Method in class org.restlet.ext.jetty.HttpServerHelper
 
createConnectionFactories(HttpConfiguration) - Method in class org.restlet.ext.jetty.HttpsServerHelper
Creates new internal Jetty connection factories.
createConnectionFactories(HttpConfiguration) - Method in class org.restlet.ext.jetty.JettyServerHelper
Creates new internal Jetty connection factories.

G

getAddressResolutionTimeout() - Method in class org.restlet.ext.jetty.HttpClientHelper
The timeout in milliseconds for the DNS resolution of host addresses.
getBindAddress() - Method in class org.restlet.ext.jetty.HttpClientHelper
The address to bind socket channels to.
getConnectorAcceptors() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector acceptor thread count.
getConnectorAcceptQueueSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector accept queue size.
getConnectorByteBufferPool() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector byte buffer pool.
getConnectorExecutor() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector executor.
getConnectorIdleTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector idle timeout in milliseconds.
getConnectorScheduler() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector scheduler.
getConnectorSelectors() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector selector thread count.
getConnectorSoLingerTime() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector TCP/IP SO linger time in milliseconds.
getConnectorStopTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector stop timeout in milliseconds.
getConnectTimeout() - Method in class org.restlet.ext.jetty.HttpClientHelper
The max time in milliseconds a connection can take to connect to destinations.
getCookieStore() - Method in class org.restlet.ext.jetty.HttpClientHelper
The cookie store.
getExecutor() - Method in class org.restlet.ext.jetty.HttpClientHelper
The executor.
getHttpClient() - Method in class org.restlet.ext.jetty.HttpClientHelper
Returns the wrapped Jetty HTTP client.
getHttpHeaderCacheSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
HTTP header cache size in bytes.
getHttpOutputBufferSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
HTTP output buffer size in bytes.
getHttpRequestHeaderSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
HTTP request header size in bytes.
getHttpResponseHeaderSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
HTTP response header size in bytes.
getIdleTimeout() - Method in class org.restlet.ext.jetty.HttpClientHelper
The max time in milliseconds a connection can be idle (that is, without traffic of bytes in either direction).
getLowResourceMonitorIdleTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
Low resource monitor idle timeout in milliseconds.
getLowResourceMonitorMaxConnections() - Method in class org.restlet.ext.jetty.JettyServerHelper
Low resource monitor max connections.
getLowResourceMonitorMaxMemory() - Method in class org.restlet.ext.jetty.JettyServerHelper
Low resource monitor max memory in bytes.
getLowResourceMonitorPeriod() - Method in class org.restlet.ext.jetty.JettyServerHelper
Low resource monitor period in milliseconds.
getLowResourceMonitorStopTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
Low resource monitor stop timeout in milliseconds.
getLowResourceMonitorThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
Low resource monitor, whether to check if we're low on threads.
getMaxConnectionsPerDestination() - Method in class org.restlet.ext.jetty.HttpClientHelper
Sets the max number of connections to open to each destination.
getMaxRedirects() - Method in class org.restlet.ext.jetty.HttpClientHelper
The max number of HTTP redirects that are followed.
getMaxRequestsQueuedPerDestination() - Method in class org.restlet.ext.jetty.HttpClientHelper
Sets the max number of requests that may be queued to a destination.
getRequestBufferSize() - Method in class org.restlet.ext.jetty.HttpClientHelper
The size in bytes of the buffer used to write requests.
getResponseBufferSize() - Method in class org.restlet.ext.jetty.HttpClientHelper
The size in bytes of the buffer used to read responses.
getScheduler() - Method in class org.restlet.ext.jetty.HttpClientHelper
The scheduler.
getStopTimeout() - Method in class org.restlet.ext.jetty.HttpClientHelper
Stop timeout in milliseconds.
getThreadPoolIdleTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
Thread pool idle timeout in milliseconds.
getThreadPoolMaxThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
Thread pool maximum threads.
getThreadPoolMinThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
Thread pool minimum threads.
getThreadPoolStopTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
Thread pool stop timeout in milliseconds.
getThreadPoolThreadsPriority() - Method in class org.restlet.ext.jetty.JettyServerHelper
Thread pool threads priority.
getUserAgentField() - Method in class org.restlet.ext.jetty.HttpClientHelper
The "User-Agent" HTTP header string.
getWrappedServer() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the wrapped Jetty server.

H

HttpClientHelper - Class in org.restlet.ext.jetty
HTTP client connector using the Jetty project.
HttpClientHelper(Client) - Constructor for class org.restlet.ext.jetty.HttpClientHelper
Constructor.
HttpServerHelper - Class in org.restlet.ext.jetty
Jetty HTTP server connector.
HttpServerHelper(Server) - Constructor for class org.restlet.ext.jetty.HttpServerHelper
Constructor.
HttpsServerHelper - Class in org.restlet.ext.jetty
Jetty HTTPS server connector.
HttpsServerHelper(Server) - Constructor for class org.restlet.ext.jetty.HttpsServerHelper
Constructor.

I

isDispatchIO() - Method in class org.restlet.ext.jetty.HttpClientHelper
Whether to dispatch I/O operations from the selector thread to a different thread.
isFollowRedirects() - Method in class org.restlet.ext.jetty.HttpClientHelper
Whether to follow HTTP redirects.
isStrictEventOrdering() - Method in class org.restlet.ext.jetty.HttpClientHelper
Whether request events must be strictly ordered.
isTcpNoDelay() - Method in class org.restlet.ext.jetty.HttpClientHelper
Whether TCP_NODELAY is enabled.

J

JettyServerHelper - Class in org.restlet.ext.jetty
Abstract Jetty web server connector.
JettyServerHelper(Server) - Constructor for class org.restlet.ext.jetty.JettyServerHelper
Constructor.

O

org.restlet.ext.jetty - package org.restlet.ext.jetty
Integration with Jetty 9.4 which is a new implementation of the popular Jetty web server.

S

setWrappedServer(Server) - Method in class org.restlet.ext.jetty.JettyServerHelper
Sets the wrapped Jetty server.
start() - Method in class org.restlet.ext.jetty.HttpClientHelper
 
start() - Method in class org.restlet.ext.jetty.JettyServerHelper
 
stop() - Method in class org.restlet.ext.jetty.HttpClientHelper
 
stop() - Method in class org.restlet.ext.jetty.JettyServerHelper
 
C G H I J O S 
Skip navigation links

Copyright © 2005-2020 Restlet.