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.ListenerSession.Listener.onNewStream(Session session, Frame.WithStreamId frame) Callback method invoked when receiving a frame that causes the creation of a new stream.default voidStream.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 TypeClassDescriptionclassclassclassclassA 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 TypeMethodDescriptionvoidProtocolStreamListener.Server.onNewStream(Stream stream, Frame.WithStreamId frame)