Uses of Class
net.officefloor.server.http.HttpHeaderName
Packages that use HttpHeaderName
-
Uses of HttpHeaderName in net.officefloor.server.http
Methods in net.officefloor.server.http with parameters of type HttpHeaderNameModifier and TypeMethodDescriptionHttpResponseHeaders.addHeader(HttpHeaderName name, String value) Adds aHttpHeader.HttpResponseHeaders.addHeader(HttpHeaderName name, HttpHeaderValue value) Adds aHttpHeader.Constructors in net.officefloor.server.http with parameters of type HttpHeaderNameModifierConstructorDescriptionWritableHttpHeader(HttpHeaderName name, String value) Instantiate.WritableHttpHeader(HttpHeaderName name, HttpHeaderValue value) Instantiate. -
Uses of HttpHeaderName in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl with parameters of type HttpHeaderNameModifier and TypeMethodDescriptionProcessAwareHttpResponseHeaders.addHeader(HttpHeaderName name, String value) ProcessAwareHttpResponseHeaders.addHeader(HttpHeaderName name, HttpHeaderValue value)