Class ProtocolStreamListener.Server
java.lang.Object
org.eclipse.jetty.quic.common.ProtocolStreamListener
org.eclipse.jetty.quic.common.ProtocolStreamListener.Server
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.quic.common.ProtocolStreamListener
ProtocolStreamListener.Client, ProtocolStreamListener.Server
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StreamEndPoint
void
onNewStream
(Stream stream, Frame.WithStreamId frame) Callback method invoked when receiving a frame that causes the creation of a new stream.Methods inherited from class org.eclipse.jetty.quic.common.ProtocolStreamListener
onDataAvailable, onFailure, onIdleTimeout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.quic.api.Stream.Listener
onClose, onDataBlocked, onMaxData, onReset, onStopSending
-
Constructor Details
-
Server
-
-
Method Details
-
getStreamEndPoint
- Specified by:
getStreamEndPoint
in classProtocolStreamListener
-
onNewStream
Description copied from interface:Stream.Listener
Callback method invoked when receiving a frame that causes the creation of a new stream.
- Parameters:
stream
- the newly created streamframe
- the frame that caused the creation of the stream
-