| Interface | Description | 
|---|---|
| WebSocketBase | Base WebSocket implementation. | 
| Class | Description | 
|---|---|
| Cookie | Represents an HTTP Cookie. | 
| HttpClient | An asynchronous HTTP client. | 
| HttpClientRequest | Represents a client-side HTTP request. | 
| HttpClientResponse | Represents a client-side HTTP response. | 
| HttpConnection | Represents an HTTP connection. | 
| HttpFrame | An HTTP/2 frame. | 
| HttpHeaders | Contains a bunch of useful HTTP headers stuff:
 
   methods for creating  instances
   often used Header names
   method to create optimized  CharSequencewhich can be used as header name and value
 
 
 NOTE: This class has been automatically generated from theoriginalnon RX-ified interface using Vert.x codegen. | 
| HttpServer | An HTTP and WebSockets server. | 
| HttpServerFileUpload | Represents an file upload from an HTML FORM. | 
| HttpServerRequest | Represents a server-side HTTP request. | 
| HttpServerResponse | Represents a server-side HTTP response. | 
| ServerWebSocket | Represents a server side WebSocket. | 
| WebSocket | Represents a client-side WebSocket. | 
| WebSocketFrame | A WebSocket frame that represents either text or binary data. | 
Copyright © 2024 Eclipse. All rights reserved.