Uses of Class
org.eclipse.jetty.quic.quiche.QuicheConnection
Packages that use QuicheConnection
Package
Description
This module contains the main abstractions for the QUIC protocol.
-
Uses of QuicheConnection in org.eclipse.jetty.quic.client
Constructors in org.eclipse.jetty.quic.client with parameters of type QuicheConnectionModifierConstructorDescriptionprotected
ClientQuicSession
(Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, QuicheConnection quicheConnection, QuicConnection connection, InetSocketAddress remoteAddress, Map<String, Object> context) -
Uses of QuicheConnection in org.eclipse.jetty.quic.common
Constructors in org.eclipse.jetty.quic.common with parameters of type QuicheConnectionModifierConstructorDescriptionprotected
QuicSession
(Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, QuicheConnection quicheConnection, QuicConnection connection, SocketAddress remoteAddress) -
Uses of QuicheConnection in org.eclipse.jetty.quic.quiche
Methods in org.eclipse.jetty.quic.quiche that return QuicheConnectionModifier and TypeMethodDescriptionQuicheBinding.connect
(QuicheConfig quicheConfig, InetSocketAddress local, InetSocketAddress peer, int connectionIdLength) static QuicheConnection
QuicheConnection.connect
(QuicheConfig quicheConfig, InetSocketAddress local, InetSocketAddress peer) static QuicheConnection
QuicheConnection.connect
(QuicheConfig quicheConfig, InetSocketAddress local, InetSocketAddress peer, int connectionIdLength) QuicheBinding.tryAccept
(QuicheConfig quicheConfig, QuicheConnection.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) static QuicheConnection
QuicheConnection.tryAccept
(QuicheConfig quicheConfig, QuicheConnection.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) Fully consumes thepacketRead
buffer if the connection was accepted. -
Uses of QuicheConnection in org.eclipse.jetty.quic.quiche.jna
Subclasses of QuicheConnection in org.eclipse.jetty.quic.quiche.jnaMethods in org.eclipse.jetty.quic.quiche.jna that return QuicheConnectionModifier and TypeMethodDescriptionJnaQuicheBinding.connect
(QuicheConfig quicheConfig, InetSocketAddress local, InetSocketAddress peer, int connectionIdLength) JnaQuicheBinding.tryAccept
(QuicheConfig quicheConfig, QuicheConnection.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) -
Uses of QuicheConnection in org.eclipse.jetty.quic.server
Methods in org.eclipse.jetty.quic.server with parameters of type QuicheConnectionModifier and TypeMethodDescriptionprotected ServerQuicSession
ServerQuicConnection.newQuicSession
(SocketAddress remoteAddress, QuicheConnection quicheConnection) Constructors in org.eclipse.jetty.quic.server with parameters of type QuicheConnectionModifierConstructorDescriptionServerQuicSession
(Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, QuicheConnection quicheConnection, ServerQuicConnection connection, SocketAddress remoteAddress, Connector connector)