| Modifier and Type | Interface and Description |
|---|---|
interface |
Buffer
Most data is shuffled around inside Vert.x using buffers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferImpl
This buffer implementation ignores the wrapped
ByteBuf reader index, assuming that
the first logical byte of this buffer maps to the first logical byte of the wrapped buffer. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonArray
A representation of a JSON array in Java.
|
class |
JsonObject
A representation of a JSON object in Java.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeInfo
Details about a clustered Vert.x node.
|
class |
RegistrationInfo
Registration data stored by the cluster manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUser
Deprecated.
All user objects should be created using
User.create(JsonObject). |
| Modifier and Type | Class and Description |
|---|---|
class |
UserImpl
Default implementation of a User
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessTokenImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
UserHolder
Helper class for getting the User object internally in Vert.x-Web
|
| Modifier and Type | Class and Description |
|---|---|
class |
SharedDataSessionImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
Buffer
Most data is shuffled around inside Vert.x using buffers.
|
Copyright © 2021. All rights reserved.