- get(Class<T>) - Method in interface org.bridje.http.HttpServerContext
-
Gets an instance of the specified class if an instance of it was added
previously to this context.
- getAccept() - Method in interface org.bridje.http.HttpServerRequest
-
The Accept header sended by the client.
- getAccept() - Method in class org.bridje.http.impl.HttpServerRequestImpl
-
- getAcceptLanguage() - Method in interface org.bridje.http.HttpServerRequest
-
The AcceptLanguaje header sended by the client.
- getAcceptLanguage() - Method in class org.bridje.http.impl.HttpServerRequestImpl
-
- getBuffer() - Method in class org.bridje.http.impl.HttpServerRequestImpl
-
- getContentType() - Method in interface org.bridje.http.HttpServerResponse
-
The content mime type of the response.
- getHeader(String) - Method in interface org.bridje.http.HttpServerRequest
-
Gets the value of the especified header.
- getHeader(String) - Method in class org.bridje.http.impl.HttpServerRequestImpl
-
- getHeaders() - Method in interface org.bridje.http.HttpServerRequest
-
All the headers names in this request.
- getHeaders() - Method in class org.bridje.http.impl.HttpServerRequestImpl
-
- getHost() - Method in class org.bridje.http.config.HttpServerConfig
-
The host on witch to start the http server, can be null witch means all ips will be allowed.
- getHost() - Method in interface org.bridje.http.HttpServerRequest
-
The host of the server the client made the HTTP request to
- getHost() - Method in class org.bridje.http.impl.HttpServerRequestImpl
-
- getInputStream() - Method in interface org.bridje.http.HttpServerRequest
-
An InputStream witch allows to read the request body for this request.
- getInputStream() - Method in class org.bridje.http.impl.HttpServerRequestImpl
-
- getMethod() - Method in interface org.bridje.http.HttpServerRequest
-
The HTTP method used to made the request.
- getMethod() - Method in class org.bridje.http.impl.HttpServerRequestImpl
-
- getName() - Method in class org.bridje.http.config.HttpServerConfig
-
The HTTP server name, by default it will be "Bridje HTTP Server" but you can change that setting this property.
- getOutputStream() - Method in interface org.bridje.http.HttpServerResponse
-
The OutputStream to print the response body.
- getPath() - Method in interface org.bridje.http.HttpServerRequest
-
The requested path asked by the client.
- getPath() - Method in class org.bridje.http.impl.HttpServerRequestImpl
-
- getPort() - Method in class org.bridje.http.config.HttpServerConfig
-
The port on witch the HTTP server will listen for new connections.
- getProtocol() - Method in interface org.bridje.http.HttpServerRequest
-
The protocol used to made the request
- getProtocol() - Method in class org.bridje.http.impl.HttpServerRequestImpl
-
- getServerName() - Method in class org.bridje.http.impl.HttpServerImpl
-
- getStatusCode() - Method in interface org.bridje.http.HttpServerResponse
-
The status code of the response.
- getUserAgent() - Method in interface org.bridje.http.HttpServerRequest
-
The UserAgent heather from the http request if any.
- getUserAgent() - Method in class org.bridje.http.impl.HttpServerRequestImpl
-