public interface  io.vertx.core.http.impl.WebSocketInternal extends java.lang.Object implements io.vertx.core.http.WebSocketBase
{
public abstract io.netty.channel.ChannelHandlerContext channelHandlerContext();
public abstract io.vertx.core.http.HttpConnection connection();
}