Uses of Class
org.eclipse.jetty.http2.parser.ServerParser
-
Packages that use ServerParser Package Description org.eclipse.jetty.http2.server -
-
Uses of ServerParser in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server that return ServerParser Modifier and Type Method Description protected ServerParser
HTTP2ServerConnection. getParser()
protected ServerParser
AbstractHTTP2ServerConnectionFactory. newServerParser(Connector connector, RateControl rateControl)
protected ServerParser
AbstractHTTP2ServerConnectionFactory. newServerParser(Connector connector, ServerParser.Listener listener, RateControl rateControl)
Deprecated.Constructors in org.eclipse.jetty.http2.server with parameters of type ServerParser Constructor Description HTTP2ServerConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, HttpConfiguration httpConfig, ServerParser parser, ISession session, int inputBufferSize, ServerSessionListener listener)
Deprecated.
-