| Interface | Description |
|---|---|
| Protocol |
An implementation of interface is required for each protocol that you need the DetectingGateway to support.
|
| Class | Description |
|---|---|
| DetectingGateway |
A gateway which listens on a port and snoops the initial request bytes from a client
to detect the protocol and protocol specific connection parameters such a requested
virtual host to handle proxying the connection to an appropriate service.
|
| DetectingGatewayNetSocketHandler | |
| DetectingGatewayProtocolHandler |
The initial vertx socket handler of a DetectingGateway.
|
| DetectingGatewayWebSocketHandler | |
| FutureHandler<T> |
Implements a Vertx handler which you can await() future results from.
|
Copyright © 2014 Red Hat. All Rights Reserved.