| Modifier and Type | Class and Description | 
|---|---|
class  | 
AmqpReceiver
Interface used to consume AMQP message as a stream of message. 
 | 
class  | 
AmqpSender
AMQP Sender interface used to send messages. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CassandraRowStream
A  for  consumption. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TimeoutStream
A timeout stream is triggered by a timer, the  
Handler will be call when the timer is fired,
 it can be once or several times depending on the nature of the timer related to this stream. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DatagramSocket
A datagram socket can be used to send  
DatagramPacket's to remote datagram servers
 and receive DatagramPackets . | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MessageConsumer<T>
An event bus consumer object representing a stream of message to an  
EventBus address that can
 be read from. | 
class  | 
MessageProducer<T>
Represents a stream of message that can be written to. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AsyncFile
Represents a file on the file-system which can be read from, or written to asynchronously. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
WebSocketBase
Base WebSocket implementation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpClientRequest
Represents a client-side HTTP request. 
 | 
class  | 
HttpClientResponse
Represents a client-side HTTP response. 
 | 
class  | 
HttpServerFileUpload
Represents an file upload from an HTML FORM. 
 | 
class  | 
HttpServerRequest
Represents a server-side HTTP request. 
 | 
class  | 
HttpServerResponse
Represents a server-side HTTP response. 
 | 
class  | 
ServerWebSocket
Represents a server side WebSocket. 
 | 
class  | 
WebSocket
Represents a client-side WebSocket. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NetSocket
Represents a socket-like interface to a TCP connection on either the
 client or the server side. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JsonParser
A parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json
 element fully. 
 | 
class  | 
RecordParser
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed
 size records. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ReadStream<T>
Represents a stream of items that can be read from. 
 | 
interface  | 
WriteStream<T>
Represents a stream of data that can be written to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StreamBase | 
StreamBase.exceptionHandler(Handler<Throwable> handler)
Set an exception handler. 
 | 
static StreamBase | 
StreamBase.newInstance(StreamBase arg)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SQLRowStream
A ReadStream of Rows from the underlying RDBMS. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TestSuiteReport
The test suite reports is basically a stream of events reporting the test suite execution. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SockJSSocket
You interact with SockJS clients through instances of SockJS socket. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KafkaConsumer<K,V>
Vert.x Kafka consumer. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KafkaProducer<K,V>
Vert.x Kafka producer. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PgChannel
A channel to Postgres that tracks the subscription to a given Postgres channel using the  
LISTEN/UNLISTEN commands. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RabbitMQConsumer
A stream of messages from a rabbitmq queue. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RedisConnection
A simple Redis client. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RowStream<T>
A row oriented stream. 
 | 
Copyright © 2020 Eclipse. All rights reserved.