Uses of Interface
net.officefloor.server.http.HttpHeader
Packages that use HttpHeader
Package
Description
-
Uses of HttpHeader in net.officefloor.server.http
Classes in net.officefloor.server.http that implement HttpHeaderMethods in net.officefloor.server.http that return HttpHeaderModifier and TypeMethodDescriptionAdds aHttpHeaderfor the response.HttpResponseHeaders.addHeader(String name, HttpHeaderValue value) Adds aHttpHeader.HttpResponseHeaders.addHeader(HttpHeaderName name, String value) Adds aHttpHeader.HttpResponseHeaders.addHeader(HttpHeaderName name, HttpHeaderValue value) Adds aHttpHeader.HttpRequestHeaders.getHeader(CharSequence name) Obtains the firstHttpHeaderby the name.Obtains the firstHttpHeaderby the name.HttpException.getHttpHeaders()Obtains theHttpHeaderinstances.protected abstract HttpHeader[]AbstractHttpServerImplementationTestCase.getServerResponseHeaderValues()Obtains the server responseHttpHeaderinstances in the order they are sent from the server.HttpRequestHeaders.headerAt(int index) Obtains theHttpHeaderat the index.protected static HttpHeaderAbstractHttpServerImplementationTestCase.newHttpHeader(String name, String value) Creates a newHttpHeader.Methods in net.officefloor.server.http that return types with arguments of type HttpHeaderModifier and TypeMethodDescriptionHttpRequestHeaders.getHeaders(CharSequence name) Obtains all theHttpHeaderinstances by the name.HttpResponseHeaders.getHeaders(String name) Obtains all theHttpHeaderinstances by the name.Methods in net.officefloor.server.http with parameters of type HttpHeaderModifier and TypeMethodDescriptionbooleanHttpResponseHeaders.removeHeader(HttpHeader header) Removes the particularHttpHeaderfrom the response. -
Uses of HttpHeader in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement HttpHeaderMethods in net.officefloor.server.http.impl that return HttpHeaderModifier and TypeMethodDescriptionProcessAwareHttpResponseHeaders.addHeader(String name, HttpHeaderValue value) ProcessAwareHttpResponseHeaders.addHeader(HttpHeaderName name, String value) ProcessAwareHttpResponseHeaders.addHeader(HttpHeaderName name, HttpHeaderValue value) MaterialisingHttpRequestHeaders.getHeader(CharSequence name) SerialisableHttpRequestHeaders.getHeader(CharSequence name) MaterialisingHttpRequestHeaders.headerAt(int index) SerialisableHttpRequestHeaders.headerAt(int index) NonMaterialisedHttpHeader.materialiseHttpHeader()Materialises theHttpHeader.Methods in net.officefloor.server.http.impl that return types with arguments of type HttpHeaderModifier and TypeMethodDescriptionMaterialisingHttpRequestHeaders.getHeaders(CharSequence name) ProcessAwareHttpResponseHeaders.getHeaders(String name) SerialisableHttpRequestHeaders.getHeaders(CharSequence name) MaterialisingHttpRequestHeaders.iterator()ProcessAwareHttpResponseHeaders.iterator()SerialisableHttpRequestHeaders.iterator()Methods in net.officefloor.server.http.impl with parameters of type HttpHeaderModifier and TypeMethodDescriptionbooleanProcessAwareHttpResponseHeaders.removeHeader(HttpHeader header) Constructor parameters in net.officefloor.server.http.impl with type arguments of type HttpHeaderModifierConstructorDescriptionprotectedSerialisableHttpRequestHeaders(int length, Iterable<HttpHeader> headers) Loads theHttpHeaderinstances.SerialisableHttpRequestHeaders(List<HttpHeader> headers) Instantiate fromListofHttpHeaderinstances. -
Uses of HttpHeader in net.officefloor.server.servlet.test
Methods in net.officefloor.server.servlet.test that return HttpHeaderModifier and TypeMethodDescriptionprotected HttpHeader[]AbstractServletHttpServerImplementationTest.getServerResponseHeaderValues()