public interface ServerContext
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServerContext.Callable
The dispatch callable contract.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(javax.servlet.ServletContext target,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServerContext.Callable callable)
Delegate to the request context the dispatching to the target servlet context using the specified spi elements.
|
String |
getScheme()
Return the scheme value.
|
String |
getServerName()
Return the server name value.
|
int |
getServerPort()
Return the server port value.
|
String getScheme()
String getServerName()
int getServerPort()
void dispatch(javax.servlet.ServletContext target,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServerContext.Callable callable)
throws Exception
target - the target servlet contextcallable - the callableException - any exceptionCopyright © 2003-2018 GateIn. All Rights Reserved.