| Package | Description |
|---|---|
| org.aoju.bus.http.accord | |
| org.aoju.bus.http.metric.http |
| Modifier and Type | Method and Description |
|---|---|
void |
RealConnection.onStream(Http2Stream stream) |
| Modifier and Type | Method and Description |
|---|---|
Http2Stream |
Http2Connection.newStream(List<HttpHeaders> requestHeaders,
boolean out) |
Http2Stream |
Http2Connection.pushStream(int associatedStreamId,
List<HttpHeaders> requestHeaders,
boolean out)
返回一个新的服务器发起的流.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Http2Connection.Listener.onStream(Http2Stream stream)
处理来自此连接的对等点的新流。实现应该通过响应流或
closing it。这个响应不需要是同步的
|
Copyright © 2019. All rights reserved.