- 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.