public interface Http2SettingsAckFrame extends Http2Frame
Http2SettingsFrame.
The HTTP/2 protocol enforces that ACKs are applied in
order, so this ACK will apply to the earliest received and not yet ACKed Http2SettingsFrame frame.
| 限定符和类型 | 字段和说明 |
|---|---|
static Http2SettingsAckFrame |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
name()
Returns the name of the HTTP/2 frame e.g.
|
static final Http2SettingsAckFrame INSTANCE
java.lang.String name()
Http2Framename 在接口中 Http2Frame