Uses of Interface
cool.scx.http.headers.ScxHttpHeaderName
Packages that use ScxHttpHeaderName
Package
Description
-
Uses of ScxHttpHeaderName in cool.scx.http
Methods in cool.scx.http with parameters of type ScxHttpHeaderNameModifier and TypeMethodDescriptiondefault ScxHttpClientRequestScxHttpClientRequest.addHeader(ScxHttpHeaderName headerName, String... values) default ScxHttpServerResponseScxHttpServerResponse.addHeader(ScxHttpHeaderName headerName, String... values) default StringScxHttpClientResponse.getHeader(ScxHttpHeaderName name) default StringScxHttpServerRequest.getHeader(ScxHttpHeaderName name) default ScxHttpClientRequestScxHttpClientRequest.setHeader(ScxHttpHeaderName headerName, String... values) default ScxHttpServerResponseScxHttpServerResponse.setHeader(ScxHttpHeaderName headerName, String... values) -
Uses of ScxHttpHeaderName in cool.scx.http.headers
Classes in cool.scx.http.headers that implement ScxHttpHeaderNameSubclasses with type arguments of type ScxHttpHeaderName in cool.scx.http.headersSubinterfaces with type arguments of type ScxHttpHeaderName in cool.scx.http.headersModifier and TypeInterfaceDescriptioninterface只读的 Headers 可用于 ServerRequest 和 ClientResponse 在 Parameters 的基础上实现了一些 方便操作 Http 头协议的方法interface可写的 Headers 可用于 ServerResponse 和 ClientRequest 在 Parameters 的基础上实现了一些 方便操作 Http 头协议的方法Methods in cool.scx.http.headers that return ScxHttpHeaderNameMethods in cool.scx.http.headers with parameters of type ScxHttpHeaderNameModifier and TypeMethodDescriptionScxHttpHeadersImpl.add(ScxHttpHeaderName name, String... value) ScxHttpHeadersWritable.add(ScxHttpHeaderName name, String... value) ScxHttpHeadersImpl.remove(ScxHttpHeaderName name) ScxHttpHeadersWritable.remove(ScxHttpHeaderName name) ScxHttpHeadersImpl.set(ScxHttpHeaderName name, String... value) ScxHttpHeadersWritable.set(ScxHttpHeaderName name, String... value) -
Uses of ScxHttpHeaderName in cool.scx.http.routing.handler
Methods in cool.scx.http.routing.handler with parameters of type ScxHttpHeaderNameModifier and TypeMethodDescriptionCorsHandler.allowedHeader(ScxHttpHeaderName... headerNames) CorsHandler.exposedHeader(ScxHttpHeaderName... headerNames) -
Uses of ScxHttpHeaderName in cool.scx.http.web_socket
Methods in cool.scx.http.web_socket with parameters of type ScxHttpHeaderNameModifier and TypeMethodDescriptionScxClientWebSocketHandshakeRequest.addHeader(ScxHttpHeaderName headerName, String... values) ScxClientWebSocketHandshakeRequest.setHeader(ScxHttpHeaderName headerName, String... values)