Uses of Class
org.eclipse.jetty.server.Server
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Plus : Limited JEE Security Support
Jetty Runner : Embedded Jetty Tool for running webapps directly
Jetty Security : Modular Support for Security in Jetty
Jetty Jaspi : Java Authentication SPI
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Session Management Implementations
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of Server in org.eclipse.jetty.deploy
-
Uses of Server in org.eclipse.jetty.http.spi
ModifierConstructorDescriptionJettyHttpServer
(Server server, boolean shared) JettyHttpServer
(Server server, boolean shared, HttpConfiguration configuration) -
Uses of Server in org.eclipse.jetty.http3.server
ModifierConstructorDescriptionHTTP3ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) HTTP3ServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) -
Uses of Server in org.eclipse.jetty.osgi.boot.internal.serverfactory
Modifier and TypeMethodDescriptionstatic Server
ServerInstanceWrapper.configure
(Server server, List<URL> jettyConfigurations, Dictionary<String, Object> props) ServerInstanceWrapper.getServer()
static Server
DefaultJettyAtJettyHomeHelper.startJettyAtJettyHome
(org.osgi.framework.BundleContext bundleContext) Called by the JettyBootStrapActivator. -
Uses of Server in org.eclipse.jetty.plus.security
-
Uses of Server in org.eclipse.jetty.quic.server
ModifierConstructorDescriptionQuicServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) QuicServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) -
Uses of Server in org.eclipse.jetty.quickstart
Modifier and TypeMethodDescriptionstatic void
QuickStartConfiguration.configureMode
(Server server, String mode) Configure the server for the quickstart mode. -
Uses of Server in org.eclipse.jetty.runner
-
Uses of Server in org.eclipse.jetty.security
Modifier and TypeMethodDescriptionAuthenticator.Factory.getAuthenticator
(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) DefaultAuthenticatorFactory.getAuthenticator
(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) -
Uses of Server in org.eclipse.jetty.security.jaspi
Modifier and TypeMethodDescriptionprotected String
JaspiAuthenticatorFactory.findServerName
(jakarta.servlet.ServletContext context, Server server) Find a servername.protected Subject
JaspiAuthenticatorFactory.findServiceSubject
(Server server) Find a service Subject.JaspiAuthenticatorFactory.getAuthenticator
(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) -
Uses of Server in org.eclipse.jetty.security.openid
Modifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator
(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) -
Uses of Server in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionAbstractConnector.getServer()
Connector.getServer()
Handler.getServer()
HttpChannel.getServer()
HttpConnection.getServer()
Modifier and TypeMethodDescriptionstatic void
ServerConnectionStatistics.addToAllConnectors
(Server server) Deprecated.void
ModifierConstructorDescriptionAbstractConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories) AbstractNetworkConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories) AcceptRateLimit
(int acceptRateLimit, long period, TimeUnit units, Server server) ConnectionLimit
(int maxConnections, Server server) LocalConnector
(Server server) LocalConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories) LocalConnector
(Server server, ConnectionFactory connectionFactory) LocalConnector
(Server server, ConnectionFactory connectionFactory, SslContextFactory.Server sslContextFactory) LocalConnector
(Server server, SslContextFactory.Server sslContextFactory) LowResourceMonitor
(Server server) NetworkTrafficServerConnector
(Server server) NetworkTrafficServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, int selectors, ConnectionFactory... factories) NetworkTrafficServerConnector
(Server server, ConnectionFactory connectionFactory) NetworkTrafficServerConnector
(Server server, ConnectionFactory connectionFactory, SslContextFactory.Server sslContextFactory) NetworkTrafficServerConnector
(Server server, SslContextFactory.Server 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.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, 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.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) -
Uses of Server in org.eclipse.jetty.server.handler
Modifier and TypeMethodDescriptionstatic ErrorHandler
ErrorHandler.getErrorHandler
(Server server, ContextHandler context) void
void
void
-
Uses of Server in org.eclipse.jetty.server.session
ModifierConstructorDescriptionDefaultSessionIdManager
(Server server) DefaultSessionIdManager
(Server server, Random random) -
Uses of Server in org.eclipse.jetty.servlet
-
Uses of Server in org.eclipse.jetty.unixsocket.server
ModifierConstructorDescriptionUnixSocketConnector
(Server server) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the default configuration.UnixSocketConnector
(Server server, int selectors) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given number of selectorsUnixSocketConnector
(Server server, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given selectors and ConnectionFactories.UnixSocketConnector
(Server server, int selectors, SslContextFactory.Server sslContextFactory) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given selectors and SslContextFactory.UnixSocketConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector
(Server server, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given ConnectionFactories.UnixSocketConnector
(Server server, SslContextFactory.Server sslContextFactory) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given SslContextFactory.UnixSocketConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given SslContextFactory and ConnectionFactories. -
Uses of Server in org.eclipse.jetty.webapp
Modifier and TypeMethodDescriptionstatic void
WebAppContext.addServerClasses
(Server server, String... pattern) static void
WebAppContext.addSystemClasses
(Server server, String... pattern) static Configurations
Configurations.getServerDefault
(Server server) Get/Create the server default Configuration ClassList.void
static Configurations
Configurations.setServerDefault
(Server server) Get/Set/Create the server default Configuration ClassList. -
Uses of Server in org.eclipse.jetty.websocket.core.server
Modifier and TypeMethodDescriptionstatic WebSocketComponents
WebSocketServerComponents.ensureWebSocketComponents
(Server server, jakarta.servlet.ServletContext servletContext) This ensures aWebSocketComponents
is available at theServletContext
attributeWebSocketServerComponents.WEBSOCKET_COMPONENTS_ATTRIBUTE
.
addBeanToAllConnectors(Object)
instead.