Package | Description |
---|---|
io.vertx.core |
= Vert.x Core Manual
:toc: left
At the heart of Vert.x is a set of Java APIs that we call *Vert.x Core*
https://github.com/eclipse/vert.x[Repository].
|
io.vertx.core.datagram |
== Datagram sockets (UDP)
Using User Datagram Protocol (UDP) with Vert.x is a piece of cake.
|
io.vertx.core.eventbus |
== The Event Bus
:toc: left
The
event bus is the *nervous system* of Vert.x. |
io.vertx.core.file |
== Using the file system with Vert.x
The Vert.x
FileSystem object provides many operations for manipulating the file system. |
io.vertx.core.http |
== Writing HTTP servers and clients
Vert.x allows you to easily write non blocking HTTP clients and servers.
|
io.vertx.core.net |
== Writing TCP servers and clients
Vert.x allows you to easily write non blocking TCP clients and servers.
|
io.vertx.core.spi | |
io.vertx.core.streams |
== Streams
There are several objects in Vert.x that allow items to be read from and written.
|
io.vertx.rx.java |
Class and Description |
---|
ReadStream
Represents a stream of items that can be read from.
|
StreamBase
Base interface for a stream.
|
Class and Description |
---|
ReadStream
Represents a stream of items that can be read from.
|
StreamBase
Base interface for a stream.
|
WriteStream
Represents a stream of data that can be written to.
|
Class and Description |
---|
ReadStream
Represents a stream of items that can be read from.
|
StreamBase
Base interface for a stream.
|
WriteStream
Represents a stream of data that can be written to.
|
Class and Description |
---|
ReadStream
Represents a stream of items that can be read from.
|
StreamBase
Base interface for a stream.
|
WriteStream
Represents a stream of data that can be written to.
|
Class and Description |
---|
ReadStream
Represents a stream of items that can be read from.
|
StreamBase
Base interface for a stream.
|
WriteStream
Represents a stream of data that can be written to.
|
Class and Description |
---|
ReadStream
Represents a stream of items that can be read from.
|
StreamBase
Base interface for a stream.
|
WriteStream
Represents a stream of data that can be written to.
|
Class and Description |
---|
Pump
Pumps data from a
ReadStream to a WriteStream and performs flow control where necessary to
prevent the write stream buffer from getting overfull. |
ReadStream
Represents a stream of items that can be read from.
|
WriteStream
Represents a stream of data that can be written to.
|
Class and Description |
---|
Pump
Pumps data from a
ReadStream to a WriteStream and performs flow control where necessary to
prevent the write stream buffer from getting overfull. |
ReadStream
Represents a stream of items that can be read from.
|
StreamBase
Base interface for a stream.
|
WriteStream
Represents a stream of data that can be written to.
|
Class and Description |
---|
ReadStream
Represents a stream of items that can be read from.
|
StreamBase
Base interface for a stream.
|
Copyright © 2017. All rights reserved.