Uses of Class
org.eclipse.jetty.http2.parser.ServerParser
Packages that use ServerParser
-
Uses of ServerParser in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server that return ServerParserModifier and TypeMethodDescriptionprotected ServerParserHTTP2ServerConnection.getParser()protected ServerParserAbstractHTTP2ServerConnectionFactory.newServerParser(org.eclipse.jetty.server.Connector connector, RateControl rateControl) protected ServerParserAbstractHTTP2ServerConnectionFactory.newServerParser(org.eclipse.jetty.server.Connector connector, ServerParser.Listener listener, RateControl rateControl) Deprecated.Constructors in org.eclipse.jetty.http2.server with parameters of type ServerParserModifierConstructorDescriptionHTTP2ServerConnection(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, Executor executor, org.eclipse.jetty.io.EndPoint endPoint, org.eclipse.jetty.server.HttpConfiguration httpConfig, ServerParser parser, ISession session, int inputBufferSize, ServerSessionListener listener) Deprecated.