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