Uses of Class
org.exoplatform.common.http.client.HttpOutputStream
Packages that use HttpOutputStream
-
Uses of HttpOutputStream in org.exoplatform.common.http.client
Methods in org.exoplatform.common.http.client that return HttpOutputStreamMethods in org.exoplatform.common.http.client with parameters of type HttpOutputStreamModifier and TypeMethodDescriptionHTTPConnection.ExtensionMethod(String method, String file, HttpOutputStream os, NVPair[] headers) This is here to allow an arbitrary, non-standard request to be sent.HTTPConnection.Options(String file, NVPair[] headers, HttpOutputStream stream) Request OPTIONS from the server.HTTPConnection.Post(String file, HttpOutputStream stream) POSTs the data written to the output stream to the specified file.HTTPConnection.Post(String file, HttpOutputStream stream, NVPair[] headers) POSTs the data written to the output stream to the specified file using the specified headers.HTTPConnection.Put(String file, HttpOutputStream stream) PUTs the data written to the output stream into the specified file.HTTPConnection.Put(String file, HttpOutputStream stream, NVPair[] headers) PUTs the data written to the output stream into the specified file using the additional headers.voidRequest.setStream(HttpOutputStream stream) protected final HTTPResponseHTTPConnection.setupRequest(String method, String resource, NVPair[] headers, byte[] entity, HttpOutputStream stream) Sets up the request, creating the list of headers to send and creating instances of the modules.Constructors in org.exoplatform.common.http.client with parameters of type HttpOutputStreamModifierConstructorDescriptionRequest(HTTPConnection con, String method, String req_uri, NVPair[] headers, byte[] data, HttpOutputStream stream, boolean allow_ui) Creates a new request structure.