Uses of Interface
net.officefloor.plugin.socket.server.http.HttpHeader

Packages that use HttpHeader
net.officefloor.plugin.socket.server.http   
net.officefloor.plugin.socket.server.http.conversation   
net.officefloor.plugin.socket.server.http.conversation.impl   
net.officefloor.plugin.socket.server.http.parse   
net.officefloor.plugin.socket.server.http.parse.impl   
 

Uses of HttpHeader in net.officefloor.plugin.socket.server.http
 

Methods in net.officefloor.plugin.socket.server.http that return HttpHeader
 HttpHeader HttpResponse.addHeader(String name, String value)
           Adds a HttpHeader for the response.
 HttpHeader HttpResponse.getHeader(String name)
          Obtains the first HttpHeader by the name.
 HttpHeader[] HttpResponse.getHeaders()
          Obtains all the HttpHeader instances for the response.
 

Methods in net.officefloor.plugin.socket.server.http that return types with arguments of type HttpHeader
 List<HttpHeader> HttpRequest.getHeaders()
          Obtains the HttpHeader instances in the order they appear on the request.
 

Methods in net.officefloor.plugin.socket.server.http with parameters of type HttpHeader
 void HttpResponse.removeHeader(HttpHeader header)
          Removes the particular HttpHeader from the response.
 

Uses of HttpHeader in net.officefloor.plugin.socket.server.http.conversation
 

Method parameters in net.officefloor.plugin.socket.server.http.conversation with type arguments of type HttpHeader
 HttpManagedObject HttpConversation.addRequest(String method, String requestURI, String httpVersion, List<HttpHeader> headers, InputBufferStream body)
          Adds a HttpRequest to the conversation.
 

Uses of HttpHeader in net.officefloor.plugin.socket.server.http.conversation.impl
 

Methods in net.officefloor.plugin.socket.server.http.conversation.impl that return HttpHeader
 HttpHeader HttpResponseImpl.addHeader(String name, String value)
           
 HttpHeader HttpResponseImpl.getHeader(String name)
           
 HttpHeader[] HttpResponseImpl.getHeaders()
           
 

Methods in net.officefloor.plugin.socket.server.http.conversation.impl that return types with arguments of type HttpHeader
 List<HttpHeader> HttpRequestImpl.getHeaders()
           
 

Methods in net.officefloor.plugin.socket.server.http.conversation.impl with parameters of type HttpHeader
 void HttpResponseImpl.removeHeader(HttpHeader header)
           
 

Method parameters in net.officefloor.plugin.socket.server.http.conversation.impl with type arguments of type HttpHeader
 HttpManagedObject HttpConversationImpl.addRequest(String method, String requestURI, String httpVersion, List<HttpHeader> headers, InputBufferStream body)
           
 

Constructor parameters in net.officefloor.plugin.socket.server.http.conversation.impl with type arguments of type HttpHeader
HttpRequestImpl(String method, String requestURI, String httpVersion, List<HttpHeader> headers, InputBufferStream body)
          Initiate.
 

Uses of HttpHeader in net.officefloor.plugin.socket.server.http.parse
 

Methods in net.officefloor.plugin.socket.server.http.parse that return types with arguments of type HttpHeader
 List<HttpHeader> HttpRequestParser.getHeaders()
          Obtains the HttpHeader instances in the order supplied.
 

Uses of HttpHeader in net.officefloor.plugin.socket.server.http.parse.impl
 

Classes in net.officefloor.plugin.socket.server.http.parse.impl that implement HttpHeader
 class HttpHeaderImpl
          HttpHeader implementation.
 

Methods in net.officefloor.plugin.socket.server.http.parse.impl that return types with arguments of type HttpHeader
 List<HttpHeader> HttpRequestParserImpl.getHeaders()
           
 



Copyright © 2005-2011. All Rights Reserved.