Uses of Class
org.eclipse.jetty.ee11.servlet.ServletChannel
Packages that use ServletChannel
- 
Uses of ServletChannel in org.eclipse.jetty.ee11.servlet
Methods in org.eclipse.jetty.ee11.servlet that return ServletChannelModifier and TypeMethodDescriptionServletApiResponse.getServletChannel()ServletChannelState.getServletChannel()ServletContextHandler.ServletRequestInfo.getServletChannel()ServletContextRequest.getServletChannel()Methods in org.eclipse.jetty.ee11.servlet with parameters of type ServletChannelModifier and TypeMethodDescriptionprotected ServletContextRequestServletContextHandler.newServletContextRequest(ServletChannel servletChannel, Request request, Response response, String decodedPathInContext, MatchedResource<ServletHandler.MappedServlet> matchedResource) Constructors in org.eclipse.jetty.ee11.servlet with parameters of type ServletChannelModifierConstructorDescriptionHttpInput(ServletChannel channel) HttpOutput(ServletChannel channel) protectedServletChannelState(ServletChannel servletChannel) protectedServletContextRequest(ServletContextHandler.ServletContextApi servletContextApi, ServletChannel servletChannel, Request request, Response response, String decodedPathInContext, MatchedResource<ServletHandler.MappedServlet> matchedResource, SessionManager sessionManager) ServletContextResponse(ServletChannel servletChannel, ServletContextRequest request, Response response)