org.webbitserver.wrapper
Class HttpControlWrapper
java.lang.Object
org.webbitserver.wrapper.HttpControlWrapper
- All Implemented Interfaces:
- Executor, HttpControl
public class HttpControlWrapper
- extends Object
- implements HttpControl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpControlWrapper
public HttpControlWrapper(HttpControl control)
underlyingControl
public HttpControl underlyingControl()
underlyingControl
public HttpControlWrapper underlyingControl(HttpControl control)
originalControl
public HttpControl originalControl()
nextHandler
public void nextHandler()
- Specified by:
nextHandler in interface HttpControl
nextHandler
public void nextHandler(HttpRequest request,
HttpResponse response)
- Specified by:
nextHandler in interface HttpControl
nextHandler
public void nextHandler(HttpRequest request,
HttpResponse response,
HttpControl control)
- Specified by:
nextHandler in interface HttpControl
upgradeToWebSocketConnection
public WebSocketConnection upgradeToWebSocketConnection(WebSocketHandler handler)
- Specified by:
upgradeToWebSocketConnection in interface HttpControl
webSocketConnection
public WebSocketConnection webSocketConnection()
- Specified by:
webSocketConnection in interface HttpControl
upgradeToEventSourceConnection
public EventSourceConnection upgradeToEventSourceConnection(EventSourceHandler handler)
- Specified by:
upgradeToEventSourceConnection in interface HttpControl
eventSourceConnection
public EventSourceConnection eventSourceConnection()
- Specified by:
eventSourceConnection in interface HttpControl
handlerExecutor
public Executor handlerExecutor()
- Specified by:
handlerExecutor in interface HttpControl
execute
public void execute(Runnable command)
- Specified by:
execute in interface Executor
Copyright © 2013. All Rights Reserved.