Skip navigation links
C G H I O S 

C

createInetSocketAddress() - Method in class org.bridje.http.config.HttpServerConfig
Creates the InetSocketAddress to be user by the server.

G

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
 

H

handle(HttpServerContext) - Method in interface org.bridje.http.HttpServerHandler
Handles the HTTP request, This method must call the same method from the next handler if it exists an return it's result or it can handle the request it self and return true in that case.
HttpServer - Interface in org.bridje.http
Http server service, you can inject this interface to control HTTP server.
HttpServerConfig - Class in org.bridje.http.config
Http server configuration.
HttpServerConfig() - Constructor for class org.bridje.http.config.HttpServerConfig
 
HttpServerContext - Interface in org.bridje.http
Represents a context used in a HTTP request by the server handlers.
HttpServerHandler - Interface in org.bridje.http
Represents a handler of HTTP request, this interface must be implemented by components that will be call in chain to handle the request.
HttpServerImpl - Class in org.bridje.http.impl
 
HttpServerImpl() - Constructor for class org.bridje.http.impl.HttpServerImpl
 
HttpServerRequest - Interface in org.bridje.http
Represents an HTTP request being made to the server.
HttpServerRequestImpl - Class in org.bridje.http.impl
 
HttpServerRequestImpl(HttpRequest) - Constructor for class org.bridje.http.impl.HttpServerRequestImpl
 
HttpServerResponse - Interface in org.bridje.http
Represents the response made by the server to the client in the HTTP request.

I

init() - Method in class org.bridje.http.impl.HttpServerImpl
 

O

org.bridje.http - package org.bridje.http
 
org.bridje.http.config - package org.bridje.http.config
 
org.bridje.http.impl - package org.bridje.http.impl
 

S

set(Class<T>, T) - Method in interface org.bridje.http.HttpServerContext
Add the data object to the context so it can be retrive by the get method.
setContentType(String) - Method in interface org.bridje.http.HttpServerResponse
The content mime type of the response.
setHeader(String, Object) - Method in interface org.bridje.http.HttpServerResponse
Sets a header for the response.
setHost(String) - 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.
setName(String) - 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.
setPort(int) - Method in class org.bridje.http.config.HttpServerConfig
The port on witch the HTTP server will listen for new connections.
setStatusCode(int) - Method in interface org.bridje.http.HttpServerResponse
The status code of the response.
start() - Method in interface org.bridje.http.HttpServer
Starts the HTTP server
start() - Method in class org.bridje.http.impl.HttpServerImpl
 
stop() - Method in interface org.bridje.http.HttpServer
Stops the HTTP server
stop() - Method in class org.bridje.http.impl.HttpServerImpl
 
C G H I O S 
Skip navigation links

Copyright © 2015–2016 Bridje Framework. All rights reserved.