Uses of Class
org.eclipse.jetty.ee10.servlet.ServletChannel
-
Uses of ServletChannel in org.eclipse.jetty.ee10.servlet
Modifier and TypeMethodDescriptionServletApiResponse.getServletChannel()
ServletChannelState.getServletChannel()
ServletContextHandler.ServletRequestInfo.getServletChannel()
ServletContextRequest.getServletChannel()
Modifier and TypeMethodDescriptionprotected ServletContextRequest
ServletContextHandler.newServletContextRequest
(ServletChannel servletChannel, Request request, Response response, String decodedPathInContext, MatchedResource<ServletHandler.MappedServlet> matchedResource) ModifierConstructorDescriptionHttpInput
(ServletChannel channel) HttpOutput
(ServletChannel channel) protected
ServletChannelState
(ServletChannel servletChannel) protected
ServletContextRequest
(ServletContextHandler.ServletContextApi servletContextApi, ServletChannel servletChannel, Request request, Response response, String decodedPathInContext, MatchedResource<ServletHandler.MappedServlet> matchedResource, SessionManager sessionManager) ServletContextResponse
(ServletChannel servletChannel, ServletContextRequest request, Response response)