Uses of Interface
septogeddon.pluginquery.http.HTTPHeader
Packages that use HTTPHeader
-
Uses of HTTPHeader in septogeddon.pluginquery.http
Methods in septogeddon.pluginquery.http that return HTTPHeaderModifier and TypeMethodDescriptionGet header valueProtocolRequest.getHeaderValue(String name) Get the header valuestatic HTTPHeaderHTTPHandler.parseHeader(String headerName, Object rawValue) Parse header raw value into HTTPHeaderMethods in septogeddon.pluginquery.http that return types with arguments of type HTTPHeaderMethod parameters in septogeddon.pluginquery.http with type arguments of type HTTPHeaderModifier and TypeMethodDescriptionstatic voidHTTPHandler.setParser(String headerName, BiFunction<String, Object, HTTPHeader> factory) Set a parser for specific headerstatic voidHTTPHandler.setParser(String headerName, Function<Object, HTTPHeader> factory) Set a parser for specific headerConstructor parameters in septogeddon.pluginquery.http with type arguments of type HTTPHeaderModifierConstructorDescriptionProtocolRequest(HTTPContext context, ProtocolMethod method, ProtocolPath path, String version, Map<String, HTTPHeader> headers, io.netty.buffer.ByteBuf content) -
Uses of HTTPHeader in septogeddon.pluginquery.http.headertype
Classes in septogeddon.pluginquery.http.headertype that implement HTTPHeaderModifier and TypeClassDescriptionclassCookie HTTP headerclassDefault (Global) or Unknown (Unregistered) headerclassSet-Cookie HTTP header