Class QuicheClientConnectionFactory
java.lang.Object
org.eclipse.jetty.io.ClientConnectionFactory.Wrapper
org.eclipse.jetty.quic.quiche.client.QuicheClientConnectionFactory
- All Implemented Interfaces:
 ClientConnectionFactory
- 
Nested Class Summary
Nested classes/interfaces inherited from interface ClientConnectionFactory
ClientConnectionFactory.Decorator, ClientConnectionFactory.Info, ClientConnectionFactory.Wrapper - 
Field Summary
Fields inherited from interface ClientConnectionFactory
CONTEXT_KEY - 
Constructor Summary
ConstructorsConstructorDescriptionQuicheClientConnectionFactory(ClientConnectionFactory connectionFactory, QuicheClientQuicConfiguration quicConfiguration)  - 
Method Summary
Methods inherited from class ClientConnectionFactory.Wrapper
customize, getWrapped 
- 
Constructor Details
- 
QuicheClientConnectionFactory
public QuicheClientConnectionFactory(ClientConnectionFactory connectionFactory, QuicheClientQuicConfiguration quicConfiguration)  
 - 
 - 
Method Details
- 
newConnection
- Specified by:
 newConnectionin interfaceClientConnectionFactory- Overrides:
 newConnectionin classClientConnectionFactory.Wrapper- Parameters:
 endPoint- theEndPointto link the newly created connection tocontext- the context data to create the connection- Returns:
 - a new 
Connection - Throws:
 IOException- if the connection cannot be created
 
 -