Uses of Class
de.quantummaid.httpmaid.http.Headers
-
-
Uses of Headers in de.quantummaid.httpmaid
Fields in de.quantummaid.httpmaid with type parameters of type Headers Modifier and Type Field Description static MetaDataKey<Headers>HttpMaidChainKeys. REQUEST_HEADERS -
Uses of Headers in de.quantummaid.httpmaid.endpoint
Methods in de.quantummaid.httpmaid.endpoint with parameters of type Headers Modifier and Type Method Description static RawHttpRequestRawHttpRequest. rawHttpRequest(String path, String requestMethod, Headers headers, QueryParameters queryParameters, InputStream body, Map<MetaDataKey<?>,Object> additionalMetaData)static RawHttpRequestRawHttpRequest. rawHttpRequest(String path, String requestMethod, Headers headers, Map<String,String> queryParameters, InputStream body, Map<MetaDataKey<?>,Object> additionalMetaData)RawHttpRequestBuilderRawHttpRequestBuilder. withHeaders(Headers headers) -
Uses of Headers in de.quantummaid.httpmaid.handler.http
Methods in de.quantummaid.httpmaid.handler.http that return Headers Modifier and Type Method Description HeadersHttpRequest. headers() -
Uses of Headers in de.quantummaid.httpmaid.http
Methods in de.quantummaid.httpmaid.http that return Headers Modifier and Type Method Description HeadersHeadersBuilder. build()static HeadersHeaders. headers(List<Header> headers) -
Uses of Headers in de.quantummaid.httpmaid.http.headers.cookies
Methods in de.quantummaid.httpmaid.http.headers.cookies with parameters of type Headers Modifier and Type Method Description static CookiesCookies. cookiesFromHeaders(Headers headers) -
Uses of Headers in de.quantummaid.httpmaid.websockets.endpoint
Methods in de.quantummaid.httpmaid.websockets.endpoint with parameters of type Headers Modifier and Type Method Description static RawWebsocketAuthorizationRawWebsocketAuthorization. rawWebsocketAuthorization(QueryParameters queryParameters, Headers headers, Map<MetaDataKey<?>,Object> additionalMetaData)static RawWebsocketConnectRawWebsocketConnect. rawWebsocketConnect(ConnectionInformation connectionInformation, WebsocketSenderId websocketSenderId, QueryParameters queryParameters, Headers headers)static RawWebsocketConnectRawWebsocketConnect. rawWebsocketConnect(ConnectionInformation connectionInformation, WebsocketSenderId websocketSenderId, QueryParameters queryParameters, Headers headers, Map<MetaDataKey<?>,Object> additionalMetaData)static RawWebsocketMessageRawWebsocketMessage. rawWebsocketMessageWithMetaData(ConnectionInformation connectionInformation, String body, QueryParameters queryParameters, Headers headers, Map<String,Object> additionalWebsocketData, Map<MetaDataKey<?>,Object> additionalMetaData)RawWebsocketAuthorizationBuilderRawWebsocketAuthorizationBuilder. withHeaders(Headers headers)RawWebsocketConnectBuilderRawWebsocketConnectBuilder. withHeaders(Headers headers) -
Uses of Headers in de.quantummaid.httpmaid.websockets.registry
Methods in de.quantummaid.httpmaid.websockets.registry that return Headers Modifier and Type Method Description HeadersWebsocketRegistryEntry. headers()Methods in de.quantummaid.httpmaid.websockets.registry with parameters of type Headers Modifier and Type Method Description static WebsocketRegistryEntryWebsocketRegistryEntry. restoreFromStrings(ConnectionInformation connectionInformation, String senderId, Headers headers, Optional<String> contentType, QueryParameters queryParameters, Map<String,Object> additionalData)static WebsocketRegistryEntryWebsocketRegistryEntry. websocketRegistryEntry(ConnectionInformation connectionInformation, WebsocketSenderId senderId, Headers headers, ContentType contentType, QueryParameters queryParameters, Map<String,Object> additionalData)
-