com.sun.xml.ws.transport.http.server
Class PortableHttpHandler
java.lang.Object
javax.xml.ws.spi.http.HttpHandler
com.sun.xml.ws.transport.http.server.PortableHttpHandler
final class PortableHttpHandler
- extends HttpHandler
HttpHandler
implementation that serves the actual request.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableHttpHandler
public PortableHttpHandler(@NotNull
HttpAdapter adapter,
@Nullable
Executor executor)
handle
public void handle(HttpExchange msg)
- Called by HttpServer when there is a matching request for the context
- Specified by:
handle
in class HttpHandler
handleExchange
public void handleExchange(HttpExchange msg)
throws IOException
- Throws:
IOException
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.