Package | Description |
---|---|
org.eclipse.jetty.alpn.server | |
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
org.eclipse.jetty.deploy.jmx |
Jetty Deploy : JMX Integration
|
org.eclipse.jetty.http2.server | |
org.eclipse.jetty.rewrite.handler |
Jetty Rewrite : Rewrite Handler and Rules for Jetty
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.server.handler.jmx |
Jetty Server : Handler JMX Integration
|
org.eclipse.jetty.servlets |
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
|
org.eclipse.jetty.test.jmx | |
org.eclipse.jetty.unixsocket | |
org.eclipse.jetty.util.log.jmx |
Jetty JMX : Jetty Logging JMX Integration
|
org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Constructor and Description |
---|
ALPNServerConnectionFactory(java.lang.String... protocols) |
ALPNServerConnectionFactory(java.lang.String protocols) |
Modifier and Type | Method and Description |
---|---|
void |
PropertiesConfigurationManager.put(java.lang.String name,
java.lang.String value) |
void |
PropertiesConfigurationManager.put(java.lang.String name,
java.lang.String value) |
void |
DeploymentManager.requestAppGoal(java.lang.String appId,
java.lang.String nodeName)
Move an
App through the AppLifeCycle to the desired Node , executing each lifecycle step
in the process to reach the desired state. |
void |
DeploymentManager.requestAppGoal(java.lang.String appId,
java.lang.String nodeName)
Move an
App through the AppLifeCycle to the desired Node , executing each lifecycle step
in the process to reach the desired state. |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
DeploymentManagerMBean.getApps(java.lang.String nodeName) |
Constructor and Description |
---|
AbstractHTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration) |
AbstractHTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration,
java.lang.String... protocols) |
AbstractHTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration,
java.lang.String... protocols) |
HTTP2CServerConnectionFactory(HttpConfiguration httpConfiguration) |
HTTP2CServerConnectionFactory(HttpConfiguration httpConfiguration,
java.lang.String... protocols) |
HTTP2CServerConnectionFactory(HttpConfiguration httpConfiguration,
java.lang.String... protocols) |
HTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration) |
HTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration,
java.lang.String... protocols) |
HTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration,
java.lang.String... protocols) |
Constructor and Description |
---|
CookiePatternRule(java.lang.String pattern,
java.lang.String name,
java.lang.String value) |
CookiePatternRule(java.lang.String pattern,
java.lang.String name,
java.lang.String value) |
CookiePatternRule(java.lang.String pattern,
java.lang.String name,
java.lang.String value) |
HeaderPatternRule(java.lang.String pattern,
java.lang.String name,
java.lang.String value) |
HeaderPatternRule(java.lang.String pattern,
java.lang.String name,
java.lang.String value) |
HeaderPatternRule(java.lang.String pattern,
java.lang.String name,
java.lang.String value) |
HeaderRegexRule(java.lang.String regex,
java.lang.String name,
java.lang.String value) |
HeaderRegexRule(java.lang.String regex,
java.lang.String name,
java.lang.String value) |
HeaderRegexRule(java.lang.String regex,
java.lang.String name,
java.lang.String value) |
RedirectPatternRule(java.lang.String pattern,
java.lang.String location) |
RedirectPatternRule(java.lang.String pattern,
java.lang.String location) |
RedirectRegexRule(java.lang.String regex,
java.lang.String location) |
RedirectRegexRule(java.lang.String regex,
java.lang.String location) |
ResponsePatternRule(java.lang.String pattern,
java.lang.String code,
java.lang.String reason) |
ResponsePatternRule(java.lang.String pattern,
java.lang.String code,
java.lang.String reason) |
ResponsePatternRule(java.lang.String pattern,
java.lang.String code,
java.lang.String reason) |
RewritePatternRule(java.lang.String pattern,
java.lang.String replacement) |
RewritePatternRule(java.lang.String pattern,
java.lang.String replacement) |
RewriteRegexRule(java.lang.String regex,
java.lang.String replacement) |
RewriteRegexRule(java.lang.String regex,
java.lang.String replacement) |
TerminatingRegexRule(java.lang.String regex) |
Constructor and Description |
---|
AcceptRateLimit(int limit,
long period,
java.util.concurrent.TimeUnit units,
Connector... connectors) |
AcceptRateLimit(int limit,
long period,
java.util.concurrent.TimeUnit units,
Connector... connectors) |
AcceptRateLimit(int limit,
long period,
java.util.concurrent.TimeUnit units,
Connector... connectors) |
AcceptRateLimit(int limit,
long period,
java.util.concurrent.TimeUnit units,
Connector... connectors) |
AcceptRateLimit(int acceptRateLimit,
long period,
java.util.concurrent.TimeUnit units,
Server server) |
AcceptRateLimit(int acceptRateLimit,
long period,
java.util.concurrent.TimeUnit units,
Server server) |
AcceptRateLimit(int acceptRateLimit,
long period,
java.util.concurrent.TimeUnit units,
Server server) |
AcceptRateLimit(int acceptRateLimit,
long period,
java.util.concurrent.TimeUnit units,
Server server) |
ConnectionLimit(int maxConnections,
Connector... connectors) |
ConnectionLimit(int maxConnections,
Connector... connectors) |
ConnectionLimit(int maxConnections,
Server server) |
ConnectionLimit(int maxConnections,
Server server) |
DebugListener(boolean renameThread,
boolean showHeaders,
boolean dumpContext) |
DebugListener(boolean renameThread,
boolean showHeaders,
boolean dumpContext) |
DebugListener(boolean renameThread,
boolean showHeaders,
boolean dumpContext) |
DebugListener(java.io.OutputStream out,
boolean renameThread,
boolean showHeaders,
boolean dumpContext) |
DebugListener(java.io.OutputStream out,
boolean renameThread,
boolean showHeaders,
boolean dumpContext) |
DebugListener(java.io.OutputStream out,
boolean renameThread,
boolean showHeaders,
boolean dumpContext) |
DebugListener(java.io.OutputStream out,
boolean renameThread,
boolean showHeaders,
boolean dumpContext) |
HttpConnectionFactory(HttpConfiguration config) |
HttpConnectionFactory(HttpConfiguration config,
HttpCompliance compliance) |
HttpConnectionFactory(HttpConfiguration config,
HttpCompliance compliance) |
LowResourceMonitor(Server server) |
SecureRequestCustomizer(boolean sniHostCheck) |
SecureRequestCustomizer(boolean sniHostCheck,
long stsMaxAgeSeconds,
boolean stsIncludeSubdomains) |
SecureRequestCustomizer(boolean sniHostCheck,
long stsMaxAgeSeconds,
boolean stsIncludeSubdomains) |
SecureRequestCustomizer(boolean sniHostCheck,
long stsMaxAgeSeconds,
boolean stsIncludeSubdomains) |
Server(java.net.InetSocketAddress addr)
Convenience constructor
|
Server(int port)
Convenience constructor
Creates server and a
ServerConnector at the passed port. |
Server(ThreadPool pool) |
ServerConnector(Server server)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the only factory. |
ServerConnector(Server server,
ConnectionFactory... factories)
Construct a Server Connector with the passed Connection factories.
|
ServerConnector(Server server,
ConnectionFactory... factories)
Construct a Server Connector with the passed Connection factories.
|
ServerConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int acceptors,
int selectors,
ConnectionFactory... factories) |
ServerConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int acceptors,
int selectors,
ConnectionFactory... factories) |
ServerConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int acceptors,
int selectors,
ConnectionFactory... factories) |
ServerConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int acceptors,
int selectors,
ConnectionFactory... factories) |
ServerConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int acceptors,
int selectors,
ConnectionFactory... factories) |
ServerConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int acceptors,
int selectors,
ConnectionFactory... factories) |
ServerConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int acceptors,
int selectors,
ConnectionFactory... factories) |
ServerConnector(Server server,
int acceptors,
int selectors)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the only factory. |
ServerConnector(Server server,
int acceptors,
int selectors)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the only factory. |
ServerConnector(Server server,
int acceptors,
int selectors)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the only factory. |
ServerConnector(Server server,
int acceptors,
int selectors,
ConnectionFactory... factories)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the only factory. |
ServerConnector(Server server,
int acceptors,
int selectors,
ConnectionFactory... factories)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the only factory. |
ServerConnector(Server server,
int acceptors,
int selectors,
ConnectionFactory... factories)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the only factory. |
ServerConnector(Server server,
int acceptors,
int selectors,
ConnectionFactory... factories)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the only factory. |
ServerConnector(Server server,
int acceptors,
int selectors,
SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the primary protocol |
ServerConnector(Server server,
int acceptors,
int selectors,
SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the primary protocol |
ServerConnector(Server server,
int acceptors,
int selectors,
SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the primary protocol |
ServerConnector(Server server,
int acceptors,
int selectors,
SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the primary protocol |
ServerConnector(Server server,
SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the primary protocol |
ServerConnector(Server server,
SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the primary protocol |
ServerConnector(Server server,
SslContextFactory sslContextFactory,
ConnectionFactory... factories) |
ServerConnector(Server server,
SslContextFactory sslContextFactory,
ConnectionFactory... factories) |
ServerConnector(Server server,
SslContextFactory sslContextFactory,
ConnectionFactory... factories) |
SslConnectionFactory(SslContextFactory factory,
java.lang.String nextProtocol) |
SslConnectionFactory(SslContextFactory factory,
java.lang.String nextProtocol) |
SslConnectionFactory(java.lang.String nextProtocol) |
Constructor and Description |
---|
ThreadLimitHandler(java.lang.String forwardedHeader) |
ThreadLimitHandler(java.lang.String forwardedHeader,
boolean rfc7239) |
ThreadLimitHandler(java.lang.String forwardedHeader,
boolean rfc7239) |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandlerMBean.removeContextAttribute(java.lang.String name) |
void |
ContextHandlerMBean.setContextAttribute(java.lang.String name,
java.lang.Object value) |
void |
ContextHandlerMBean.setContextAttribute(java.lang.String name,
java.lang.Object value) |
void |
ContextHandlerMBean.setContextAttribute(java.lang.String name,
java.lang.String value) |
void |
ContextHandlerMBean.setContextAttribute(java.lang.String name,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
DoSFilter.addWhitelistAddress(java.lang.String address)
Adds the given IP address, either in the form of a dotted decimal notation A.B.C.D
or in the CIDR notation A.B.C.D/M, to the list of whitelisted IP addresses.
|
boolean |
DoSFilter.removeWhitelistAddress(java.lang.String address)
Removes the given address from the list of whitelisted IP addresses.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Echoer.echo(java.lang.String val) |
Constructor and Description |
---|
UnixSocketConnector(Server server)
HTTP Server Connection.
|
UnixSocketConnector(Server server,
ConnectionFactory... factories)
Generic Server Connection with default configuration.
|
UnixSocketConnector(Server server,
ConnectionFactory... factories)
Generic Server Connection with default configuration.
|
UnixSocketConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int selectors,
ConnectionFactory... factories)
Generic Server Connection.
|
UnixSocketConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int selectors,
ConnectionFactory... factories)
Generic Server Connection.
|
UnixSocketConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int selectors,
ConnectionFactory... factories)
Generic Server Connection.
|
UnixSocketConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int selectors,
ConnectionFactory... factories)
Generic Server Connection.
|
UnixSocketConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int selectors,
ConnectionFactory... factories)
Generic Server Connection.
|
UnixSocketConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int selectors,
ConnectionFactory... factories)
Generic Server Connection.
|
UnixSocketConnector(Server server,
int selectors)
HTTP Server Connection.
|
UnixSocketConnector(Server server,
int selectors)
HTTP Server Connection.
|
UnixSocketConnector(Server server,
int selectors,
ConnectionFactory... factories)
HTTP Server Connection.
|
UnixSocketConnector(Server server,
int selectors,
ConnectionFactory... factories)
HTTP Server Connection.
|
UnixSocketConnector(Server server,
int selectors,
ConnectionFactory... factories)
HTTP Server Connection.
|
UnixSocketConnector(Server server,
int selectors,
SslContextFactory sslContextFactory)
HTTP Server Connection.
|
UnixSocketConnector(Server server,
int selectors,
SslContextFactory sslContextFactory)
HTTP Server Connection.
|
UnixSocketConnector(Server server,
int selectors,
SslContextFactory sslContextFactory)
HTTP Server Connection.
|
UnixSocketConnector(Server server,
SslContextFactory sslContextFactory)
HTTP Server Connection.
|
UnixSocketConnector(Server server,
SslContextFactory sslContextFactory)
HTTP Server Connection.
|
UnixSocketConnector(Server server,
SslContextFactory sslContextFactory,
ConnectionFactory... factories)
Generic SSL Server Connection.
|
UnixSocketConnector(Server server,
SslContextFactory sslContextFactory,
ConnectionFactory... factories)
Generic SSL Server Connection.
|
UnixSocketConnector(Server server,
SslContextFactory sslContextFactory,
ConnectionFactory... factories)
Generic SSL Server Connection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LogMBean.isDebugEnabled(java.lang.String logger) |
void |
LogMBean.setDebugEnabled(java.lang.String logger,
java.lang.Boolean enabled) |
void |
LogMBean.setDebugEnabled(java.lang.String logger,
java.lang.Boolean enabled) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
QueuedThreadPool.dumpThread(long id) |
boolean |
QueuedThreadPool.interruptThread(long id) |
Constructor and Description |
---|
QueuedThreadPool(int maxThreads) |
QueuedThreadPool(int maxThreads,
int minThreads) |
QueuedThreadPool(int maxThreads,
int minThreads) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue,
java.lang.ThreadGroup threadGroup) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue,
java.lang.ThreadGroup threadGroup) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue,
java.lang.ThreadGroup threadGroup) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue,
java.lang.ThreadGroup threadGroup) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue,
java.lang.ThreadGroup threadGroup) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
int reservedThreads,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue,
java.lang.ThreadGroup threadGroup) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
int reservedThreads,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue,
java.lang.ThreadGroup threadGroup) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
int reservedThreads,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue,
java.lang.ThreadGroup threadGroup) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
int reservedThreads,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue,
java.lang.ThreadGroup threadGroup) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
int reservedThreads,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue,
java.lang.ThreadGroup threadGroup) |
QueuedThreadPool(int maxThreads,
int minThreads,
int idleTimeout,
int reservedThreads,
java.util.concurrent.BlockingQueue<java.lang.Runnable> queue,
java.lang.ThreadGroup threadGroup) |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.ClassList.addAfter(java.lang.String afterClass,
java.lang.String... configClass) |
void |
Configuration.ClassList.addAfter(java.lang.String afterClass,
java.lang.String... configClass) |
void |
Configuration.ClassList.addBefore(java.lang.String beforeClass,
java.lang.String... configClass) |
void |
Configuration.ClassList.addBefore(java.lang.String beforeClass,
java.lang.String... configClass) |
void |
Configuration.ClassList.replace(java.lang.String replaceClass,
java.lang.String configClass) |
void |
Configuration.ClassList.replace(java.lang.String replaceClass,
java.lang.String configClass) |
Copyright © 1995–2023 Webtide. All rights reserved.