ohmm
Class CvBase.ExchangeHandler

java.lang.Object
  extended by ohmm.CvBase.ExchangeHandler
All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler
Enclosing class:
CvBase

protected class CvBase.ExchangeHandler
extends java.lang.Object
implements com.sun.net.httpserver.HttpHandler

Http exchange handler for CvBase.ImageServer, see which.


Constructor Summary
protected CvBase.ExchangeHandler()
           
 
Method Summary
 void handle(com.sun.net.httpserver.HttpExchange exchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvBase.ExchangeHandler

protected CvBase.ExchangeHandler()
Method Detail

handle

public void handle(com.sun.net.httpserver.HttpExchange exchange)
            throws java.io.IOException
Specified by:
handle in interface com.sun.net.httpserver.HttpHandler
Throws:
java.io.IOException