Uses of Class
org.sblim.cimclient.internal.http.HttpHeader

Packages that use HttpHeader
org.sblim.cimclient.internal.http Internal implementation of HTTP client and server. 
org.sblim.cimclient.internal.http.io Internal implementation of HTTP streams. 
 

Uses of HttpHeader in org.sblim.cimclient.internal.http
 

Methods in org.sblim.cimclient.internal.http that return HttpHeader
 HttpHeader MessageReader.getHeader()
          Returns the http header
 HttpHeader MessageWriter.getHeader()
          Returns the http header
 HttpHeader Challenge.getParams()
          Returns the parameters
static HttpHeader HttpHeader.parse(String pLine)
          Parses a line from a header block
 

Methods in org.sblim.cimclient.internal.http with parameters of type HttpHeader
 void MessageWriter.setHeader(HttpHeader header)
          Sets the http header
 void MessageWriter.setTrailer(HttpHeader pTrailer)
          Sets the trailer
 

Uses of HttpHeader in org.sblim.cimclient.internal.http.io
 

Methods in org.sblim.cimclient.internal.http.io that return HttpHeader
 HttpHeader ChunkedInputStream.getTrailers()
          Return the http header trailers
 



Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.