Uses of Class
org.eclipse.jetty.quic.api.frames.Frame.WithStreamId
Packages that use Frame.WithStreamId
Package
Description
-
Uses of Frame.WithStreamId in org.eclipse.jetty.quic.api
Methods in org.eclipse.jetty.quic.api with parameters of type Frame.WithStreamIdModifier and TypeMethodDescriptiondefault Stream.Listener
Session.Listener.onNewStream
(Session session, Frame.WithStreamId frame) Callback method invoked when receiving a frame that causes the creation of a new stream.default void
Stream.Listener.onNewStream
(Stream stream, Frame.WithStreamId frame) Callback method invoked when receiving a frame that causes the creation of a new stream. -
Uses of Frame.WithStreamId in org.eclipse.jetty.quic.api.frames
Subclasses of Frame.WithStreamId in org.eclipse.jetty.quic.api.framesModifier and TypeClassDescriptionclass
class
class
class
A QUIC frame carrying stream data bytes.class
-
Uses of Frame.WithStreamId in org.eclipse.jetty.quic.common
Methods in org.eclipse.jetty.quic.common with parameters of type Frame.WithStreamIdModifier and TypeMethodDescriptionvoid
ProtocolStreamListener.Server.onNewStream
(Stream stream, Frame.WithStreamId frame)