Uses of Interface
org.eclipse.actf.util.httpproxy.core.IHTTPHeader

Packages that use IHTTPHeader
org.eclipse.actf.util.httpproxy.core   
 

Uses of IHTTPHeader in org.eclipse.actf.util.httpproxy.core
 

Methods in org.eclipse.actf.util.httpproxy.core that return IHTTPHeader
 IHTTPHeader IHTTPMessage.getHeader(byte[] name)
          Gets a HTTP header of the specified name.
 IHTTPHeader IHTTPMessage.removeHeader(byte[] name)
          Removes a HTTP header of the specified name.
 

Methods in org.eclipse.actf.util.httpproxy.core that return types with arguments of type IHTTPHeader
 List<IHTTPHeader> IHTTPMessage.getHeaders()
          Gets all HTTP headers defined in this HTTP message.
 

Methods in org.eclipse.actf.util.httpproxy.core with parameters of type IHTTPHeader
 void IHTTPMessage.addTrailingHeader(IHTTPHeader trailer)
          Adds a HTTP trailing header.