Uses of Class
org.eclipse.jetty.quic.server.ServerQuicConnection
-
Uses of ServerQuicConnection in org.eclipse.jetty.quic.server
Modifier and TypeMethodDescriptionServerQuicSession.getQuicConnection()
QuicServerConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) protected ServerQuicConnection
QuicServerConnector.newConnection
(EndPoint endpoint) ModifierConstructorDescriptionServerQuicSession
(Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, org.eclipse.jetty.quic.quiche.QuicheConnection quicheConnection, ServerQuicConnection connection, SocketAddress remoteAddress, Connector connector)