类 org.eclipse.jetty.server.Server
的使用

使用 Server 的软件包
org.eclipse.jetty.ajp   
org.eclipse.jetty.deploy   
org.eclipse.jetty.http.spi   
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.ajpServer 的使用
 

参数类型为 Serverorg.eclipse.jetty.ajp 中的构造方法
Ajp13Connection(Connector connector, EndPoint endPoint, Server server)
           
 

org.eclipse.jetty.deployServer 的使用
 

返回 Serverorg.eclipse.jetty.deploy 中的方法
 Server DeploymentManager.getServer()
           
 

org.eclipse.jetty.http.spiServer 的使用
 

参数类型为 Serverorg.eclipse.jetty.http.spi 中的方法
static void JettyHttpServerProvider.setServer(Server server)
           
 

参数类型为 Serverorg.eclipse.jetty.http.spi 中的构造方法
JettyHttpServer(Server server, boolean shared)
           
 

org.eclipse.jetty.overlaysServer 的使用
 

返回 Serverorg.eclipse.jetty.overlays 中的方法
 Server TemplateContext.getServer()
           
 

参数类型为 Serverorg.eclipse.jetty.overlays 中的构造方法
TemplateContext(String key, Server server, Resource baseResource, ClassLoader libLoader)
           
 

org.eclipse.jetty.plus.securityServer 的使用
 

返回 Serverorg.eclipse.jetty.plus.security 中的方法
 Server DataSourceLoginService.getServer()
           
 

参数类型为 Serverorg.eclipse.jetty.plus.security 中的方法
 void DataSourceLoginService.setServer(Server server)
           
 

org.eclipse.jetty.securityServer 的使用
 

参数类型为 Serverorg.eclipse.jetty.security 中的方法
 Authenticator DefaultAuthenticatorFactory.getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
           
 Authenticator Authenticator.Factory.getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
           
 

org.eclipse.jetty.security.jaspiServer 的使用
 

参数类型为 Serverorg.eclipse.jetty.security.jaspi 中的方法
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)
           
 

org.eclipse.jetty.serverServer 的使用
 

声明为 Serverorg.eclipse.jetty.server 中的字段
protected  Server AbstractHttpConnection._server
           
 

返回 Serverorg.eclipse.jetty.server 中的方法
 Server Handler.getServer()
           
 Server Connector.getServer()
           
 Server AbstractHttpConnection.getServer()
           
 Server AbstractConnector.getServer()
           
 

参数类型为 Serverorg.eclipse.jetty.server 中的方法
 void Handler.setServer(Server server)
           
 void Connector.setServer(Server server)
           
 void AbstractConnector.setServer(Server server)
           
 

参数类型为 Serverorg.eclipse.jetty.server 中的构造方法
AbstractHttpConnection(Connector connector, EndPoint endpoint, Server server)
           
AbstractHttpConnection(Connector connector, EndPoint endpoint, Server server, Parser parser, Generator generator, Request request)
           
AsyncHttpConnection(Connector connector, EndPoint endpoint, Server server)
           
BlockingHttpConnection(Connector connector, EndPoint endpoint, Server server)
           
BlockingHttpConnection(Connector connector, EndPoint endpoint, Server server, Parser parser, Generator generator, Request request)
           
 

org.eclipse.jetty.server.handlerServer 的使用
 

返回 Serverorg.eclipse.jetty.server.handler 中的方法
 Server AbstractHandler.getServer()
           
 

参数类型为 Serverorg.eclipse.jetty.server.handler 中的方法
 void RequestLogHandler.setServer(Server server)
           
 void HotSwapHandler.setServer(Server server)
           
 void HandlerWrapper.setServer(Server server)
           
 void HandlerCollection.setServer(Server server)
           
 void ContextHandler.setServer(Server server)
           
 void ConnectHandler.setServer(Server server)
           
 void AbstractHandler.setServer(Server server)
           
 

参数类型为 Serverorg.eclipse.jetty.server.handler 中的构造方法
ShutdownHandler(Server server, String shutdownToken)
          Creates a listener that lets the server be shut down remotely (but only from localhost).
 

org.eclipse.jetty.server.sessionServer 的使用
 

声明为 Serverorg.eclipse.jetty.server.session 中的字段
protected  Server JDBCSessionIdManager._server
           
 

参数类型为 Serverorg.eclipse.jetty.server.session 中的方法
 void SessionHandler.setServer(Server server)
           
 

参数类型为 Serverorg.eclipse.jetty.server.session 中的构造方法
JDBCSessionIdManager(Server server)
           
JDBCSessionIdManager(Server server, Random random)
           
 

org.eclipse.jetty.servletServer 的使用
 

参数类型为 Serverorg.eclipse.jetty.servlet 中的方法
 void ServletHandler.setServer(Server server)
           
 

org.eclipse.jetty.webappServer 的使用
 

参数类型为 Serverorg.eclipse.jetty.webapp 中的方法
 void WebAppContext.setServer(Server server)
           
 



Copyright © 2013. All Rights Reserved.