Uses of Class
cool.scx.http.x.http1.headers.Http1Headers
Packages that use Http1Headers
-
Uses of Http1Headers in cool.scx.http.x.http1
Methods in cool.scx.http.x.http1 that return Http1HeadersModifier and TypeMethodDescriptionHttp1Body.headers()Returns the value of theheadersrecord component.Http1ServerRequest.headers()Http1ServerResponse.headers()Methods in cool.scx.http.x.http1 with parameters of type Http1HeadersModifier and TypeMethodDescriptionstatic ScxUpgradeHttp1Helper.checkUpgradeRequest(Http1RequestLine requestLine, Http1Headers headers) 检查是不是 升级请求 如果不是 返回 nullHttp1UpgradeHandler.createScxHttpServerRequest(Http1ServerConnection connection, Http1RequestLine requestLine, Http1Headers headers, InputStream bodyInputStream) Constructors in cool.scx.http.x.http1 with parameters of type Http1HeadersModifierConstructorDescriptionHttp1Body(InputStream inputStream, Http1Headers headers) Creates an instance of aHttp1Bodyrecord class.Http1ClientResponse(Http1StatusLine statusLine, Http1Headers headers, InputStream bodyInputStream) Http1ServerRequest(Http1ServerConnection connection, Http1RequestLine requestLine, Http1Headers headers, InputStream bodyInputStream) -
Uses of Http1Headers in cool.scx.http.x.http1.headers
Methods in cool.scx.http.x.http1.headers that return Http1HeadersModifier and TypeMethodDescriptionHttp1Headers.add(ScxHttpHeaderName name, String... value) Http1Headers.clear()Http1Headers.connection(Connection connection) Http1Headers.remove(ScxHttpHeaderName name) Http1Headers.set(ScxHttpHeaderName name, String... value) Http1Headers.transferEncoding(ScxTransferEncoding transferEncoding) Http1Headers.upgrade(ScxUpgrade upgrade)