Uses of Interface
jakarta.servlet.http.WebConnection
-
Packages that use WebConnection Package Description jakarta.servlet.http -
-
Uses of WebConnection in jakarta.servlet.http
Methods in jakarta.servlet.http with parameters of type WebConnection Modifier and Type Method Description voidHttpUpgradeHandler. init(WebConnection connection)This method is called once the request/response pair whereHttpServletRequest.upgrade(Class)is called has completed processing and is the point where control of the connection passes from the container to theHttpUpgradeHandler.
-