Skip navigation links
A B C D E F G H I K L M N O P Q R S T U W 

O

open(HTTPRequest, InputStream) - Method in class ej.hoka.http.ChunkedTransferCodingHandler
Creates a ChunkedMessageBodyInputStream to read the body of the HTTP request in "chunked" encoding from the HTTPRequest and the InputStream.
open(HTTPResponse, OutputStream) - Method in class ej.hoka.http.ChunkedTransferCodingHandler
Creates an OutputStream to write the body of the HTTP response in "chunked" encoding using the HTTPResponse and the OutputStream.
open(InputStream) - Method in class ej.hoka.http.IdentityEncodingHandler
Returns the original InputStream.
open(OutputStream) - Method in class ej.hoka.http.IdentityEncodingHandler
Returns the original OutputStream.
open(HTTPRequest, InputStream) - Method in class ej.hoka.http.IdentityTransferCodingHandler
Creates a new instance of IdentityMessageBodyInputStream to read the message body of the HTTP request.
open(HTTPResponse, OutputStream) - Method in class ej.hoka.http.IdentityTransferCodingHandler
Creates an IdentityMessageBodyOutputStream to write the message body of the HTTP response.
open(InputStream) - Method in interface ej.hoka.http.IHTTPEncodingHandler
Returns an InputStream to read the decoded data from the original InputStream.
open(OutputStream) - Method in interface ej.hoka.http.IHTTPEncodingHandler
Wraps the original OutputStream with a special OutputStream which performs the encoding.
open(HTTPRequest, InputStream) - Method in interface ej.hoka.http.IHTTPTransferCodingHandler
Opens an InputStream that can be used to decode message body of the given request.
open(HTTPResponse, OutputStream) - Method in interface ej.hoka.http.IHTTPTransferCodingHandler
Opens an OutputStream that can be used to encode the message body of the HTTPResponse.
A B C D E F G H I K L M N O P Q R S T U W 
Skip navigation links