Uses of Class
org.sblim.cimclient.internal.http.io.ASCIIPrintStream
-
Packages that use ASCIIPrintStream Package Description org.sblim.cimclient.internal.http Internal implementation of HTTP client and server. -
-
Uses of ASCIIPrintStream in org.sblim.cimclient.internal.http
Methods in org.sblim.cimclient.internal.http that return ASCIIPrintStream Modifier and Type Method Description ASCIIPrintStream
MessageWriter. getOutputStream()
Returns the output streamMethods in org.sblim.cimclient.internal.http with parameters of type ASCIIPrintStream Modifier and Type Method Description void
HttpClientMethod. write(ASCIIPrintStream pStream)
Writes the method to a given streamvoid
HttpHeader. write(ASCIIPrintStream pWriter)
Writes a header block to a streamvoid
HttpServerMethod. write(ASCIIPrintStream pStream)
Write to a given output stream
-