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.
|
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 © 2023 Eclipse. All rights reserved.