Uses of Class
org.miaixz.bus.http.Headers.Header
Packages that use Headers.Header
-
Uses of Headers.Header in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return types with arguments of type Headers.HeaderModifier and TypeMethodDescriptionstatic List<Headers.Header> Builder.toHeaderBlock(Headers headers) Method parameters in org.miaixz.bus.http with type arguments of type Headers.HeaderModifier and TypeMethodDescriptionstatic HeadersBuilder.toHeaders(List<Headers.Header> headerBlock) -
Uses of Headers.Header in org.miaixz.bus.http.metric.http
Methods in org.miaixz.bus.http.metric.http that return types with arguments of type Headers.HeaderModifier and TypeMethodDescriptionstatic List<Headers.Header> Http2Codec.http2HeadersList(Request request) Method parameters in org.miaixz.bus.http.metric.http with type arguments of type Headers.HeaderModifier and TypeMethodDescriptionvoidHttp2Writer.headers(boolean outFinished, int streamId, List<Headers.Header> headerBlock) Http2Connection.newStream(List<Headers.Header> requestHeaders, boolean out) Returns a new locally-initiated stream.booleanPushObserver.onHeaders(int streamId, List<Headers.Header> responseHeaders, boolean last) 推送请求对应的响应标头。当last为真时,则没有后续的数据帧booleanPushObserver.onRequest(int streamId, List<Headers.Header> requestHeaders) 描述服务器打算为其推送响应的请求voidHttp2Writer.pushPromise(int streamId, int promisedStreamId, List<Headers.Header> requestHeaders) HTTP/2 only.Http2Connection.pushStream(int associatedStreamId, List<Headers.Header> requestHeaders, boolean out) 返回一个新的服务器发起的流.voidHttp2Stream.writeHeaders(List<Headers.Header> responseHeaders, boolean outFinished, boolean flushHeaders) Sends a reply to an incoming stream.