public static final class SpdySession.PendingWrite
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) ChannelPromise |
promise |
(package private) SpdyDataFrame |
spdyDataFrame |
Constructor and Description |
---|
PendingWrite(SpdyDataFrame spdyDataFrame,
ChannelPromise promise) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
fail(java.lang.Throwable cause) |
final SpdyDataFrame spdyDataFrame
final ChannelPromise promise
PendingWrite(SpdyDataFrame spdyDataFrame, ChannelPromise promise)