类的使用
com.lark.oapi.okhttp.internal.http2.Header
使用Header的程序包
-
com.lark.oapi.okhttp.internal中Header的使用
返回变量类型为Header的类型的com.lark.oapi.okhttp.internal中的方法类型变量类型为Header的com.lark.oapi.okhttp.internal中的方法参数 -
com.lark.oapi.okhttp.internal.http2中Header的使用
返回变量类型为Header的类型的com.lark.oapi.okhttp.internal.http2中的方法类型变量类型为Header的com.lark.oapi.okhttp.internal.http2中的方法参数修饰符和类型方法说明Returns a new locally-initiated stream.booleanThe response headers corresponding to a pushed request.booleanDescribes the request that the server intends to push a response for.Http2Connection.pushStream(int associatedStreamId, List<Header> requestHeaders, boolean out) Returns a new server-initiated stream.voidHttp2Stream.writeHeaders(List<Header> responseHeaders, boolean outFinished, boolean flushHeaders) Sends a reply to an incoming stream.