public class DetectingGatewayWebSocketHandler
extends java.lang.Object
implements org.vertx.java.core.Handler<org.vertx.java.core.http.ServerWebSocket>
| Constructor and Description |
|---|
DetectingGatewayWebSocketHandler() |
| Modifier and Type | Method and Description |
|---|---|
DetectingGatewayProtocolHandler |
getHandler() |
java.lang.String |
getPathPrefix() |
void |
handle(org.vertx.java.core.http.ServerWebSocket socket) |
void |
setHandler(DetectingGatewayProtocolHandler value) |
void |
setPathPrefix(java.lang.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 DetectingGatewayProtocolHandler getHandler()
public void setHandler(DetectingGatewayProtocolHandler value)
public java.lang.String getPathPrefix()
public void setPathPrefix(java.lang.String pathPrefix)
Copyright © 2014 Red Hat. All Rights Reserved.