Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplyException
Represents the failure of a message send.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemException
Exception thrown by the FileSystem class
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPoolTooBusyException
Represents a failure to add a HttpClientRequest to the wait queue on an ConnectionManager.
|
class |
StreamResetException
This exception signals a stream reset, it is used only for HTTP/2.
|
Copyright © 2018. All rights reserved.