Uses of Class
weblogic.servlet.http.RequestResponseKey
-
Packages that use RequestResponseKey Package Description org.atmosphere.weblogic weblogic.servlet.http -
-
Uses of RequestResponseKey in org.atmosphere.weblogic
Methods in org.atmosphere.weblogic with parameters of type RequestResponseKey Modifier and Type Method Description protected booleanAtmosphereWebLogicServlet. doRequest(RequestResponseKey rrk)Weblogic specific comet based implementation.protected voidAtmosphereWebLogicServlet. doResponse(RequestResponseKey rrk, java.lang.Object context)Weblogic specific comet based implementation.protected voidAtmosphereWebLogicServlet. doTimeout(RequestResponseKey rrk)Weblogic specific comet based implementation. -
Uses of RequestResponseKey in weblogic.servlet.http
Methods in weblogic.servlet.http with parameters of type RequestResponseKey Modifier and Type Method Description protected abstract booleanAbstractAsyncServlet. doRequest(RequestResponseKey rrk)protected abstract voidAbstractAsyncServlet. doResponse(RequestResponseKey rrk, java.lang.Object o)protected abstract voidAbstractAsyncServlet. doTimeout(RequestResponseKey rrk)static voidAbstractAsyncServlet. notify(RequestResponseKey rrk, java.lang.Object context)
-