Uses of Class
org.eclipse.jetty.server.Server
-
Packages that use Server Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.http.spi org.eclipse.jetty.plus.security Jetty Plus : Limited JEE Security Supportorg.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.security.openid org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.jmx Jetty Server : Server JMX Integrationorg.eclipse.jetty.server.nio Jetty Server : Core Server Connectororg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of Server in org.eclipse.jetty.ant
Fields in org.eclipse.jetty.ant declared as Server Modifier and Type Field Description private Server
ServerProxyImpl. server
Proxied Jetty server object. -
Uses of Server in org.eclipse.jetty.deploy
Methods in org.eclipse.jetty.deploy that return Server Modifier and Type Method Description Server
DeploymentManager. getServer()
-
Uses of Server in org.eclipse.jetty.http.spi
Fields in org.eclipse.jetty.http.spi declared as Server Modifier and Type Field Description private Server
JettyHttpServer. _server
private static Server
JettyHttpServerProvider. _server
Methods in org.eclipse.jetty.http.spi that return Server Modifier and Type Method Description protected Server
JettyHttpServer. getServer()
Methods in org.eclipse.jetty.http.spi with parameters of type Server Modifier and Type Method Description static void
JettyHttpServerProvider. setServer(Server server)
Constructors in org.eclipse.jetty.http.spi with parameters of type Server Constructor Description JettyHttpServer(Server server, boolean shared)
JettyHttpServer(Server server, boolean shared, HttpConfiguration configuration)
-
Uses of Server in org.eclipse.jetty.plus.security
Fields in org.eclipse.jetty.plus.security declared as Server Modifier and Type Field Description private Server
DataSourceLoginService. _server
Methods in org.eclipse.jetty.plus.security that return Server Modifier and Type Method Description Server
DataSourceLoginService. getServer()
Methods in org.eclipse.jetty.plus.security with parameters of type Server Modifier and Type Method Description void
DataSourceLoginService. setServer(Server server)
-
Uses of Server in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security with parameters of type Server Modifier and Type Method Description Authenticator
Authenticator.Factory. getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
Authenticator
DefaultAuthenticatorFactory. getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
-
Uses of Server in org.eclipse.jetty.security.openid
Methods in org.eclipse.jetty.security.openid with parameters of type Server Modifier and Type Method Description Authenticator
OpenIdAuthenticatorFactory. getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
-
Uses of Server in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as Server Modifier and Type Field Description private Server
AbstractConnector. _server
private Server
AcceptRateLimit. _server
private Server
ConnectionLimit. _server
protected Server
LowResourceMonitor. _server
Methods in org.eclipse.jetty.server that return Server Modifier and Type Method Description Server
AbstractConnector. getServer()
Server
Connector. getServer()
Server
Handler. getServer()
Server
HttpChannel. getServer()
Server
HttpConnection. getServer()
Methods in org.eclipse.jetty.server with parameters of type Server Modifier and Type Method Description static void
ConnectorStatistics. addToAllConnectors(Server server)
Deprecated.static void
ServerConnectionStatistics. addToAllConnectors(Server server)
Deprecated.useaddBeanToAllConnectors(Object)
instead.void
Handler. setServer(Server server)
Constructors in org.eclipse.jetty.server with parameters of type Server Constructor Description AbstractConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories)
AbstractNetworkConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories)
AcceptRateLimit(int acceptRateLimit, long period, java.util.concurrent.TimeUnit units, Server server)
ConnectionLimit(int maxConnections, Server server)
LocalConnector(Server server)
LocalConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories)
LocalConnector(Server server, ConnectionFactory connectionFactory)
LocalConnector(Server server, ConnectionFactory connectionFactory, SslContextFactory sslContextFactory)
LocalConnector(Server server, SslContextFactory sslContextFactory)
LowResourceMonitor(Server server)
NetworkTrafficServerConnector(Server server)
NetworkTrafficServerConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, int selectors, ConnectionFactory... factories)
NetworkTrafficServerConnector(Server server, ConnectionFactory connectionFactory)
NetworkTrafficServerConnector(Server server, ConnectionFactory connectionFactory, SslContextFactory sslContextFactory)
NetworkTrafficServerConnector(Server server, SslContextFactory sslContextFactory)
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, 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, 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, SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector(Server server, SslContextFactory sslContextFactory, ConnectionFactory... factories)
-
Uses of Server in org.eclipse.jetty.server.handler
Fields in org.eclipse.jetty.server.handler declared as Server Modifier and Type Field Description private Server
AbstractHandler. _server
Methods in org.eclipse.jetty.server.handler that return Server Modifier and Type Method Description Server
AbstractHandler. getServer()
Methods in org.eclipse.jetty.server.handler with parameters of type Server Modifier and Type Method Description static ErrorHandler
ErrorHandler. getErrorHandler(Server server, ContextHandler context)
void
AbstractHandler. setServer(Server server)
void
AbstractHandlerContainer. setServer(Server server)
void
ContextHandler. setServer(Server server)
private void
ShutdownHandler. shutdownServer(Server server)
Constructors in org.eclipse.jetty.server.handler with parameters of type Server Constructor Description ShutdownHandler(Server server, java.lang.String shutdownToken)
Deprecated. -
Uses of Server in org.eclipse.jetty.server.jmx
Fields in org.eclipse.jetty.server.jmx declared as Server Modifier and Type Field Description private Server
ServerMBean. server
-
Uses of Server in org.eclipse.jetty.server.nio
Constructors in org.eclipse.jetty.server.nio with parameters of type Server Constructor Description NetworkTrafficSelectChannelConnector(Server server)
Deprecated.NetworkTrafficSelectChannelConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, int selectors, ConnectionFactory... factories)
Deprecated.NetworkTrafficSelectChannelConnector(Server server, ConnectionFactory connectionFactory)
Deprecated.NetworkTrafficSelectChannelConnector(Server server, ConnectionFactory connectionFactory, SslContextFactory sslContextFactory)
Deprecated.NetworkTrafficSelectChannelConnector(Server server, SslContextFactory sslContextFactory)
Deprecated. -
Uses of Server in org.eclipse.jetty.server.session
Fields in org.eclipse.jetty.server.session declared as Server Modifier and Type Field Description protected Server
DefaultSessionIdManager. _server
Methods in org.eclipse.jetty.server.session that return Server Modifier and Type Method Description Server
DefaultSessionIdManager. getServer()
Methods in org.eclipse.jetty.server.session with parameters of type Server Modifier and Type Method Description void
DefaultSessionIdManager. setServer(Server server)
Constructors in org.eclipse.jetty.server.session with parameters of type Server Constructor Description DefaultSessionIdManager(Server server)
DefaultSessionIdManager(Server server, java.util.Random random)
-
Uses of Server in org.eclipse.jetty.webapp
Methods in org.eclipse.jetty.webapp with parameters of type Server Modifier and Type Method Description static void
WebAppContext. addServerClasses(Server server, java.lang.String... pattern)
static void
WebAppContext. addSystemClasses(Server server, java.lang.String... pattern)
static Configuration.ClassList
Configuration.ClassList. serverDefault(Server server)
Get/Create the server default Configuration ClassList.void
WebAppContext. setServer(Server server)
static Configuration.ClassList
Configuration.ClassList. setServerDefault(Server server)
Get/Set/Create the server default Configuration ClassList.
-