Class ProtocolStreamListener.Server
java.lang.Object
org.eclipse.jetty.quic.common.ProtocolStreamListener
org.eclipse.jetty.quic.common.ProtocolStreamListener.Server
- All Implemented Interfaces:
 EventListener, Stream.Listener
- Enclosing class:
 ProtocolStreamListener
- 
Nested Class Summary
Nested classes/interfaces inherited from class ProtocolStreamListener
ProtocolStreamListener.Client, ProtocolStreamListener.Server - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected StreamEndPointvoidonNewStream(Stream stream, Frame.WithStreamId frame) Callback method invoked when receiving a frame that causes the creation of a new stream.Methods inherited from class ProtocolStreamListener
onDataAvailable, onFailure, onIdleTimeoutMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Stream.Listener
onClose, onDataAvailable, onDataBlocked, onMaxData, onReset, onStopSending 
- 
Constructor Details
- 
Server
 
 - 
 - 
Method Details
- 
getStreamEndPoint
- Specified by:
 getStreamEndPointin classProtocolStreamListener
 - 
onNewStream
Description copied from interface:Stream.ListenerCallback 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
 
 -