Uses of Class
org.eclipse.jetty.server.Server
Packages that use 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
Methods in org.eclipse.jetty.deploy that return Server -
Uses of Server in org.eclipse.jetty.ee
Methods in org.eclipse.jetty.ee with parameters of type ServerModifier 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
Method parameters in org.eclipse.jetty.ee10.osgi.boot with type arguments of type ServerModifier 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
Methods in org.eclipse.jetty.ee10.quickstart with parameters of type ServerModifier 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
Fields in org.eclipse.jetty.ee10.runner declared as Server -
Uses of Server in org.eclipse.jetty.ee10.security.jaspi
Methods in org.eclipse.jetty.ee10.security.jaspi with parameters of type ServerModifier 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
Methods in org.eclipse.jetty.ee10.servlet that return ServerModifier and TypeMethodDescriptionServletChannel.getServer()
ServletTester.getServer()
SessionHandler.getServer()
Methods in org.eclipse.jetty.ee10.servlet with parameters of type ServerModifier and TypeMethodDescriptionstatic Request.Handler
ErrorHandler.getErrorHandler
(Server server, ContextHandler context) void
-
Uses of Server in org.eclipse.jetty.ee10.webapp
Methods in org.eclipse.jetty.ee10.webapp with parameters of type ServerModifier 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
Methods in org.eclipse.jetty.http.spi that return ServerMethods in org.eclipse.jetty.http.spi with parameters of type ServerConstructors in org.eclipse.jetty.http.spi with parameters of type ServerModifierConstructorDescriptionJettyHttpServer
(Server server, boolean shared) JettyHttpServer
(Server server, boolean shared, HttpConfiguration configuration) -
Uses of Server in org.eclipse.jetty.http3.server
Constructors in org.eclipse.jetty.http3.server with parameters of type ServerModifierConstructorDescriptionHTTP3ServerConnector
(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
Methods in org.eclipse.jetty.osgi that return ServerModifier and TypeMethodDescriptionstatic Server
JettyServerFactory.createServer
(String name, Dictionary<String, Object> props, List<URL> jettyConfigurations) AbstractContextProvider.getServer()
Constructors in org.eclipse.jetty.osgi with parameters of type ServerModifierConstructorDescriptionAbstractContextProvider
(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
Methods in org.eclipse.jetty.plus.security that return ServerMethods in org.eclipse.jetty.plus.security with parameters of type Server -
Uses of Server in org.eclipse.jetty.quic.server
Constructors in org.eclipse.jetty.quic.server with parameters of type ServerModifierConstructorDescriptionQuicServerConnector
(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
Methods in org.eclipse.jetty.security with parameters of type ServerModifier 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
Methods in org.eclipse.jetty.security.openid with parameters of type ServerModifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) -
Uses of Server in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as ServerMethods in org.eclipse.jetty.server that return ServerModifier and TypeMethodDescriptionAbstractConnector.getServer()
Connector.getServer()
Handler.Abstract.getServer()
Handler.getServer()
Server.getServer()
Methods in org.eclipse.jetty.server with parameters of type ServerModifier and TypeMethodDescriptionvoid
void
void
Set theServer
to associate to thisHandler
.Constructors in org.eclipse.jetty.server with parameters of type ServerModifierConstructorDescriptionAbstractConnector
(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
Methods in org.eclipse.jetty.server.handler with parameters of type ServerModifier 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
Methods in org.eclipse.jetty.server.internal that return ServerMethods in org.eclipse.jetty.server.internal with parameters of type ServerModifier and TypeMethodDescriptionprotected HttpChannel
HttpConnection.newHttpChannel
(Server server, HttpConfiguration configuration) -
Uses of Server in org.eclipse.jetty.server.jmx
Methods in org.eclipse.jetty.server.jmx that return Server -
Uses of Server in org.eclipse.jetty.session
Fields in org.eclipse.jetty.session declared as ServerMethods in org.eclipse.jetty.session that return ServerModifier and TypeMethodDescriptionabstract Server
AbstractSessionManager.getServer()
DefaultSessionIdManager.getServer()
Get the server associated with this id manager.SessionHandler.getServer()
Methods in org.eclipse.jetty.session with parameters of type ServerModifier and TypeMethodDescriptionvoid
Set the server associated with this id manager.void
Constructors in org.eclipse.jetty.session with parameters of type ServerModifierConstructorDescriptionDefaultSessionIdManager
(Server server) DefaultSessionIdManager
(Server server, Random random) -
Uses of Server in org.eclipse.jetty.unixdomain.server
Constructors in org.eclipse.jetty.unixdomain.server with parameters of type ServerModifierConstructorDescriptionUnixDomainServerConnector
(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
Methods in org.eclipse.jetty.websocket.core.server with parameters of type ServerModifier 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
Methods in org.eclipse.jetty.websocket.server with parameters of type ServerModifier 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...)