Uses of Class
org.sblim.cimclient.internal.http.HttpHeader
-
Packages that use HttpHeader Package Description 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 Modifier and Type Method Description HttpHeader
MessageReader. getHeader()
Returns the http headerHttpHeader
MessageWriter. getHeader()
Returns the http headerHttpHeader
Challenge. getParams()
Returns the parametersstatic HttpHeader
HttpHeader. parse(java.lang.String pLine)
Parses a line from a header blockMethods in org.sblim.cimclient.internal.http with parameters of type HttpHeader Modifier and Type Method Description void
MessageWriter. setHeader(HttpHeader header)
Sets the http headervoid
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 Modifier and Type Method Description HttpHeader
ChunkedInputStream. getTrailers()
Return the http header trailers
-