Uses of Class
org.eclipse.jetty.server.Server
-
Packages that use Server Package Description org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.embedded org.eclipse.jetty.http.spi org.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.osgi.boot.internal.serverfactory 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.jaspi Jetty Jaspi : Java Authentication SPIorg.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.nio Jetty Server : Core Server Connectororg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.unixsocket org.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
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.embedded
Methods in org.eclipse.jetty.embedded that return Server Modifier and Type Method Description static Server
ExampleServer. createServer(int port)
static Server
ExampleServerXml. createServer(int port)
static Server
FastFileServer. createServer(int port, java.io.File resourceBase)
static Server
FileServer. createServer(int port, Resource baseResource)
static Server
FileServerXml. createServer(int port, java.nio.file.Path baseResource)
static Server
JarServer. createServer(int port)
static Server
LikeJettyXml. createServer(int port, int securePort, boolean addDebugListener)
static Server
ManyConnectors. createServer(int plainPort, int securePort)
static Server
ManyContexts. createServer(int port)
static Server
ManyHandlers. createServer(int port)
static Server
ManyServletContexts. createServer(int port)
static Server
MinimalServlets. createServer(int port)
static Server
OneConnector. createServer(int port)
static Server
OneContext. createServer(int port)
static Server
OneHandler. createServer(int port)
static Server
OneServletContext. createServer(int port, Resource baseResource)
static Server
OneServletContextJmxStats. createServer(int port)
static Server
OneServletContextWithSession. createServer(int port, Resource baseResource)
static Server
OneWebApp. createServer(int port)
static Server
OneWebAppWithJsp. createServer(int port)
static Server
ProxyServer. createServer(int port)
static Server
RewriteServer. createServer(int port)
static Server
SecuredHelloHandler. createServer(int port)
static Server
ServerWithAnnotations. createServer(int port)
static Server
ServerWithJMX. createServer(int port)
static Server
ServerWithJNDI. createServer(int port)
static Server
SimplestServer. createServer(int port)
static Server
SplitFileServer. createServer(int port, Resource baseResource0, Resource baseResource1)
static Server
WebSocketJsrServer. createServer(int port)
static Server
WebSocketServer. createServer(int port)
-
Uses of Server in org.eclipse.jetty.http.spi
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.maven.plugin
Fields in org.eclipse.jetty.maven.plugin declared as Server Modifier and Type Field Description protected Server
AbstractJettyMojo. server
A wrapper for the Server objectMethods in org.eclipse.jetty.maven.plugin that return Server Modifier and Type Method Description static Server
ServerSupport. applyXmlConfigurations(Server server, java.util.List<java.io.File> files)
Apply xml files to server instance.static Server
ServerSupport. applyXmlConfigurations(Server server, java.util.List<java.io.File> files, java.util.Map<java.lang.String,java.lang.String> properties)
Apply xml files to server instance.Server
MavenServerConnector. getServer()
Methods in org.eclipse.jetty.maven.plugin with parameters of type Server Modifier and Type Method Description static void
ServerSupport. addWebApplication(Server server, WebAppContext webapp)
static Server
ServerSupport. applyXmlConfigurations(Server server, java.util.List<java.io.File> files)
Apply xml files to server instance.static Server
ServerSupport. applyXmlConfigurations(Server server, java.util.List<java.io.File> files, java.util.Map<java.lang.String,java.lang.String> properties)
Apply xml files to server instance.static void
ServerSupport. configureConnectors(Server server, Connector connector)
Configure at least one connector for the serverstatic void
ServerSupport. configureDefaultConfigurationClasses(Server server)
static void
ServerSupport. configureHandlers(Server server, RequestLog requestLog)
Set up the handler structure to receive a webapp.static void
ServerSupport. configureLoginServices(Server server, LoginService[] loginServices)
Set up any security LoginServices provided.static ContextHandlerCollection
ServerSupport. findContextHandlerCollection(Server server)
static void
WebAppPropertyConverter. fromProperties(JettyWebAppContext webApp, java.io.File propsFile, Server server, java.util.Map<java.lang.String,java.lang.String> jettyProperties)
Configure a webapp from a properties filestatic void
WebAppPropertyConverter. fromProperties(JettyWebAppContext webApp, java.lang.String resource, Server server, java.util.Map<java.lang.String,java.lang.String> jettyProperties)
Configure a webapp from a properties file.void
MavenServerConnector. setServer(Server server)
-
Uses of Server in org.eclipse.jetty.osgi.boot.internal.serverfactory
Methods in org.eclipse.jetty.osgi.boot.internal.serverfactory that return Server Modifier and Type Method Description static Server
ServerInstanceWrapper. configure(Server server, java.util.List<java.net.URL> jettyConfigurations, java.util.Dictionary<java.lang.String,java.lang.Object> props)
Server
ServerInstanceWrapper. getServer()
static Server
DefaultJettyAtJettyHomeHelper. startJettyAtJettyHome(org.osgi.framework.BundleContext bundleContext)
Called by the JettyBootStrapActivator.Methods in org.eclipse.jetty.osgi.boot.internal.serverfactory with parameters of type Server Modifier and Type Method Description static Server
ServerInstanceWrapper. configure(Server server, java.util.List<java.net.URL> jettyConfigurations, java.util.Dictionary<java.lang.String,java.lang.Object> props)
void
ServerInstanceWrapper. start(Server server, java.util.Dictionary<java.lang.String,java.lang.Object> props)
-
Uses of Server in org.eclipse.jetty.plus.security
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.jaspi
Methods in org.eclipse.jetty.security.jaspi with parameters of type Server Modifier and Type Method Description protected java.lang.String
JaspiAuthenticatorFactory. findServerName(Server server)
Find a servername.protected java.lang.String
JaspiAuthenticatorFactory. findServerName(Server server, javax.security.auth.Subject subject)
Deprecated.protected javax.security.auth.Subject
JaspiAuthenticatorFactory. findServiceSubject(Server server)
Find a service Subject.Authenticator
JaspiAuthenticatorFactory. 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 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
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)
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.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.unixsocket
Constructors in org.eclipse.jetty.unixsocket with parameters of type Server 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, 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, 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, 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. -
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.
-