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.webapp   
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   
 

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.webapp
 

Methods in org.eclipse.jetty.osgi.boot.internal.webapp with parameters of type Server
static URLClassLoader LibExtClassLoaderHelper.createLibEtcClassLoaderHelper(File jettyHome, Server server, ClassLoader parentClassLoader)
           
 

Constructors in org.eclipse.jetty.osgi.boot.internal.webapp with parameters of type Server
JettyContextHandlerServiceTracker(org.osgi.framework.BundleContext context, Server server)
           
WebappRegistrationHelper(Server server)
           
 

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 DefaultAuthenticatorFactory.getAuthenticator(Server server, ServletContext context, Authenticator.Configuration configuration, IdentityService identityService, LoginService loginService)
           
 Authenticator Authenticator.Factory.getAuthenticator(Server server, ServletContext context, Authenticator.Configuration 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.Configuration 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 Connector.getServer()
           
 Server AbstractConnector.getServer()
           
 

Methods in org.eclipse.jetty.server with parameters of type Server
 void Handler.setServer(Server server)
           
 void Connector.setServer(Server server)
           
 void AbstractConnector.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 RequestLogHandler.setServer(Server server)
           
 void ProxyHandler.setServer(Server server)
           
 void HotSwapHandler.setServer(Server server)
           
 void HandlerWrapper.setServer(Server server)
           
 void HandlerCollection.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)
           
 



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