com.sun.xml.ws.transport.http.server
Class PortableHttpHandler.HttpHandlerRunnable
java.lang.Object
com.sun.xml.ws.transport.http.server.PortableHttpHandler.HttpHandlerRunnable
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- PortableHttpHandler
class PortableHttpHandler.HttpHandlerRunnable
- extends Object
- implements Runnable
Wrapping the processing of request in a Runnable so that it can be
executed in Executor.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
msg
final HttpExchange msg
PortableHttpHandler.HttpHandlerRunnable
PortableHttpHandler.HttpHandlerRunnable(HttpExchange msg)
run
public void run()
- Specified by:
run
in interface Runnable
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.