protected static class ConnectHandler.ConnectContext
extends java.lang.Object
| Constructor and Description |
|---|
ConnectContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.AsyncContext asyncContext,
HttpConnection httpConnection) |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.AsyncContext |
getAsyncContext() |
java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> |
getContext() |
HttpConnection |
getHttpConnection() |
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
public ConnectContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.AsyncContext asyncContext,
HttpConnection httpConnection)
public java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> getContext()
public javax.servlet.http.HttpServletRequest getRequest()
public javax.servlet.http.HttpServletResponse getResponse()
public javax.servlet.AsyncContext getAsyncContext()
public HttpConnection getHttpConnection()
Copyright © 1995–2023 Webtide. All rights reserved.