Uses of Class
org.eclipse.jetty.quic.api.frames.ConnectionCloseFrame
Packages that use ConnectionCloseFrame
Package
Description
This module contains the main abstractions for the QUIC protocol using the Quiche library.
- 
Uses of ConnectionCloseFrame in org.eclipse.jetty.quic.api
Methods in org.eclipse.jetty.quic.api with parameters of type ConnectionCloseFrameModifier and TypeMethodDescriptionvoidSession.close(ConnectionCloseFrame frame, Promise.Invocable<Session> promise) Closes this session with the givenCONNECTION_CLOSEframe.voidSession.disconnect(ConnectionCloseFrame frame, Throwable failure, Promise.Invocable<Session> promise) Disconnects this session, with the givenCONNECTION_CLOSEand failure cause, if any.default voidSession.Listener.onClose(Session session, ConnectionCloseFrame frame) Callback method invoked when a CONNECTION_CLOSE frame has been received. - 
Uses of ConnectionCloseFrame in org.eclipse.jetty.quic.common
Methods in org.eclipse.jetty.quic.common with parameters of type ConnectionCloseFrameModifier and TypeMethodDescriptionvoidAbstractSession.close(ConnectionCloseFrame frame, Promise.Invocable<Session> promise) voidProtocolSession.close(ConnectionCloseFrame frame, Promise.Invocable<ProtocolSession> promise) Performs an inward close upon sending aCONNECTION_CLOSEframe.voidProtocolSession.disconnect(ConnectionCloseFrame frame, Throwable failure, Promise.Invocable<ProtocolSession> promise) Performs an outward disconnection.protected voidAbstractSession.notifyClose(ConnectionCloseFrame frame) protected voidAbstractSession.notifyLocalClose(ConnectionCloseFrame frame, Promise.Invocable<Session> promise) voidProtocolSession.onClose(ConnectionCloseFrame frame) Performs an inward close upon receiving aCONNECTION_CLOSEframe.voidAbstractSession.Listener.onLocalClose(Session session, ConnectionCloseFrame frame, Promise.Invocable<Session> promise)  - 
Uses of ConnectionCloseFrame in org.eclipse.jetty.quic.quiche
Methods in org.eclipse.jetty.quic.quiche with parameters of type ConnectionCloseFrameModifier and TypeMethodDescriptionabstract voidQuicheConnection.disconnect(QuicheSession session, ConnectionCloseFrame frame, Throwable failure) voidQuicheSession.disconnect(ConnectionCloseFrame frame, Throwable failure, Promise.Invocable<Session> promise)