Class Http2StreamHandling.HalfClosedLocal
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingData
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedLocal
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.HalfClosedLocal
extends Http2StreamHandling.ReceivingDataWithBuffer
implements scala.Product, Serializable
We have closed the outgoing stream, but the incoming stream is still going.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBufferafterBufferEvent, incomingStreamPulled, onDataFrame, onRstStreamFrame, onTrailer, shutdownMethods inherited from class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDatahandleMethods inherited from class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamStatedispatchStream, expectIncomingStream, handleOutgoingCreated, handleOutgoingCreatedAndFinished, handleOutgoingEnded, handleOutgoingFailed, pullNextFrame, receivedUnexpectedFrame, stateNameMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
HalfClosedLocal
 
- 
- 
Method Details- 
buffer- Specified by:
- bufferin class- Http2StreamHandling.ReceivingDataWithBuffer
 
- 
incrementWindow- Specified by:
- incrementWindowin class- Http2StreamHandling.ReceivingDataWithBuffer
 
 
-