Modifier and Type | Method and Description |
---|---|
WriteStream<Buffer> |
DatagramSocket.sender(int port,
String host)
Returns a
WriteStream able to send to the
SocketAddress . |
Modifier and Type | Class and Description |
---|---|
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 |
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 | Method and Description |
---|---|
WriteStream<T> |
WriteStream.drainHandler(Handler<Void> handler)
Set a drain handler on the stream.
|
WriteStream<T> |
WriteStream.exceptionHandler(Handler<Throwable> handler)
Set an exception handler on the write stream.
|
static <T> WriteStream<T> |
WriteStream.newInstance(WriteStream arg) |
static <T> WriteStream<T> |
WriteStream.newInstance(WriteStream arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
WriteStream<T> |
WriteStream.setWriteQueueMaxSize(int maxSize)
Set the maximum size of the write queue to
maxSize . |
WriteStream<T> |
WriteStream.write(T data)
Write some data to the stream.
|
Modifier and Type | Method and Description |
---|---|
static <T> Pump |
Pump.pump(rx.Observable<T> rs,
WriteStream<T> ws)
Create a new
Pump with the given ReadStream and WriteStream |
static <T> Pump |
Pump.pump(rx.Observable<T> rs,
WriteStream<T> ws,
int writeQueueMaxSize)
Create a new
Pump with the given ReadStream and WriteStream and
writeQueueMaxSize |
static <T> Pump |
Pump.pump(ReadStream<T> rs,
WriteStream<T> ws)
Create a new
Pump with the given ReadStream and WriteStream |
static <T> Pump |
Pump.pump(ReadStream<T> rs,
WriteStream<T> ws,
int writeQueueMaxSize)
Create a new
Pump with the given ReadStream and WriteStream and
writeQueueMaxSize |
Modifier and Type | Method and Description |
---|---|
static BodyCodec<Void> |
BodyCodec.pipe(WriteStream<Buffer> stream)
A body codec that pipes the body to a write stream.
|
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 |
KafkaProducer<K,V>
Vert.x Kafka producer.
|
Copyright © 2018 Eclipse. All rights reserved.