Uses of Class
org.eclipse.jetty.util.annotation.Name
-
Packages that use Name Package Description org.eclipse.jetty.alpn.server org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.jmx Jetty Deploy : JMX Integrationorg.eclipse.jetty.http2.server org.eclipse.jetty.rewrite.handler Jetty Rewrite : Rewrite Handler and Rules for Jettyorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.jmx Jetty Server : Handler JMX Integrationorg.eclipse.jetty.servlets Jetty Servlets : Generally Useful Servlets, Handlers and Filtersorg.eclipse.jetty.unixsocket org.eclipse.jetty.util.log.jmx Jetty JMX : Jetty Logging JMX Integrationorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of Name in org.eclipse.jetty.alpn.server
Constructor parameters in org.eclipse.jetty.alpn.server with annotations of type Name Constructor Description ALPNServerConnectionFactory(java.lang.String protocols)
ALPNServerConnectionFactory(java.lang.String... protocols)
-
Uses of Name in org.eclipse.jetty.deploy
Method parameters in org.eclipse.jetty.deploy with annotations of type Name Modifier and Type Method 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 anApp
through theAppLifeCycle
to the desiredNode
, executing each lifecycle step in the process to reach the desired state.void
DeploymentManager. requestAppGoal(java.lang.String appId, java.lang.String nodeName)
Move anApp
through theAppLifeCycle
to the desiredNode
, executing each lifecycle step in the process to reach the desired state. -
Uses of Name in org.eclipse.jetty.deploy.jmx
Method parameters in org.eclipse.jetty.deploy.jmx with annotations of type Name Modifier and Type Method Description java.util.Collection<java.lang.String>
DeploymentManagerMBean. getApps(java.lang.String nodeName)
-
Uses of Name in org.eclipse.jetty.http2.server
Constructor parameters in org.eclipse.jetty.http2.server with annotations of type Name Constructor 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)
-
Uses of Name in org.eclipse.jetty.rewrite.handler
Constructor parameters in org.eclipse.jetty.rewrite.handler with annotations of type Name Constructor 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)
-
Uses of Name in org.eclipse.jetty.server
Constructor parameters in org.eclipse.jetty.server with annotations of type Name Constructor 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 sniRequired, boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains)
SecureRequestCustomizer(boolean sniRequired, boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains)
SecureRequestCustomizer(boolean sniRequired, boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains)
SecureRequestCustomizer(boolean sniRequired, boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains)
SecureRequestCustomizer(boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains)
SecureRequestCustomizer(boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains)
SecureRequestCustomizer(boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains)
Server(int port)
Convenience constructor Creates server and aServerConnector
at the passed port.Server(java.net.InetSocketAddress addr)
Convenience constructorServer(ThreadPool pool)
ServerConnector(Server server)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector(Server server, int acceptors, int selectors)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector(Server server, int acceptors, int selectors)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector(Server server, int acceptors, int selectors)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector(Server server, int acceptors, int selectors, ConnectionFactory... factories)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector(Server server, int acceptors, int selectors, ConnectionFactory... factories)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector(Server server, int acceptors, int selectors, ConnectionFactory... factories)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector(Server server, int acceptors, int selectors, ConnectionFactory... factories)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector(Server server, int acceptors, int selectors, SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector(Server server, int acceptors, int selectors, SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector(Server server, int acceptors, int selectors, SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector(Server server, int acceptors, int selectors, SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector(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, 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, SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector(Server server, SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector(Server server, SslContextFactory sslContextFactory, ConnectionFactory... factories)
ServerConnector(Server server, SslContextFactory sslContextFactory, ConnectionFactory... factories)
ServerConnector(Server server, SslContextFactory sslContextFactory, ConnectionFactory... factories)
SslConnectionFactory(java.lang.String nextProtocol)
SslConnectionFactory(SslContextFactory factory, java.lang.String nextProtocol)
SslConnectionFactory(SslContextFactory factory, java.lang.String nextProtocol)
-
Uses of Name in org.eclipse.jetty.server.handler
Constructor parameters in org.eclipse.jetty.server.handler with annotations of type Name Constructor Description ThreadLimitHandler(java.lang.String forwardedHeader)
ThreadLimitHandler(java.lang.String forwardedHeader, boolean rfc7239)
ThreadLimitHandler(java.lang.String forwardedHeader, boolean rfc7239)
-
Uses of Name in org.eclipse.jetty.server.handler.jmx
Method parameters in org.eclipse.jetty.server.handler.jmx with annotations of type Name Modifier and Type Method 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)
-
Uses of Name in org.eclipse.jetty.servlets
Method parameters in org.eclipse.jetty.servlets with annotations of type Name Modifier and Type Method 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. -
Uses of Name in org.eclipse.jetty.unixsocket
Constructor parameters in org.eclipse.jetty.unixsocket with annotations of type Name Constructor Description UnixSocketConnector(Server server)
Constructs a UnixSocketConnector with the default configuration.UnixSocketConnector(Server server, int selectors)
Constructs a UnixSocketConnector with the given number of selectorsUnixSocketConnector(Server server, int selectors)
Constructs a UnixSocketConnector with the given number of selectorsUnixSocketConnector(Server server, int selectors, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given selectors and ConnectionFactories.UnixSocketConnector(Server server, int selectors, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given selectors and ConnectionFactories.UnixSocketConnector(Server server, int selectors, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given selectors and ConnectionFactories.UnixSocketConnector(Server server, int selectors, SslContextFactory sslContextFactory)
Constructs a UnixSocketConnector with the given selectors and SslContextFactory.UnixSocketConnector(Server server, int selectors, SslContextFactory sslContextFactory)
Constructs a UnixSocketConnector with the given selectors and SslContextFactory.UnixSocketConnector(Server server, int selectors, SslContextFactory sslContextFactory)
Constructs a UnixSocketConnector with the given selectors and SslContextFactory.UnixSocketConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector(Server server, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given ConnectionFactories.UnixSocketConnector(Server server, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given ConnectionFactories.UnixSocketConnector(Server server, SslContextFactory sslContextFactory)
Constructs a UnixSocketConnector with the given SslContextFactory.UnixSocketConnector(Server server, SslContextFactory sslContextFactory)
Constructs a UnixSocketConnector with the given SslContextFactory.UnixSocketConnector(Server server, SslContextFactory sslContextFactory, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given SslContextFactory and ConnectionFactories.UnixSocketConnector(Server server, SslContextFactory sslContextFactory, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given SslContextFactory and ConnectionFactories.UnixSocketConnector(Server server, SslContextFactory sslContextFactory, ConnectionFactory... factories)
Constructs a UnixSocketConnector with the given SslContextFactory and ConnectionFactories. -
Uses of Name in org.eclipse.jetty.util.log.jmx
Method parameters in org.eclipse.jetty.util.log.jmx with annotations of type Name Modifier and Type Method 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)
-
Uses of Name in org.eclipse.jetty.util.thread
Method parameters in org.eclipse.jetty.util.thread with annotations of type Name Modifier and Type Method Description java.lang.String
QueuedThreadPool. dumpThread(long id)
boolean
QueuedThreadPool. interruptThread(long id)
Constructor parameters in org.eclipse.jetty.util.thread with annotations of type Name Constructor 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, 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)
QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, java.util.concurrent.BlockingQueue<java.lang.Runnable> queue, java.lang.ThreadGroup threadGroup, java.util.concurrent.ThreadFactory threadFactory)
QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, java.util.concurrent.BlockingQueue<java.lang.Runnable> queue, java.lang.ThreadGroup threadGroup, java.util.concurrent.ThreadFactory threadFactory)
QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, java.util.concurrent.BlockingQueue<java.lang.Runnable> queue, java.lang.ThreadGroup threadGroup, java.util.concurrent.ThreadFactory threadFactory)
QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, java.util.concurrent.BlockingQueue<java.lang.Runnable> queue, java.lang.ThreadGroup threadGroup, java.util.concurrent.ThreadFactory threadFactory)
QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, java.util.concurrent.BlockingQueue<java.lang.Runnable> queue, java.lang.ThreadGroup threadGroup, java.util.concurrent.ThreadFactory threadFactory)
QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, java.util.concurrent.BlockingQueue<java.lang.Runnable> queue, java.lang.ThreadGroup threadGroup, java.util.concurrent.ThreadFactory threadFactory)
QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, java.util.concurrent.BlockingQueue<java.lang.Runnable> queue, java.lang.ThreadGroup threadGroup, java.util.concurrent.ThreadFactory threadFactory)
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, java.util.concurrent.BlockingQueue<java.lang.Runnable> queue)
QueuedThreadPool(int maxThreads, int minThreads, java.util.concurrent.BlockingQueue<java.lang.Runnable> queue)
QueuedThreadPool(int maxThreads, int minThreads, java.util.concurrent.BlockingQueue<java.lang.Runnable> queue)
ScheduledExecutorScheduler(java.lang.String name, boolean daemon, int threads)
ScheduledExecutorScheduler(java.lang.String name, boolean daemon, int threads)
ScheduledExecutorScheduler(java.lang.String name, boolean daemon, int threads)
ScheduledExecutorScheduler(java.lang.String name, boolean daemon, java.lang.ClassLoader classLoader, java.lang.ThreadGroup threadGroup, int threads)
ScheduledExecutorScheduler(java.lang.String name, boolean daemon, java.lang.ClassLoader classLoader, java.lang.ThreadGroup threadGroup, int threads)
ScheduledExecutorScheduler(java.lang.String name, boolean daemon, java.lang.ClassLoader classLoader, java.lang.ThreadGroup threadGroup, int threads)
ScheduledExecutorScheduler(java.lang.String name, boolean daemon, java.lang.ClassLoader classLoader, java.lang.ThreadGroup threadGroup, int threads)
ScheduledExecutorScheduler(java.lang.String name, boolean daemon, java.lang.ClassLoader classLoader, java.lang.ThreadGroup threadGroup, int threads)
-
Uses of Name in org.eclipse.jetty.webapp
Method parameters in org.eclipse.jetty.webapp with annotations of type Name Modifier and Type Method 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)
-