Skip navigation links

Package org.ws4d.java.communication.protocol.http.server

The class HTTPServer allows the creation of an HTTP server to which HTTPRequestHandlers will register and handle incoming HTTP requests, the package provides an implementation of the interface HTTPRequestHandler: instances of DefaultHTTPResourceHandler allow access to a resource upon request.

See: Description

Package org.ws4d.java.communication.protocol.http.server Description

The class HTTPServer allows the creation of an HTTP server to which HTTPRequestHandlers will register and handle incoming HTTP requests, the package provides an implementation of the interface HTTPRequestHandler: instances of DefaultHTTPResourceHandler allow access to a resource upon request.

Skip navigation links