public interface  io.vertx.core.http.impl.HttpServerConnection extends java.lang.Object implements io.vertx.core.http.HttpConnection
{
public abstract io.vertx.core.impl.ContextInternal getContext();
public abstract io.netty.channel.Channel channel();
public abstract io.netty.channel.ChannelHandlerContext channelHandlerContext();
public abstract io.vertx.core.http.impl.HttpServerConnection handler(io.vertx.core.Handler);
public abstract io.vertx.core.http.impl.HttpServerConnection invalidRequestHandler(io.vertx.core.Handler);
}