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 ASCIIPrintStreamMessageWriter. getOutputStream()Returns the output streamMethods in org.sblim.cimclient.internal.http with parameters of type ASCIIPrintStream Modifier and Type Method Description voidHttpClientMethod. write(ASCIIPrintStream pStream)Writes the method to a given streamvoidHttpHeader. write(ASCIIPrintStream pWriter)Writes a header block to a streamvoidHttpServerMethod. write(ASCIIPrintStream pStream)Write to a given output stream
-