- getAtrributes() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns the names values of all attributed associated with this request.
- getAttribute(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns the value of the given attribute.
- getByteBufferBody() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
- getByteBufferBody() - Method in class co.paralleluniverse.comsat.webactors.WebDataMessage
-
- getByteBufferBody() - Method in class co.paralleluniverse.comsat.webactors.WebMessage
-
The message’s binary body, if it has one; null otherwise.
- getByteBufferBody() - Method in class co.paralleluniverse.comsat.webactors.WebStreamOpened
-
The message’s binary body, if it has one; null otherwise.
- getCharacterEncoding() - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
The
Charset representing character encoding used in the body of this message.
- getCharacterEncoding() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
- getComment() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
The comment describing the purpose of this cookie, or null if the cookie has no comment.
- getContentLength() - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
The length, in bytes, of the message body and made available by the input stream, or -1 if the length is not known or is greater than Integer.MAX_VALUE.
- getContentLength() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
- getContentType() - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
The MIME type of the body of the request, or null if the type is not known For example, text/html; charset=UTF-8.
- getContentType() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
- getContextPath() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
The portion of the request URI that indicates the context of the request.
- getCookies() - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
A collection all of the
Cookie objects the client sent with this message.
- getCookies() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
- getDateHeader(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns the value of the specified request header as a long value that represents a Date object.
- getDomain() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
The domain name of this Cookie.
- getError() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
An exception optionally associated with an error status code.
- getFrom() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns an actor representing the client to which an
HttpResponse should be sent as a response to this request.
- getFrom() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
- getFrom() - Method in class co.paralleluniverse.comsat.webactors.WebDataMessage
-
- getFrom() - Method in class co.paralleluniverse.comsat.webactors.WebMessage
-
The actor that sent this message.
- getFrom() - Method in class co.paralleluniverse.comsat.webactors.WebStreamOpened
-
- getHeader(String) - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
Returns the value of the given header name.
- getHeaders() - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
A multimap of the headers contained in this message and (all) their values.
- getHeaders() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
- getHeaderValues(String) - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
Returns all values associated with the given header name
- getId() - Method in class co.paralleluniverse.comsat.webactors.HttpStreamOpened
-
- getLastEventId(HttpRequest) - Static method in class co.paralleluniverse.comsat.webactors.SSE
-
Returns the SSE last-event-id value from the request (the Last-Event-ID header).
- getMaxAge() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
The maximum age in seconds of this Cookie.
- getMethod() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
The name of the HTTP method with which this request was made; for example, GET, POST, or PUT.
- getName() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
The name of the cookie.
- getParameter(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns the value of the given parameter.
- getParameters() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
A multimap of the parameters contained in this message and (all) their values.
- getParametersValues(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns all values associated with the given parameter
- getPath() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
Returns the path on the server to which the browser returns this cookie.
- getPathInfo() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns any extra path information associated with the URL the client sent when it made this request.
- getQueryString() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
The query string that is contained in the request URL after the path, or null if the URL does not have a query string.
- getRedirectPath() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
The redirect URL target if this is a
redirect response.
- getRequest() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
- getRequestURI() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns the part of this request’s URL from the protocol name up to the query string in the first line of the HTTP request.
- getServerName() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
The host name of the server to which the request was sent.
- getServerPort() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
The port number to which the request was sent.
- getStatus() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
The response’s HTTP status code.
- getStringBody() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
- getStringBody() - Method in class co.paralleluniverse.comsat.webactors.WebDataMessage
-
- getStringBody() - Method in class co.paralleluniverse.comsat.webactors.WebMessage
-
The message’s text body, if it has one; null otherwise.
- getStringBody() - Method in class co.paralleluniverse.comsat.webactors.WebStreamOpened
-
The message’s text body, if it has one; null otherwise.
- getValue() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
The value of this Cookie.
- getVersion() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
The version of the protocol this cookie complies with.