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 HttpHeaderMessageReader. getHeader()Returns the http headerHttpHeaderMessageWriter. getHeader()Returns the http headerHttpHeaderChallenge. getParams()Returns the parametersstatic HttpHeaderHttpHeader. 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 voidMessageWriter. setHeader(HttpHeader header)Sets the http headervoidMessageWriter. 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 HttpHeaderChunkedInputStream. getTrailers()Return the http header trailers
-