Constructor and Description |
---|
Ajp13Connection(Connector connector,
EndPoint endPoint,
Server server) |
Modifier and Type | Method and Description |
---|---|
Server |
DeploymentManager.getServer() |
Modifier and Type | Method and Description |
---|---|
Server |
DataSourceLoginService.getServer() |
Modifier and Type | Method and Description |
---|---|
void |
DataSourceLoginService.setServer(Server server) |
Modifier and Type | Method and Description |
---|---|
Authenticator |
Authenticator.Factory.getAuthenticator(Server server,
javax.servlet.ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
Authenticator |
DefaultAuthenticatorFactory.getAuthenticator(Server server,
javax.servlet.ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
Modifier and Type | Method and Description |
---|---|
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,
javax.servlet.ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
Modifier and Type | Field and Description |
---|---|
protected Server |
AbstractHttpConnection._server |
Modifier and Type | Method and Description |
---|---|
Server |
Connector.getServer() |
Server |
Handler.getServer() |
Server |
AbstractHttpConnection.getServer() |
Server |
AbstractConnector.getServer() |
Modifier and Type | Method and Description |
---|---|
void |
Connector.setServer(Server server) |
void |
Handler.setServer(Server server) |
void |
AbstractConnector.setServer(Server server) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
Server |
AbstractHandler.getServer() |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandler.setServer(Server server) |
void |
HandlerWrapper.setServer(Server server) |
void |
AbstractHandler.setServer(Server server) |
void |
HandlerCollection.setServer(Server server) |
void |
ConnectHandler.setServer(Server server) |
void |
RequestLogHandler.setServer(Server server) |
void |
HotSwapHandler.setServer(Server server) |
Constructor and Description |
---|
ShutdownHandler(Server server,
String shutdownToken)
Creates a listener that lets the server be shut down remotely (but only from localhost).
|
Modifier and Type | Field and Description |
---|---|
protected Server |
JDBCSessionIdManager._server |
Modifier and Type | Method and Description |
---|---|
void |
SessionHandler.setServer(Server server) |
Constructor and Description |
---|
JDBCSessionIdManager(Server server) |
JDBCSessionIdManager(Server server,
Random random) |
Modifier and Type | Method and Description |
---|---|
void |
ServletHandler.setServer(Server server) |
Modifier and Type | Method and Description |
---|---|
void |
WebAppContext.setServer(Server server) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.