public interface Http2StreamRemovalPolicy
Modifier and Type | Interface and Description |
---|---|
static interface |
Http2StreamRemovalPolicy.Action
Performs the action of removing the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
markForRemoval(Http2Stream stream)
Marks the given stream for removal.
|
void |
setAction(Http2StreamRemovalPolicy.Action action)
Sets the removal action.
|
void setAction(Http2StreamRemovalPolicy.Action action)
void markForRemoval(Http2Stream stream)
Http2StreamRemovalPolicy.Action
.Copyright © 2008–2015 The Netty Project. All rights reserved.