public class LogStreamWebSocket extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
LogStreamWebSocket.SessionState |
| Constructor and Description |
|---|
LogStreamWebSocket(HistoryHandler historyHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.vertx.ext.web.RoutingContext event) |
void |
onMessage(String message,
LogStreamWebSocket.SessionState session) |
public LogStreamWebSocket(HistoryHandler historyHandler)
public void handle(io.vertx.ext.web.RoutingContext event)
handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>public void onMessage(String message, LogStreamWebSocket.SessionState session)
Copyright © 2021 JBoss by Red Hat. All rights reserved.