Uses of Class
io.undertow.util.HeaderMap
-
-
Uses of HeaderMap in io.undertow
Methods in io.undertow with parameters of type HeaderMap Modifier and Type Method Description voidUndertowLogger_$logger. mcmpSendingResponse(InetSocketAddress destination, int status, HeaderMap headers, String response)voidUndertowLogger. mcmpSendingResponse(InetSocketAddress destination, int status, HeaderMap headers, String response) -
Uses of HeaderMap in io.undertow.client
Methods in io.undertow.client that return HeaderMap Modifier and Type Method Description HeaderMapClientRequest. getRequestHeaders()HeaderMapClientResponse. getResponseHeaders()Constructors in io.undertow.client with parameters of type HeaderMap Constructor Description ClientResponse(int responseCode, String status, HttpString protocol, HeaderMap headers) -
Uses of HeaderMap in io.undertow.conduits
Fields in io.undertow.conduits with type parameters of type HeaderMap Modifier and Type Field Description static AttachmentKey<HeaderMap>ChunkedStreamSinkConduit. TRAILERSDeprecated.static AttachmentKey<HeaderMap>ChunkedStreamSourceConduit. TRAILERSDeprecated.Constructors in io.undertow.conduits with parameters of type HeaderMap Constructor Description ChunkedStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next, ByteBufferPool bufferPool, boolean configurable, boolean passClose, HeaderMap responseHeaders, ConduitListener<? super ChunkedStreamSinkConduit> finishListener, Attachable attachable)Construct a new instance. -
Uses of HeaderMap in io.undertow.protocols.ajp
Methods in io.undertow.protocols.ajp that return HeaderMap Modifier and Type Method Description HeaderMapAjpClientResponseStreamSourceChannel. getHeaders()Methods in io.undertow.protocols.ajp with parameters of type HeaderMap Modifier and Type Method Description AjpClientRequestClientStreamSinkChannelAjpClientChannel. sendRequest(HttpString method, String path, HttpString protocol, HeaderMap headers, Attachable attachable, org.xnio.ChannelListener<AjpClientRequestClientStreamSinkChannel> finishListener)Constructors in io.undertow.protocols.ajp with parameters of type HeaderMap Constructor Description AjpClientResponseStreamSourceChannel(AjpClientChannel framedChannel, HeaderMap headers, int statusCode, String reasonPhrase, PooledByteBuffer frameData, int remaining) -
Uses of HeaderMap in io.undertow.protocols.http2
Methods in io.undertow.protocols.http2 that return HeaderMap Modifier and Type Method Description HeaderMapHttp2DataStreamSinkChannel. getHeaders()HeaderMapHttp2PushPromiseStreamSourceChannel. getHeaders()HeaderMapHttp2StreamSourceChannel. getHeaders()HeaderMapHttp2DataStreamSinkChannel.TrailersProducer. getTrailers()Methods in io.undertow.protocols.http2 with parameters of type HeaderMap Modifier and Type Method Description Http2HeadersStreamSinkChannelHttp2Channel. createStream(HeaderMap requestHeaders)Creates a strema using a HEADERS frameHpackEncoder.StateHpackEncoder. encode(HeaderMap headers, ByteBuffer target)Encodes the headers into a buffer.voidHttp2StreamSourceChannel.TrailersHandler. handleTrailers(HeaderMap headerMap)Http2HeadersStreamSinkChannelHttp2Channel. sendPushPromise(int associatedStreamId, HeaderMap requestHeaders, HeaderMap responseHeaders)Constructors in io.undertow.protocols.http2 with parameters of type HeaderMap Constructor Description Http2HeadersStreamSinkChannel(Http2Channel channel, int streamId, HeaderMap headers) -
Uses of HeaderMap in io.undertow.server
Methods in io.undertow.server that return HeaderMap Modifier and Type Method Description HeaderMapHttpServerExchange. getRequestHeaders()Get the request headers.HeaderMapHttpServerExchange. getResponseHeaders()Get the response headers.Methods in io.undertow.server with parameters of type HeaderMap Modifier and Type Method Description static booleanConnectors. areRequestHeadersValid(HeaderMap headers)Verifies that the provided request headers are valid according to rfc7230.booleanServerConnection. pushResource(String path, HttpString method, HeaderMap requestHeaders)Attempts to push a resource if this connection supports server push.booleanServerConnection. pushResource(String path, HttpString method, HeaderMap requestHeaders, HttpHandler handler)Attempts to push a resource if this connection supports server push.Constructors in io.undertow.server with parameters of type HeaderMap Constructor Description HttpServerExchange(ServerConnection connection, HeaderMap requestHeaders, HeaderMap responseHeaders, long maxEntitySize) -
Uses of HeaderMap in io.undertow.server.handlers.form
Methods in io.undertow.server.handlers.form that return HeaderMap Modifier and Type Method Description HeaderMapFormData.FormValue. getHeaders()Methods in io.undertow.server.handlers.form with parameters of type HeaderMap Modifier and Type Method Description voidFormData. add(String name, byte[] value, String fileName, HeaderMap headers)voidFormData. add(String name, String value, HeaderMap headers)voidFormData. add(String name, String value, String charset, HeaderMap headers)voidFormData. add(String name, Path value, String fileName, HeaderMap headers)voidFormData. add(String name, Path value, String fileName, HeaderMap headers, boolean bigField, String charset)voidFormData. put(String name, String value, HeaderMap headers) -
Uses of HeaderMap in io.undertow.server.handlers.sse
Methods in io.undertow.server.handlers.sse that return HeaderMap Modifier and Type Method Description HeaderMapServerSentEventConnection. getRequestHeaders()HeaderMapServerSentEventConnection. getResponseHeaders() -
Uses of HeaderMap in io.undertow.server.protocol.http
Fields in io.undertow.server.protocol.http with type parameters of type HeaderMap Modifier and Type Field Description static AttachmentKey<HeaderMap>HttpAttachments. REQUEST_TRAILERSAttachment key for request trailers when using chunked encoding.static AttachmentKey<Supplier<HeaderMap>>HttpAttachments. RESPONSE_TRAILER_SUPPLIERAttachment key for a supplier response trailers.static AttachmentKey<HeaderMap>HttpAttachments. RESPONSE_TRAILERSAttachment key for response trailers.Methods in io.undertow.server.protocol.http with parameters of type HeaderMap Modifier and Type Method Description static booleanHttpContinue. requiresContinueResponse(HeaderMap requestHeaders) -
Uses of HeaderMap in io.undertow.server.protocol.http2
Methods in io.undertow.server.protocol.http2 with parameters of type HeaderMap Modifier and Type Method Description booleanHttp2ServerConnection. pushResource(String path, HttpString method, HeaderMap requestHeaders)booleanHttp2ServerConnection. pushResource(String path, HttpString method, HeaderMap requestHeaders, HttpHandler handler) -
Uses of HeaderMap in io.undertow.util
Methods in io.undertow.util that return HeaderMap Modifier and Type Method Description HeaderMapHeaderMap. add(HttpString headerName, long headerValue)HeaderMapHeaderMap. add(HttpString headerName, String headerValue)HeaderMapHeaderMap. addAll(HttpString headerName, Collection<String> headerValues)HeaderMapHeaderMap. addFirst(HttpString headerName, String headerValue)HeaderMapHeaderMap. addLast(HttpString headerName, String headerValue)HeaderMapHeaderMap. clear()HeaderMapHeaderMap. put(HttpString headerName, long headerValue)HeaderMapHeaderMap. put(HttpString headerName, String headerValue)HeaderMapHeaderMap. putAll(HeaderMap headerMap)HeaderMapHeaderMap. putAll(HttpString headerName, Collection<String> headerValues)Methods in io.undertow.util with parameters of type HeaderMap Modifier and Type Method Description static voidCookies. assembleCrumbs(HeaderMap headerMap)Cookie headers form: https://www.rfc-editor.org/rfc/rfc6265#section-4.2.1 If more than one header entry exist for "Cookie", it will be assembled into one that conforms to rfc.voidMultipartParser.PartHandler. beginPart(HeaderMap headers)static voidCookies. disperseCrumbs(HeaderMap headerMap)IF there is single entry that follows RFC separation rules, it will be turned into singular fields.static List<String>Cookies. getCrumbs(HeaderMap headerMap)Fetch list containing crumbs( singular entries of Cookie header )HeaderMapHeaderMap. putAll(HeaderMap headerMap)
-