Package akka.http.impl.engine.http2
Class Http2StreamHandling.HalfClosedLocal
- 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.HalfClosedLocal
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.HalfClosedLocal extends Http2StreamHandling.ReceivingDataWithBuffer implements scala.Product, java.io.Serializable
We have closed the outgoing stream, but the incoming stream is still going.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HalfClosedLocal(Http2StreamHandling.IncomingStreamBuffer buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Http2StreamHandling.IncomingStreamBuffer
buffer()
Http2StreamHandling.StreamState
incrementWindow(int delta)
-
Methods inherited from class akka.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
afterBufferEvent, incomingStreamPulled, onDataFrame, onRstStreamFrame, 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, handleOutgoingEnded, handleOutgoingFailed, pullNextFrame, receivedUnexpectedFrame, stateName
-
-
-
-
Constructor Detail
-
HalfClosedLocal
public HalfClosedLocal(Http2StreamHandling.IncomingStreamBuffer buffer)
-
-
Method Detail
-
buffer
public Http2StreamHandling.IncomingStreamBuffer buffer()
- Specified by:
buffer
in classHttp2StreamHandling.ReceivingDataWithBuffer
-
incrementWindow
public Http2StreamHandling.StreamState incrementWindow(int delta)
- Specified by:
incrementWindow
in classHttp2StreamHandling.ReceivingDataWithBuffer
-
-