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 TypeMethodDescriptionvoid
Session.close
(ConnectionCloseFrame frame, Promise.Invocable<Session> promise) Closes this session with the givenCONNECTION_CLOSE
frame.void
Session.disconnect
(ConnectionCloseFrame frame, Throwable failure, Promise.Invocable<Session> promise) Disconnects this session, with the givenCONNECTION_CLOSE
and failure cause, if any.default void
Session.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 TypeMethodDescriptionvoid
AbstractSession.close
(ConnectionCloseFrame frame, Promise.Invocable<Session> promise) void
ProtocolSession.close
(ConnectionCloseFrame frame, Promise.Invocable<ProtocolSession> promise) Performs an inward close upon sending aCONNECTION_CLOSE
frame.void
ProtocolSession.disconnect
(ConnectionCloseFrame frame, Throwable failure, Promise.Invocable<ProtocolSession> promise) Performs an outward disconnection.protected void
AbstractSession.notifyClose
(ConnectionCloseFrame frame) protected void
AbstractSession.notifyLocalClose
(ConnectionCloseFrame frame, Promise.Invocable<Session> promise) void
ProtocolSession.onClose
(ConnectionCloseFrame frame) Performs an inward close upon receiving aCONNECTION_CLOSE
frame.void
AbstractSession.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 void
QuicheConnection.disconnect
(QuicheSession session, ConnectionCloseFrame frame, Throwable failure) void
QuicheSession.disconnect
(ConnectionCloseFrame frame, Throwable failure, Promise.Invocable<Session> promise)