Uses of Class
org.eclipse.jetty.server.Server

Packages that use Server
org.eclipse.jetty.ajp   
org.eclipse.jetty.deploy   
org.eclipse.jetty.osgi.boot.internal.serverfactory   
org.eclipse.jetty.osgi.boot.internal.webapp   
org.eclipse.jetty.overlays   
org.eclipse.jetty.plus.security   
org.eclipse.jetty.security   
org.eclipse.jetty.security.jaspi   
org.eclipse.jetty.server   
org.eclipse.jetty.server.handler   
org.eclipse.jetty.server.session   
org.eclipse.jetty.servlet   
org.eclipse.jetty.webapp   
org.eclipse.jetty.websocket   
 

Uses of Server in org.eclipse.jetty.ajp
 

Constructors in org.eclipse.jetty.ajp with parameters of type Server
Ajp13Connection(Connector connector, EndPoint endPoint, Server server)
           
 

Uses of Server in org.eclipse.jetty.deploy
 

Methods in org.eclipse.jetty.deploy that return Server
 Server DeploymentManager.getServer()
           
 

Uses of Server in org.eclipse.jetty.osgi.boot.internal.serverfactory
 

Methods in org.eclipse.jetty.osgi.boot.internal.serverfactory that return Server
 Server ServerInstanceWrapper.getServer()
           
 

Methods in org.eclipse.jetty.osgi.boot.internal.serverfactory with parameters of type Server
 void ServerInstanceWrapper.start(Server server, Dictionary props)
           
 

Uses of Server in org.eclipse.jetty.osgi.boot.internal.webapp
 

Methods in org.eclipse.jetty.osgi.boot.internal.webapp with parameters of type Server
static ClassLoader LibExtClassLoaderHelper.createLibEtcClassLoader(File jettyHome, Server server, ClassLoader parentClassLoader)
           
static ClassLoader LibExtClassLoaderHelper.createLibExtClassLoader(List<File> jarsContainerOrJars, List<URL> otherJarsOrFolder, Server server, ClassLoader parentClassLoader)
           
 

Uses of Server in org.eclipse.jetty.overlays
 

Methods in org.eclipse.jetty.overlays that return Server
 Server TemplateContext.getServer()
           
 

Constructors in org.eclipse.jetty.overlays with parameters of type Server
TemplateContext(String key, Server server, Resource baseResource, ClassLoader libLoader)
           
 

Uses of Server in org.eclipse.jetty.plus.security
 

Methods in org.eclipse.jetty.plus.security that return Server
 Server DataSourceLoginService.getServer()
           
 

Methods in org.eclipse.jetty.plus.security with parameters of type Server
 void DataSourceLoginService.setServer(Server server)
           
 

Uses of Server in org.eclipse.jetty.security
 

Methods in org.eclipse.jetty.security with parameters of type Server
 Authenticator Authenticator.Factory.getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
           
 Authenticator DefaultAuthenticatorFactory.getAuthenticator(Server server, 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
protected  String JaspiAuthenticatorFactory.findServerName(Server server, Subject subject)
          Find a servername.
protected  Subject JaspiAuthenticatorFactory.findServiceSubject(Server server)
          Find a service Subject.
 Authenticator JaspiAuthenticatorFactory.getAuthenticator(Server server, 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
protected  Server HttpConnection._server
           
 

Methods in org.eclipse.jetty.server that return Server
 Server Handler.getServer()
           
 Server AbstractConnector.getServer()
           
 Server HttpConnection.getServer()
           
 Server Connector.getServer()
           
 

Methods in org.eclipse.jetty.server with parameters of type Server
 void Handler.setServer(Server server)
           
 void AbstractConnector.setServer(Server server)
           
 void Connector.setServer(Server server)
           
 

Constructors in org.eclipse.jetty.server with parameters of type Server
HttpConnection(Connector connector, EndPoint endpoint, Server server)
          Constructor
HttpConnection(Connector connector, EndPoint endpoint, Server server, Parser parser, Generator generator, Request request)
           
 

Uses of Server in org.eclipse.jetty.server.handler
 

Methods in org.eclipse.jetty.server.handler that return Server
 Server AbstractHandler.getServer()
           
 

Methods in org.eclipse.jetty.server.handler with parameters of type Server
 void HotSwapHandler.setServer(Server server)
           
 void RequestLogHandler.setServer(Server server)
           
 void HandlerWrapper.setServer(Server server)
           
 void HandlerCollection.setServer(Server server)
           
 void ConnectHandler.setServer(Server server)
           
 void ContextHandler.setServer(Server server)
           
 void AbstractHandler.setServer(Server server)
           
 

Uses of Server in org.eclipse.jetty.server.session
 

Fields in org.eclipse.jetty.server.session declared as Server
protected  Server AbstractTestServer._server
           
protected  Server JDBCSessionIdManager._server
           
 

Methods in org.eclipse.jetty.server.session with parameters of type Server
 void SessionHandler.setServer(Server server)
           
 

Constructors in org.eclipse.jetty.server.session with parameters of type Server
JDBCSessionIdManager(Server server)
           
JDBCSessionIdManager(Server server, Random random)
           
 

Uses of Server in org.eclipse.jetty.servlet
 

Methods in org.eclipse.jetty.servlet with parameters of type Server
 void ServletHandler.setServer(Server server)
           
 

Uses of Server in org.eclipse.jetty.webapp
 

Methods in org.eclipse.jetty.webapp with parameters of type Server
 void WebAppContext.setServer(Server server)
           
 

Uses of Server in org.eclipse.jetty.websocket
 

Subclasses of Server in org.eclipse.jetty.websocket
 class TestServer
           
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.