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

O

open(HttpRequest, InputStream) - Method in class ej.hoka.http.encoding.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.encoding.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 interface ej.hoka.http.encoding.ContentEncoding
Returns an InputStream to read the decoded data from the original InputStream.
open(OutputStream) - Method in interface ej.hoka.http.encoding.ContentEncoding
Wraps the original OutputStream with a special OutputStream which performs the encoding.
open(InputStream) - Method in class ej.hoka.http.encoding.IdentityContentEncoding
Returns the original InputStream.
open(OutputStream) - Method in class ej.hoka.http.encoding.IdentityContentEncoding
Returns the original OutputStream.
open(HttpRequest, InputStream) - Method in class ej.hoka.http.encoding.IdentityTransferEncoding
Creates a new instance of IdentityMessageBodyInputStream to read the message body of the HTTP request.
open(HttpResponse, OutputStream) - Method in class ej.hoka.http.encoding.IdentityTransferEncoding
Creates an IdentityMessageBodyOutputStream to write the message body of the HTTP response.
open(HttpRequest, InputStream) - Method in interface ej.hoka.http.encoding.TransferEncoding
Opens an InputStream that can be used to decode message body of the given request.
open(HttpResponse, OutputStream) - Method in interface ej.hoka.http.encoding.TransferEncoding
Opens an OutputStream that can be used to encode the message body of the HttpResponse.
OPTIONS - Static variable in class ej.hoka.http.HttpRequest
Value returned by HttpRequest.getMethod() if the request method is OPTIONS.
options(String, RequestHandler) - Method in class ej.hoka.http.HttpServer
Map the handler to HTTP OPTIONS requests on the path.
options(String, String, RequestHandler) - Method in class ej.hoka.http.HttpServer
Map the handler to HTTP OPTIONS requests on the path.
A B C D E F G H I K L M N O P Q R S T U V W _ 
Skip navigation links