Uses of Class
org.eclipse.jetty.server.Server
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Runner : Embedded Jetty Tool for running webapps directly
Jetty Jaspi : Java Authentication SPI
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Plus : Limited JEE Security Support
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Core Server : JMX Integration
Jetty Server : Session Management Implementations
-
Uses of Server in org.eclipse.jetty.deploy
-
Uses of Server in org.eclipse.jetty.ee
Modifier and TypeMethodDescriptionstatic void
WebAppClassLoading.addHiddenClasses
(Server server, String... patterns) Add a hidden (server) Class pattern to use for all WebAppContexts of a givenServer
.static void
WebAppClassLoading.addProtectedClasses
(Server server, String... patterns) Add a protected (system) Class pattern to use for all WebAppContexts of a givenServer
.static ClassMatcher
WebAppClassLoading.getHiddenClasses
(Server server) Get the default hidden (server) classes for aServer
static ClassMatcher
WebAppClassLoading.getProtectedClasses
(Server server) Get the default protected (system) classes for aServer
-
Uses of Server in org.eclipse.jetty.ee10.osgi.boot
Modifier and TypeMethodDescriptionEE10Activator.ServerTracker.addingService
(org.osgi.framework.ServiceReference<Server> sr) void
EE10Activator.ServerTracker.modifiedService
(org.osgi.framework.ServiceReference<Server> reference, Object service) void
EE10Activator.ServerTracker.removedService
(org.osgi.framework.ServiceReference<Server> reference, Object service) -
Uses of Server in org.eclipse.jetty.ee10.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.ee10.runner
-
Uses of Server in org.eclipse.jetty.ee10.security.jaspi
Modifier and TypeMethodDescriptionprotected String
JaspiAuthenticatorFactory.findServerName
(Context context, Server server) Find a servername.protected Subject
JaspiAuthenticatorFactory.findServiceSubject
(Server server) Find a service Subject.JaspiAuthenticatorFactory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) -
Uses of Server in org.eclipse.jetty.ee10.servlet
Modifier and TypeMethodDescriptionServletChannel.getServer()
ServletTester.getServer()
SessionHandler.getServer()
Modifier and TypeMethodDescriptionstatic Request.Handler
ErrorHandler.getErrorHandler
(Server server, ContextHandler context) void
-
Uses of Server in org.eclipse.jetty.ee10.webapp
Modifier and TypeMethodDescriptionstatic void
WebAppContext.addServerClasses
(Server server, String... patterns) Deprecated, for removal: This API element is subject to removal in a future version.static void
WebAppContext.addSystemClasses
(Server server, String... patterns) Deprecated, for removal: This API element is subject to removal in a future version.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.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) Deprecated, for removal: This API element is subject to removal in a future version.HTTP3ServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Server in org.eclipse.jetty.osgi
Modifier and TypeMethodDescriptionstatic Server
JettyServerFactory.createServer
(String name, Dictionary<String, Object> props, List<URL> jettyConfigurations) AbstractContextProvider.getServer()
ModifierConstructorDescriptionAbstractContextProvider
(String environment, Server server, ContextFactory contextFactory) BundleContextProvider
(String environment, Server server, ContextFactory contextFactory) BundleWebAppProvider
(String environment, Server server, ContextFactory contextFactory) OSGiDeployer
(Server server) OSGiUndeployer
(Server server) -
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, ServerQuicConfiguration quicConfiguration, ConnectionFactory... factories) QuicServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.QuicServerConnector
(Server server, ServerQuicConfiguration quicConfiguration, ConnectionFactory... factories) QuicServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Server in org.eclipse.jetty.security
Modifier and TypeMethodDescriptionAuthenticator.Factory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) DefaultAuthenticatorFactory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) -
Uses of Server in org.eclipse.jetty.security.openid
Modifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) -
Uses of Server in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionAbstractConnector.getServer()
Connector.getServer()
Handler.Abstract.getServer()
Handler.getServer()
Server.getServer()
Modifier and TypeMethodDescriptionvoid
void
void
Set theServer
to associate to thisHandler
.ModifierConstructorDescriptionAbstractConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, ConnectionFactory... factories) AbstractNetworkConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, 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 bufferPool, 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) MemoryConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, ConnectionFactory... factories) MemoryConnector
(Server server, ConnectionFactory... factories) NetworkTrafficServerConnector
(Server server) NetworkTrafficServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, 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 Context
ContextHandler.getCurrentContext
(Server server) Get the current Context if any, or else server context if any.static Request.Handler
ErrorHandler.getErrorHandler
(Server server, ContextHandler context) void
void
-
Uses of Server in org.eclipse.jetty.server.internal
Modifier and TypeMethodDescriptionprotected HttpChannel
HttpConnection.newHttpChannel
(Server server, HttpConfiguration configuration) -
Uses of Server in org.eclipse.jetty.server.jmx
-
Uses of Server in org.eclipse.jetty.session
Modifier and TypeMethodDescriptionabstract Server
AbstractSessionManager.getServer()
DefaultSessionIdManager.getServer()
Get the server associated with this id manager.SessionHandler.getServer()
Modifier and TypeMethodDescriptionvoid
Set the server associated with this id manager.void
ModifierConstructorDescriptionDefaultSessionIdManager
(Server server) DefaultSessionIdManager
(Server server, Random random) -
Uses of Server in org.eclipse.jetty.unixdomain.server
ModifierConstructorDescriptionUnixDomainServerConnector
(Server server, int acceptors, int selectors, ConnectionFactory... factories) UnixDomainServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) UnixDomainServerConnector
(Server server, ConnectionFactory... factories) -
Uses of Server in org.eclipse.jetty.websocket.core.server
Modifier and TypeMethodDescriptionstatic WebSocketComponents
WebSocketServerComponents.ensureWebSocketComponents
(Server server) This ensures aWebSocketComponents
is available on theServer
attributeWebSocketServerComponents.WEBSOCKET_COMPONENTS_ATTRIBUTE
.static WebSocketComponents
WebSocketServerComponents.ensureWebSocketComponents
(Server server, ContextHandler contextHandler) This ensures aWebSocketComponents
is available at theContextHandler
attributeWebSocketServerComponents.WEBSOCKET_COMPONENTS_ATTRIBUTE
.static WebSocketComponents
WebSocketServerComponents.getWebSocketComponents
(Server server) -
Uses of Server in org.eclipse.jetty.websocket.server
Modifier and TypeMethodDescriptionstatic ServerWebSocketContainer
Returns theServerWebSocketContainer
, ensuring that it is available viaServerWebSocketContainer.get(Context)
.static ServerWebSocketContainer
ServerWebSocketContainer.ensure
(Server server, ContextHandler contextHandler) Returns theServerWebSocketContainer
, ensuring that it is available viaServerWebSocketContainer.get(Context)
.static WebSocketUpgradeHandler
Creates a newWebSocketUpgradeHandler
.static WebSocketUpgradeHandler
WebSocketUpgradeHandler.from
(Server server, Consumer<ServerWebSocketContainer> configurator) Creates a newWebSocketUpgradeHandler
.static WebSocketUpgradeHandler
WebSocketUpgradeHandler.from
(Server server, ContextHandler context) Creates a newWebSocketUpgradeHandler
.static WebSocketUpgradeHandler
WebSocketUpgradeHandler.from
(Server server, ContextHandler context, Consumer<ServerWebSocketContainer> configurator) Creates a newWebSocketUpgradeHandler
.
WebAppClassLoading.addProtectedClasses(Server, String...)