public class DetectingGatewayWebSocketHandler extends Object implements org.vertx.java.core.Handler<org.vertx.java.core.http.ServerWebSocket>
| Constructor and Description |
|---|
DetectingGatewayWebSocketHandler() |
| Modifier and Type | Method and Description |
|---|---|
DetectingGateway |
getGateway() |
String |
getPathPrefix() |
void |
handle(org.vertx.java.core.http.ServerWebSocket socket) |
void |
setGateway(DetectingGateway value) |
void |
setPathPrefix(String pathPrefix) |
public void handle(org.vertx.java.core.http.ServerWebSocket socket)
handle in interface org.vertx.java.core.Handler<org.vertx.java.core.http.ServerWebSocket>public DetectingGateway getGateway()
public void setGateway(DetectingGateway value)
public String getPathPrefix()
public void setPathPrefix(String pathPrefix)
Copyright © 2011–2015 Red Hat. All rights reserved.