- read() - Method in class ej.hoka.http.body.HTTPPart
-
- read(byte[], int, int) - Method in class ej.hoka.http.body.HTTPPart
-
- read() - Method in class ej.hoka.io.ChunkedMessageBodyInputStream
-
Reads the next byte from the InputStream used in the constructor.
- read(byte[], int, int) - Method in class ej.hoka.io.ChunkedMessageBodyInputStream
-
Reads up to length
bytes to the byte array data
starting with offset
.
- read() - Method in class ej.hoka.io.IdentityMessageBodyInputStream
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - Method in class ej.hoka.io.IdentityMessageBodyInputStream
-
Reads up to length
bytes of data from the underlying InputStream
into an array of bytes.
- refresh(String) - Method in class ej.hoka.auth.SessionAuthenticator
-
Refreshes the expiration date of the session identified by sessionID
.
- refreshSession(String, long) - Method in class ej.hoka.auth.InMemorySessionDataAccess
-
- refreshSession(String, long) - Method in interface ej.hoka.auth.SessionDataAccess
-
Refreshes the expiration date of the session.
- registerEncodingHandler(IHTTPEncodingHandler) - Method in class ej.hoka.http.encoding.HTTPEncodingRegistry
-
Registers a new HTTP content encoding handler.
- registerTransferCodingHandler(IHTTPTransferCodingHandler) - Method in class ej.hoka.http.encoding.HTTPEncodingRegistry
-
Registers a new HTTP transfer coding handler.
- removeSession(Session) - Method in class ej.hoka.auth.InMemorySessionDataAccess
-
- removeSession(Session) - Method in interface ej.hoka.auth.SessionDataAccess
-
Removes a session.
- RequestHandler - Interface in ej.hoka.http.requesthandler
-
A handler to process request and create appropriate response.
- RequestHandlerComposite - Class in ej.hoka.http.requesthandler
-
A handler that delegates the process of the request to an array of
RequestHandler
.
- RequestHandlerComposite() - Constructor for class ej.hoka.http.requesthandler.RequestHandlerComposite
-
- resource - Variable in class ej.hoka.rest.endpoint.ResourceRestEndpoint
-
Path to embedded resource to serve.
- ResourceRequestHandler - Class in ej.hoka.http.requesthandler
-
Resource Request Handler implementation.
- ResourceRequestHandler(String) - Constructor for class ej.hoka.http.requesthandler.ResourceRequestHandler
-
Constructs a resource request handler with given root directory path.
- ResourceRequestHandler(String, String) - Constructor for class ej.hoka.http.requesthandler.ResourceRequestHandler
-
Constructs a resource request handler with given root directory path.
- ResourceRestEndpoint - Class in ej.hoka.rest.endpoint
-
A static resource end-point to serve all kind of files.
- ResourceRestEndpoint(String, String) - Constructor for class ej.hoka.rest.endpoint.ResourceRestEndpoint
-
Creates a static resource end-point that responds to given URI and serves given resource.
- ResourceRestEndpoint(String, String, String) - Constructor for class ej.hoka.rest.endpoint.ResourceRestEndpoint
-
Creates a static resource end-point that responds to given URI and serves given resource.
- RestAuthenticatedRequestHandler - Class in ej.hoka.auth.session
-
- RestAuthenticatedRequestHandler(SessionAuthenticator, String) - Constructor for class ej.hoka.auth.session.RestAuthenticatedRequestHandler
-
Constructs the REST request handler.
- RestEndpoint - Class in ej.hoka.rest
-
A REST endpoint exposes resources.
- RestEndpoint(String) - Constructor for class ej.hoka.rest.RestEndpoint
-
Creates a new endpoint at given URI.
- RestRequestHandler - Class in ej.hoka.rest
-
A request handler that exposes a REST API.
- RestRequestHandler() - Constructor for class ej.hoka.rest.RestRequestHandler
-
Constructs a REST request handler with no endpoint.