io.selendroid.server.inspector
Class InspectorServlet

java.lang.Object
  extended by io.selendroid.server.inspector.InspectorServlet
All Implemented Interfaces:
org.webbitserver.HttpHandler

public class InspectorServlet
extends Object
implements org.webbitserver.HttpHandler


Field Summary
static String INSPECTOR
           
static String INSPECTOR_RESSOURCE
           
 
Constructor Summary
InspectorServlet(SelendroidDriver driver, ServerInstrumentation instrumentation)
           
 
Method Summary
 void handleHttpRequest(org.webbitserver.HttpRequest httpRequest, org.webbitserver.HttpResponse httpResponse, org.webbitserver.HttpControl httpControl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSPECTOR

public static final String INSPECTOR
See Also:
Constant Field Values

INSPECTOR_RESSOURCE

public static final String INSPECTOR_RESSOURCE
See Also:
Constant Field Values
Constructor Detail

InspectorServlet

public InspectorServlet(SelendroidDriver driver,
                        ServerInstrumentation instrumentation)
Method Detail

handleHttpRequest

public void handleHttpRequest(org.webbitserver.HttpRequest httpRequest,
                              org.webbitserver.HttpResponse httpResponse,
                              org.webbitserver.HttpControl httpControl)
                       throws Exception
Specified by:
handleHttpRequest in interface org.webbitserver.HttpHandler
Throws:
Exception


Copyright © 2014. All rights reserved.