org.webbitserver.handler
Class HttpToWebSocketHandler

java.lang.Object
  extended by org.webbitserver.handler.HttpToWebSocketHandler
All Implemented Interfaces:
HttpHandler

public class HttpToWebSocketHandler
extends Object
implements HttpHandler


Constructor Summary
HttpToWebSocketHandler(WebSocketHandler handler)
           
 
Method Summary
 void handleHttpRequest(HttpRequest request, HttpResponse response, HttpControl control)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpToWebSocketHandler

public HttpToWebSocketHandler(WebSocketHandler handler)
Method Detail

handleHttpRequest

public void handleHttpRequest(HttpRequest request,
                              HttpResponse response,
                              HttpControl control)
                       throws Exception
Specified by:
handleHttpRequest in interface HttpHandler
Throws:
Exception


Copyright © 2012. All Rights Reserved.