Uses of Class
io.undertow.util.HeaderMap
Packages that use HeaderMap
Package
Description
-
Uses of HeaderMap in io.undertow
Methods in io.undertow with parameters of type HeaderMapModifier and TypeMethodDescriptionfinal 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 HeaderMapModifier and TypeMethodDescriptionClientRequest.getRequestHeaders()ClientResponse.getResponseHeaders()Constructors in io.undertow.client with parameters of type HeaderMapModifierConstructorDescriptionClientResponse(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 HeaderMapModifier and TypeFieldDescriptionstatic final AttachmentKey<HeaderMap>ChunkedStreamSinkConduit.TRAILERSDeprecated.static final AttachmentKey<HeaderMap>ChunkedStreamSourceConduit.TRAILERSDeprecated.Constructors in io.undertow.conduits with parameters of type HeaderMapModifierConstructorDescriptionChunkedStreamSinkConduit(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 HeaderMapMethods in io.undertow.protocols.ajp with parameters of type HeaderMapModifier and TypeMethodDescriptionAjpClientChannel.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 HeaderMapModifierConstructorDescriptionAjpClientResponseStreamSourceChannel(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 HeaderMapModifier and TypeMethodDescriptionHttp2DataStreamSinkChannel.getHeaders()Http2PushPromiseStreamSourceChannel.getHeaders()Http2StreamSourceChannel.getHeaders()Http2DataStreamSinkChannel.TrailersProducer.getTrailers()Methods in io.undertow.protocols.http2 with parameters of type HeaderMapModifier and TypeMethodDescriptionHttp2Channel.createStream(HeaderMap requestHeaders) Creates a strema using a HEADERS frameHpackEncoder.encode(HeaderMap headers, ByteBuffer target) Encodes the headers into a buffer.voidHttp2StreamSourceChannel.TrailersHandler.handleTrailers(HeaderMap headerMap) Http2Channel.sendPushPromise(int associatedStreamId, HeaderMap requestHeaders, HeaderMap responseHeaders) Constructors in io.undertow.protocols.http2 with parameters of type HeaderMapModifierConstructorDescriptionHttp2HeadersStreamSinkChannel(Http2Channel channel, int streamId, HeaderMap headers) -
Uses of HeaderMap in io.undertow.server
Methods in io.undertow.server that return HeaderMapModifier and TypeMethodDescriptionHttpServerExchange.getRequestHeaders()Get the request headers.HttpServerExchange.getResponseHeaders()Get the response headers.Methods in io.undertow.server with parameters of type HeaderMapModifier and TypeMethodDescriptionstatic 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 HeaderMapModifierConstructorDescriptionHttpServerExchange(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 HeaderMapMethods in io.undertow.server.handlers.form with parameters of type HeaderMapModifier and TypeMethodDescriptionvoidvoidvoidvoidvoid -
Uses of HeaderMap in io.undertow.server.handlers.sse
Methods in io.undertow.server.handlers.sse that return HeaderMapModifier and TypeMethodDescriptionServerSentEventConnection.getRequestHeaders()ServerSentEventConnection.getResponseHeaders() -
Uses of HeaderMap in io.undertow.server.protocol.http
Fields in io.undertow.server.protocol.http with type parameters of type HeaderMapModifier and TypeFieldDescriptionstatic final AttachmentKey<HeaderMap>HttpAttachments.REQUEST_TRAILERSAttachment key for request trailers when using chunked encoding.static final AttachmentKey<Supplier<HeaderMap>>HttpAttachments.RESPONSE_TRAILER_SUPPLIERAttachment key for a supplier response trailers.static final AttachmentKey<HeaderMap>HttpAttachments.RESPONSE_TRAILERSAttachment key for response trailers.Methods in io.undertow.server.protocol.http with parameters of type HeaderMapModifier and TypeMethodDescriptionstatic booleanHttpContinue.requiresContinueResponse(HeaderMap requestHeaders) -
Uses of HeaderMap in io.undertow.server.protocol.http2
Methods in io.undertow.server.protocol.http2 with parameters of type HeaderMapModifier and TypeMethodDescriptionbooleanHttp2ServerConnection.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 HeaderMapModifier and TypeMethodDescriptionHeaderMap.add(HttpString headerName, long headerValue) HeaderMap.add(HttpString headerName, String headerValue) HeaderMap.addAll(HttpString headerName, Collection<String> headerValues) HeaderMap.addFirst(HttpString headerName, String headerValue) HeaderMap.addLast(HttpString headerName, String headerValue) HeaderMap.clear()HeaderMap.put(HttpString headerName, long headerValue) HeaderMap.put(HttpString headerName, String headerValue) HeaderMap.putAll(HttpString headerName, Collection<String> headerValues) Methods in io.undertow.util with parameters of type HeaderMap