| Interface | Description |
|---|---|
| DetectingGatewayMBean |
This interface defines the attributes/operations that are exposed
for JMX management by the detecting gateway.
|
| 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 | |
| DetectingGatewayWebSocketHandler | |
| FutureHandler<T> |
Implements a Vertx handler which you can await() future results from.
|
Copyright © 2011–2014 Red Hat. All rights reserved.