Package akka.http.impl.engine.http2
Class Http2StreamHandling.Open
- java.lang.Object
-
- akka.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- akka.http.impl.engine.http2.Http2StreamHandling.ReceivingData
-
- akka.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
-
- akka.http.impl.engine.http2.Http2StreamHandling.Open
-
- All Implemented Interfaces:
Http2StreamHandling.Sending
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.Open extends Http2StreamHandling.ReceivingDataWithBuffer implements Http2StreamHandling.Sending, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Open(Http2StreamHandling.IncomingStreamBuffer buffer, Http2StreamHandling.OutStream outStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Http2StreamHandling.IncomingStreamBuffer
buffer()
Http2StreamHandling.StreamState
handleOutgoingEnded()
Http2StreamHandling.StreamState
incrementWindow(int delta)
protected void
onRstStreamFrame(FrameEvent.RstStreamFrame rstStreamFrame)
Http2StreamHandling.OutStream
outStream()
-
Methods inherited from class akka.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
afterBufferEvent, incomingStreamPulled, onDataFrame, onTrailer, shutdown
-
Methods inherited from class akka.http.impl.engine.http2.Http2StreamHandling.ReceivingData
handle
-
Methods inherited from class akka.http.impl.engine.http2.Http2StreamHandling.StreamState
dispatchStream, expectIncomingStream, handleOutgoingCreated, handleOutgoingCreatedAndFinished, handleOutgoingFailed, pullNextFrame, receivedUnexpectedFrame, stateName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.impl.engine.http2.Http2StreamHandling.Sending
handleOutgoingFailed, handleWindowUpdate, increaseWindow, pullNextFrame, shutdown
-
-
-
-
Constructor Detail
-
Open
public Open(Http2StreamHandling.IncomingStreamBuffer buffer, Http2StreamHandling.OutStream outStream)
-
-
Method Detail
-
buffer
public Http2StreamHandling.IncomingStreamBuffer buffer()
- Specified by:
buffer
in classHttp2StreamHandling.ReceivingDataWithBuffer
-
outStream
public Http2StreamHandling.OutStream outStream()
- Specified by:
outStream
in interfaceHttp2StreamHandling.Sending
-
handleOutgoingEnded
public Http2StreamHandling.StreamState handleOutgoingEnded()
- Overrides:
handleOutgoingEnded
in classHttp2StreamHandling.StreamState
-
onRstStreamFrame
protected void onRstStreamFrame(FrameEvent.RstStreamFrame rstStreamFrame)
- Overrides:
onRstStreamFrame
in classHttp2StreamHandling.ReceivingDataWithBuffer
-
incrementWindow
public Http2StreamHandling.StreamState incrementWindow(int delta)
- Specified by:
incrementWindow
in classHttp2StreamHandling.ReceivingDataWithBuffer
-
-