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 DatagramPacket s . |
class |
PacketWritestream
A
WriteStream for sending packets to a SocketAddress . |
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 |
HttpServerRequestStream
|
class |
HttpServerResponse
Represents a server-side HTTP response.
|
class |
ServerWebSocket
Represents a server side WebSocket.
|
class |
ServerWebSocketStream
|
class |
WebSocket
Represents a client-side WebSocket.
|
class |
WebSocketStream
A stream for
HttpClient WebSocket connection. |
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.
|
class |
NetSocketStream
|
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 |
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.
|
Copyright © 2015. All Rights Reserved.