| java.lang.Object com.sun.xml.ws.transport.http.server.WSHttpHandler
WSHttpHandler | final class WSHttpHandler implements HttpHandler(Code) | | HttpHandler implementation that serves the actual request.
author: Jitendra Kotamraju author: Kohsuke Kawaguhi |
Inner Class :class HttpHandlerRunnable implements Runnable | |
getRequestAddress | static String getRequestAddress(HttpExchange msg)(Code) | | Computes the Endpoint's address from the request. Use "Host" header
so that it has correct address(IP address or someother hostname) through
which the application reached the endpoint.
a string like "http://foo.bar:1234/abc/def" |
handle | public void handle(HttpExchange msg)(Code) | | Called by HttpServer when there is a matching request for the context
|
|
|