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

Packages that use Server
org.eclipse.jetty.ajp   
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   
 

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.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 AbstractConnector.getServer()
           
 Server Handler.getServer()
           
 Server Connector.getServer()
           
 

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

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

Fields in org.eclipse.jetty.server.session declared as Server
protected  Server AbstractSessionIdManager._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
AbstractSessionIdManager(Server server)
           
AbstractSessionIdManager(Server server, Random random)
           
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)
           
 



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