Interface | Description |
---|---|
ConnectionLifeCycleListener |
Class | Description |
---|---|
ConnectionManager | |
HeadersAdaptor | |
HttpClientImpl |
This class is thread-safe
|
HttpClientRequestImpl |
This class is optimised for performance when used on the same event loop that is was passed to the handler with.
|
HttpClientResponseImpl |
This class is optimised for performance when used on the same event loop that is was passed to the handler with.
|
HttpServerImpl |
This class is thread-safe
|
HttpServerRequestImpl |
This class is optimised for performance when used on the same event loop that is was passed to the handler with.
|
HttpServerResponseImpl |
This class is optimised for performance when used on the same event loop that is was passed to the handler with.
|
MimeMapping |
We do our own mapping since support for mime mapping in Java is platform dependent
and doesn't seem to work very well
|
ServerWebSocketImpl |
This class is optimised for performance when used on the same event loop.
|
VertxHttpHandler<C extends ConnectionBase> | |
VertxNioServerChannelFactory | |
VertxNioServerSocketChannel | |
VertxNioSocketChannel<C> |
We provide this class so we can store a reference to the connection on it.
|
VertxNioSocketChannelFactory | |
WebSocketFrameFactoryImpl | |
WebSocketImpl |
This class is optimised for performance when used on the same event loop.
|
WebSocketImplBase |
This class is optimised for performance when used on the same event loop.
|
Enum | Description |
---|---|
FrameType |
List of all frame types.
|
Copyright © 2015. All Rights Reserved.