public interface WebSocketHandler
WebSocketConnection upon a successful upgrade from an HTTP request.| Modifier and Type | Method and Description |
|---|---|
rx.Observable<java.lang.Void> |
handle(WebSocketConnection wsConnection)
Processes the passed connection.
|
rx.Observable<java.lang.Void> handle(WebSocketConnection wsConnection)
wsConnection - Connection to process.Observable representing the processing termination.