Uses of Class
org.eclipse.jetty.server.Server
Packages that use Server
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Server JMX Integration
Jetty Server : Core Server Connector
Jetty Server : Session Management Implementations
Jetty Util : Modular Web Application Support
-
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, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) DefaultAuthenticatorFactory.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 ServerModifier and TypeFieldDescriptionprivate final ServerAbstractConnector._serverprivate final ServerAcceptRateLimit._serverprivate final ServerConnectionLimit._serverprotected final ServerLowResourceMonitor._serverMethods in org.eclipse.jetty.server that return ServerModifier and TypeMethodDescriptionAbstractConnector.getServer()Connector.getServer()Handler.getServer()HttpChannel.getServer()HttpConnection.getServer()Methods in org.eclipse.jetty.server with parameters of type ServerModifier and TypeMethodDescriptionstatic voidConnectorStatistics.addToAllConnectors(Server server) Deprecated.static voidServerConnectionStatistics.addToAllConnectors(Server server) Deprecated.voidConstructors in org.eclipse.jetty.server with parameters of type ServerModifierConstructorDescriptionAbstractConnector(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 sslContextFactory) LocalConnector(Server server, SslContextFactory 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 sslContextFactory) NetworkTrafficServerConnector(Server server, SslContextFactory sslContextFactory) ServerConnector(Server server) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the only factory.ServerConnector(Server server, int acceptors, int selectors) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the only factory.ServerConnector(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the only factory.ServerConnector(Server server, int acceptors, int selectors, SslContextFactory sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas 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 sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas 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 ServerMethods in org.eclipse.jetty.server.handler that return ServerMethods in org.eclipse.jetty.server.handler with parameters of type ServerModifier and TypeMethodDescriptionstatic ErrorHandlerErrorHandler.getErrorHandler(Server server, ContextHandler context) voidvoidvoidprivate voidShutdownHandler.shutdownServer(Server server) Constructors in org.eclipse.jetty.server.handler with parameters of type Server -
Uses of Server in org.eclipse.jetty.server.jmx
Fields in org.eclipse.jetty.server.jmx declared as Server -
Uses of Server in org.eclipse.jetty.server.nio
Constructors in org.eclipse.jetty.server.nio with parameters of type ServerModifierConstructorDescriptionDeprecated.NetworkTrafficSelectChannelConnector(Server server, 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 ServerMethods in org.eclipse.jetty.server.session that return ServerMethods in org.eclipse.jetty.server.session with parameters of type ServerConstructors in org.eclipse.jetty.server.session with parameters of type ServerModifierConstructorDescriptionDefaultSessionIdManager(Server server) DefaultSessionIdManager(Server server, Random random) -
Uses of Server in org.eclipse.jetty.webapp
Methods in org.eclipse.jetty.webapp with parameters of type ServerModifier and TypeMethodDescriptionstatic voidWebAppContext.addServerClasses(Server server, String... pattern) static voidWebAppContext.addSystemClasses(Server server, String... pattern) static Configuration.ClassListConfiguration.ClassList.serverDefault(Server server) Get/Create the server default Configuration ClassList.voidstatic Configuration.ClassListConfiguration.ClassList.setServerDefault(Server server) Get/Set/Create the server default Configuration ClassList.
addBeanToAllConnectors(Object)instead.