- 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.session.SessionHandler
-
Refreshes the expiration date of the session identified by sessionID
.
- registerContentEncoding(ContentEncoding) - Method in class ej.hoka.http.encoding.EncodingRegistry
-
Registers a new HTTP content encoding handler.
- registerTransferEncoding(TransferEncoding) - Method in class ej.hoka.http.encoding.EncodingRegistry
-
Registers a new HTTP transfer coding handler.
- removeAttribute(String) - Method in class ej.hoka.session.Session
-
Remove an attribute from this session.
- removeCookie(String) - Method in class ej.hoka.http.HttpResponse
-
Remove the cookie mapped by name.
- removeSession(String) - Method in class ej.hoka.session.SessionHandler
-
Removes the session identified by sessionID
from the active sessions.
- RequestHandler - Interface in ej.hoka.http.requesthandler
-
A handler to process request and create appropriate response.
- rootDirectory(String) - Method in class ej.hoka.http.requesthandler.ClasspathFilesHandler.ClasspathFilesHandlerBuilder
-
- Route - Class in ej.hoka.http
-
Represent an HTTP route.
- Route(int, String, RequestHandler) - Constructor for class ej.hoka.http.Route
-
Constructs a new instance of Route.
- Route(int, String, String, RequestHandler) - Constructor for class ej.hoka.http.Route
-
Constructs a new instance of Route.