public class GyHttpContextHandler
extends org.glassfish.grizzly.http.server.HttpHandler
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.util.concurrent.Executor |
executor |
| 构造器和说明 |
|---|
GyHttpContextHandler(Handler handler) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
handle0(GyHttpContext ctx) |
protected void |
handleDo(GyHttpContext ctx) |
void |
service(org.glassfish.grizzly.http.server.Request request,
org.glassfish.grizzly.http.server.Response response) |
void |
setExecutor(java.util.concurrent.Executor executor) |
destroy, getErrorPageGenerator, getName, getRequestExecutorProvider, getRequestURIEncoding, getSessionCookieName, getSessionManager, isAllowCustomStatusMessage, isAllowEncodedSlash, sendAcknowledgment, setAllowCustomStatusMessage, setAllowEncodedSlash, setDecodeUrl, setDispatcherHelper, setRequestURIEncoding, setRequestURIEncoding, start, updatePathspublic GyHttpContextHandler(Handler handler)
public void setExecutor(java.util.concurrent.Executor executor)
public void service(org.glassfish.grizzly.http.server.Request request,
org.glassfish.grizzly.http.server.Response response)
throws java.lang.Exception
service 在类中 org.glassfish.grizzly.http.server.HttpHandlerjava.lang.Exceptionprotected void handle0(GyHttpContext ctx)
protected void handleDo(GyHttpContext ctx)