com.sun.xml.ws.transport.http.server
Class PortableHttpHandler.HttpHandlerRunnable

java.lang.Object
  extended by 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.


Field Summary
(package private)  HttpExchange msg
           
 
Constructor Summary
PortableHttpHandler.HttpHandlerRunnable(HttpExchange msg)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msg

final HttpExchange msg
Constructor Detail

PortableHttpHandler.HttpHandlerRunnable

PortableHttpHandler.HttpHandlerRunnable(HttpExchange msg)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.