A B C D E F G H I J K L M N O P Q R S T U V W 

A

absoluteURI() - Method in interface org.vertx.java.core.http.HttpServerRequest
Get the absolute URI corresponding to the the HTTP request
ACCEPT - Static variable in class org.vertx.java.core.http.HttpHeaders
Accept header name
ACCEPT_CHARSET - Static variable in class org.vertx.java.core.http.HttpHeaders
Accept-Charset header name
ACCEPT_ENCODING - Static variable in class org.vertx.java.core.http.HttpHeaders
Accept-Encoding header name
ACCEPT_LANGUAGE - Static variable in class org.vertx.java.core.http.HttpHeaders
Accept-Language header name
ACCEPT_PATCH - Static variable in class org.vertx.java.core.http.HttpHeaders
Accept-Patch header name
ACCEPT_RANGES - Static variable in class org.vertx.java.core.http.HttpHeaders
Accept-Ranges header name
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.vertx.java.core.http.HttpHeaders
Access-Control-Allow-Credentials header name
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.vertx.java.core.http.HttpHeaders
Access-Control-Allow-Headers header name
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.vertx.java.core.http.HttpHeaders
Access-Control-Allow-Methods header name
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.vertx.java.core.http.HttpHeaders
Access-Control-Allow-Origin header name
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.vertx.java.core.http.HttpHeaders
Access-Control-Expose-Headers header name
ACCESS_CONTROL_MAX_AGE - Static variable in class org.vertx.java.core.http.HttpHeaders
Access-Control-Max-Age header name
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.vertx.java.core.http.HttpHeaders
Access-Control-Request-Headers header name
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.vertx.java.core.http.HttpHeaders
Access-Control-Request-Method header name
Action<T> - Interface in org.vertx.java.core.spi
 
add(String, String) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
add(String, Iterable<String>) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
add(MultiMap) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
add(Map<String, String>) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
add(CharSequence, CharSequence) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
add(CharSequence, Iterable<CharSequence>) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
add(Object) - Method in class org.vertx.java.core.json.JsonArray
 
add(String, String) - Method in interface org.vertx.java.core.MultiMap
Adds a new value with the specified name and value.
add(CharSequence, CharSequence) - Method in interface org.vertx.java.core.MultiMap
 
add(String, Iterable<String>) - Method in interface org.vertx.java.core.MultiMap
Adds a new values under the specified name
add(CharSequence, Iterable<CharSequence>) - Method in interface org.vertx.java.core.MultiMap
 
add(MultiMap) - Method in interface org.vertx.java.core.MultiMap
Adds all the entries from another MultiMap to this one
add(Map<String, String>) - Method in interface org.vertx.java.core.MultiMap
Adds all the entries from a Map to this
add(K, V, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.spi.cluster.AsyncMultiMap
Add a value to the list of values for that key in the map
addArray(JsonArray) - Method in class org.vertx.java.core.json.JsonArray
 
addBinary(byte[]) - Method in class org.vertx.java.core.json.JsonArray
 
addBoolean(Boolean) - Method in class org.vertx.java.core.json.JsonArray
 
addElement(JsonElement) - Method in class org.vertx.java.core.json.JsonArray
 
addNumber(Number) - Method in class org.vertx.java.core.json.JsonArray
 
addObject(JsonObject) - Method in class org.vertx.java.core.json.JsonArray
 
address() - Method in interface org.vertx.java.core.eventbus.Message
The address the message was sent to
addString(String) - Method in class org.vertx.java.core.json.JsonArray
 
AGE - Static variable in class org.vertx.java.core.http.HttpHeaders
Age header name
all(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for all HTTP methods
ALLOW - Static variable in class org.vertx.java.core.http.HttpHeaders
Allow header name
allWithRegEx(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for all HTTP methods
appendBuffer(Buffer) - Method in class org.vertx.java.core.buffer.Buffer
Appends the specified Buffer to the end of this Buffer.
appendBuffer(Buffer, int, int) - Method in class org.vertx.java.core.buffer.Buffer
Appends the specified Buffer starting at the offset using len to the end of this Buffer.
appendByte(byte) - Method in class org.vertx.java.core.buffer.Buffer
Appends the specified byte to the end of the Buffer.
appendBytes(byte[]) - Method in class org.vertx.java.core.buffer.Buffer
Appends the specified byte[] to the end of the Buffer.
appendBytes(byte[], int, int) - Method in class org.vertx.java.core.buffer.Buffer
Appends the specified number of bytes from byte[] to the end of the Buffer, starting at the given offset.
appendDouble(double) - Method in class org.vertx.java.core.buffer.Buffer
Appends the specified double to the end of the Buffer.
appendFloat(float) - Method in class org.vertx.java.core.buffer.Buffer
Appends the specified float to the end of the Buffer.
appendInt(int) - Method in class org.vertx.java.core.buffer.Buffer
Appends the specified int to the end of the Buffer.
appendLong(long) - Method in class org.vertx.java.core.buffer.Buffer
Appends the specified long to the end of the Buffer.
appendShort(short) - Method in class org.vertx.java.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendString(String, String) - Method in class org.vertx.java.core.buffer.Buffer
Appends the specified String to the end of the Buffer with the encoding as specified by enc.
appendString(String) - Method in class org.vertx.java.core.buffer.Buffer
Appends the specified String str to the end of the Buffer with UTF-8 encoding.
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class org.vertx.java.core.http.HttpHeaders
application/x-www-form-urlencoded header value
asArray() - Method in class org.vertx.java.core.json.JsonElement
 
asObject() - Method in class org.vertx.java.core.json.JsonElement
 
AsyncFile - Interface in org.vertx.java.core.file
Represents a file on the file-system which can be read from, or written to asynchronously.
AsyncMap<K,V> - Interface in org.vertx.java.core.spi.cluster
An asynchronous map.
AsyncMultiMap<K,V> - Interface in org.vertx.java.core.spi.cluster
An asynchronous multi-map.
AsyncResult<T> - Interface in org.vertx.java.core
Represents a result that may not have occurred yet.
AsyncResultHandler<T> - Interface in org.vertx.java.core
Handler for AsyncResult
AUTHORIZATION - Static variable in class org.vertx.java.core.http.HttpHeaders
Authorization header name

B

binaryHandlerID() - Method in interface org.vertx.java.core.http.WebSocketBase
When a Websocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by binaryHandlerID.
blockMulticastGroup(String, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Block the given sourceToBlock address for the given multicastAddress and notifies the Handler once the operation completes.
blockMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Block the given sourceToBlock address for the given multicastAddress on the given network interface and notifies the Handler once the operation completes.
body() - Method in interface org.vertx.java.core.eventbus.Message
The body of the message
bodyHandler(Handler<Buffer>) - Method in interface org.vertx.java.core.http.HttpClientResponse
Convenience method for receiving the entire request body in one piece.
bodyHandler(Handler<Buffer>) - Method in interface org.vertx.java.core.http.HttpServerRequest
Convenience method for receiving the entire request body in one piece.
bridge(JsonObject, JsonArray, JsonArray) - Method in interface org.vertx.java.core.sockjs.SockJSServer
Install an app which bridges the SockJS server to the event bus
bridge(JsonObject, JsonArray, JsonArray, long) - Method in interface org.vertx.java.core.sockjs.SockJSServer
Install an app which bridges the SockJS server to the event bus
bridge(JsonObject, JsonArray, JsonArray, long, String) - Method in interface org.vertx.java.core.sockjs.SockJSServer
Install an app which bridges the SockJS server to the event bus
bridge(JsonObject, JsonArray, JsonArray, JsonObject) - Method in interface org.vertx.java.core.sockjs.SockJSServer
Install an app which bridges the SockJS server to the event bus
Buffer - Class in org.vertx.java.core.buffer
A Buffer represents a sequence of zero or more bytes that can be written to or read from, and which expands as necessary to accommodate any bytes written to it.
Buffer() - Constructor for class org.vertx.java.core.buffer.Buffer
Create an empty buffer
Buffer(int) - Constructor for class org.vertx.java.core.buffer.Buffer
Creates a new empty Buffer that is expected to have a size of initialSizeHint after data has been written to it.
Buffer(byte[]) - Constructor for class org.vertx.java.core.buffer.Buffer
Create a new Buffer that contains the contents of a byte[]
Buffer(String, String) - Constructor for class org.vertx.java.core.buffer.Buffer
Create a new Buffer that contains the contents of a String str encoded according to the encoding enc
Buffer(String) - Constructor for class org.vertx.java.core.buffer.Buffer
Create a new Buffer that contains the contents of String str encoded with UTF-8 encoding
Buffer(ByteBuf) - Constructor for class org.vertx.java.core.buffer.Buffer
Create a new Buffer from a Netty ByteBuf instance.
bytesPumped() - Method in class org.vertx.java.core.streams.Pump
Return the total number of bytes pumped by this pump.

C

CACHE_CONTROL - Static variable in class org.vertx.java.core.http.HttpHeaders
Cache-Control header name
cancelTimer(long) - Method in interface org.vertx.java.core.Vertx
Cancel the timer with the specified id.
CaseInsensitiveMultiMap - Class in org.vertx.java.core.http
This multi-map implementation has case insensitive keys, and can be used to hold some HTTP headers prior to making an HTTP request.
CaseInsensitiveMultiMap() - Constructor for class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
cause() - Method in interface org.vertx.java.core.AsyncResult
An exception describing failure.
charset() - Method in interface org.vertx.java.core.http.HttpServerFileUpload
Returns the charset for the upload
chmod(String, String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmod(String, String, String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodSync(String, String) - Method in interface org.vertx.java.core.file.FileSystem
chmodSync(String, String, String) - Method in interface org.vertx.java.core.file.FileSystem
ChoosableIterable<T> - Interface in org.vertx.java.core.spi.cluster
An extension of Iterable which allows keeps track of an iterator internally to allow the next element to be chosen
choose() - Method in interface org.vertx.java.core.spi.cluster.ChoosableIterable
Return the next element T in a round robin fashion.
chown(String, String, String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
chownSync(String, String, String) - Method in interface org.vertx.java.core.file.FileSystem
CHUNKED - Static variable in class org.vertx.java.core.http.HttpHeaders
chunked header value
clear() - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
clear() - Method in interface org.vertx.java.core.MultiMap
Removes all
ClientSSLSupport<T> - Interface in org.vertx.java.core
 
close(Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Close the DatagramSocket implementation asynchronous and notifies the handler once done.
close() - Method in interface org.vertx.java.core.datagram.DatagramSocket
Close the DatagramSocket implementation asynchronous.
close(Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Close the EventBus and release all resources.
close() - Method in interface org.vertx.java.core.file.AsyncFile
Close the file.
close(Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.AsyncFile
Close the file.
close() - Method in interface org.vertx.java.core.http.HttpClient
Close the HTTP client.
CLOSE - Static variable in class org.vertx.java.core.http.HttpHeaders
close header value
close() - Method in interface org.vertx.java.core.http.HttpServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.http.HttpServer
Close the server.
close() - Method in interface org.vertx.java.core.http.HttpServerResponse
Close the underlying TCP connection
close() - Method in interface org.vertx.java.core.http.WebSocketBase
Close the websocket
close() - Method in interface org.vertx.java.core.net.NetClient
Close the client.
close() - Method in interface org.vertx.java.core.net.NetServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.net.NetServer
Close the server.
close() - Method in interface org.vertx.java.core.net.NetSocket
Close the NetSocket
close() - Method in interface org.vertx.java.core.sockjs.SockJSServer
Close the server
close() - Method in interface org.vertx.java.core.sockjs.SockJSSocket
Close it
close() - Method in interface org.vertx.java.platform.VerticleFactory
 
closeHandler(Handler<Void>) - Method in interface org.vertx.java.core.http.HttpServerResponse
Set a close handler for the response.
closeHandler(Handler<Void>) - Method in interface org.vertx.java.core.http.WebSocketBase
Set a closed handler on the connection
closeHandler(Handler<Void>) - Method in interface org.vertx.java.core.net.NetSocket
Set a handler that will be called when the NetSocket is closed
ClusterManager - Interface in org.vertx.java.core.spi.cluster
A cluster provider for Vert.x must implement this interface.
ClusterManagerFactory - Interface in org.vertx.java.core.spi.cluster
A cluster provide for Vert.x must implement this interface.
code() - Method in exception org.vertx.java.core.dns.DnsException
The DnsResponseCode which caused this DnsException to be created.
code() - Method in enum org.vertx.java.core.dns.DnsResponseCode
Returns the error code for this DnsResponseCode.
complete() - Method in interface org.vertx.java.core.Future
Has it completed?
ConcurrentSharedMap<K,V> - Interface in org.vertx.java.core.shareddata
ConcurrentSharedMap has very similar semantics as ConcurrentMap with the difference that any updates made to the collections returned from keySet, valueSet and entrySet methods do not change the keys and values in the underlying Map.
config() - Method in interface org.vertx.java.platform.Container
Get the verticle configuration
connect(String, Handler<HttpClientResponse>) - Method in interface org.vertx.java.core.http.HttpClient
This method returns an HttpClientRequest instance which represents an HTTP CONNECT request with the specified uri.
connect(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP CONNECT
connect(int, Handler<AsyncResult<NetSocket>>) - Method in interface org.vertx.java.core.net.NetClient
Attempt to open a connection to a server at the specific port and host localhost The connect is done asynchronously and on success, a NetSocket instance is supplied via the connectHandler instance
connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in interface org.vertx.java.core.net.NetClient
Attempt to open a connection to a server at the specific port and host.
connectHandler(Handler<NetSocket>) - Method in interface org.vertx.java.core.net.NetServer
Supply a connect handler for this server.
CONNECTION - Static variable in class org.vertx.java.core.http.HttpHeaders
Connection header name
connectWebsocket(String, Handler<WebSocket>) - Method in interface org.vertx.java.core.http.HttpClient
Attempt to connect an HTML5 websocket to the specified URI
connectWebsocket(String, WebSocketVersion, Handler<WebSocket>) - Method in interface org.vertx.java.core.http.HttpClient
Attempt to connect an HTML5 websocket to the specified URI
connectWebsocket(String, WebSocketVersion, MultiMap, Handler<WebSocket>) - Method in interface org.vertx.java.core.http.HttpClient
Attempt to connect an HTML5 websocket to the specified URI
connectWithRegEx(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP CONNECT
Container - Interface in org.vertx.java.platform
This class represents a Verticle's view of the container in which it is running.
container - Variable in class org.vertx.java.platform.Verticle
A reference to the vert.x container
contains(String) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
contains(CharSequence) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
contains(Object) - Method in class org.vertx.java.core.json.JsonArray
 
contains(String) - Method in interface org.vertx.java.core.MultiMap
Checks to see if there is a value with the specified name
contains(CharSequence) - Method in interface org.vertx.java.core.MultiMap
 
containsField(String) - Method in class org.vertx.java.core.json.JsonObject
The containsField() method returns a boolean indicating whether the object has the specified property.
CONTENT_BASE - Static variable in class org.vertx.java.core.http.HttpHeaders
Content-Base header name
CONTENT_ENCODING - Static variable in class org.vertx.java.core.http.HttpHeaders
Content-Encoding header name
CONTENT_LANGUAGE - Static variable in class org.vertx.java.core.http.HttpHeaders
Content-Language header name
CONTENT_LENGTH - Static variable in class org.vertx.java.core.http.HttpHeaders
Content-Length header name
CONTENT_LOCATION - Static variable in class org.vertx.java.core.http.HttpHeaders
Content-Location header name
CONTENT_MD5 - Static variable in class org.vertx.java.core.http.HttpHeaders
Content-MD5 header name
CONTENT_RANGE - Static variable in class org.vertx.java.core.http.HttpHeaders
Content-Rage header name
CONTENT_TRANSFER_ENCODING - Static variable in class org.vertx.java.core.http.HttpHeaders
Content-Transfer-Encoding header name
CONTENT_TYPE - Static variable in class org.vertx.java.core.http.HttpHeaders
Content-Type header name
contentTransferEncoding() - Method in interface org.vertx.java.core.http.HttpServerFileUpload
Returns the contentTransferEncoding for the upload
contentType() - Method in interface org.vertx.java.core.http.HttpServerFileUpload
Returns the contentType for the upload
Context - Interface in org.vertx.java.core
Represents the execution context of a Verticle.
CONTINUE - Static variable in class org.vertx.java.core.http.HttpHeaders
100-continue header value
continueHandler(Handler<Void>) - Method in interface org.vertx.java.core.http.HttpClientRequest
If you send an HTTP request with the header Expect set to the value 100-continue and the server responds with an interim HTTP response with a status code of 100 and a continue handler has been set using this method, then the handler will be called.
convertList(List<?>) - Method in class org.vertx.java.core.json.JsonElement
 
convertMap(Map<String, Object>) - Method in class org.vertx.java.core.json.JsonElement
 
COOKIE - Static variable in class org.vertx.java.core.http.HttpHeaders
Content-Cookie header name
cookies() - Method in interface org.vertx.java.core.http.HttpClientResponse
 
copy() - Method in class org.vertx.java.core.buffer.Buffer
Returns a copy of the entire Buffer.
copy(String, String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String, boolean, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy() - Method in class org.vertx.java.core.json.JsonArray
 
copy() - Method in class org.vertx.java.core.json.JsonObject
 
copySync(String, String) - Method in interface org.vertx.java.core.file.FileSystem
copySync(String, String, boolean) - Method in interface org.vertx.java.core.file.FileSystem
createClusterManager(VertxSPI) - Method in interface org.vertx.java.core.spi.cluster.ClusterManagerFactory
 
createDatagramSocket(InternetProtocolFamily) - Method in interface org.vertx.java.core.Vertx
Create a new DatagramSocket.
createDnsClient(InetSocketAddress...) - Method in interface org.vertx.java.core.Vertx
Return the DnsClient
createFile(String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String, String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFileSync(String) - Method in interface org.vertx.java.core.file.FileSystem
createFileSync(String, String) - Method in interface org.vertx.java.core.file.FileSystem
createHttpClient() - Method in interface org.vertx.java.core.Vertx
Create a HTTP/HTTPS client
createHttpServer() - Method in interface org.vertx.java.core.Vertx
Create an HTTP/HTTPS server
createModuleLink(String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.platform.PlatformManager
 
createNetClient() - Method in interface org.vertx.java.core.Vertx
Create a TCP/SSL client
createNetServer() - Method in interface org.vertx.java.core.Vertx
Create a TCP/SSL server
createOptimized(String) - Static method in class org.vertx.java.core.http.HttpHeaders
Create an optimized CharSequence which can be used as header name or value.
createPlatformManager() - Method in interface org.vertx.java.platform.PlatformManagerFactory
Create a non clustered platform manager
createPlatformManager(int, String) - Method in interface org.vertx.java.platform.PlatformManagerFactory
Create a clustered platform manager
createPlatformManager(int, String, int, String) - Method in interface org.vertx.java.platform.PlatformManagerFactory
Create a clustered platform manager with HA enabled
createPump(ReadStream<?>, WriteStream<?>) - Static method in class org.vertx.java.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream
createPump(ReadStream<?>, WriteStream<?>, int) - Static method in class org.vertx.java.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream and writeQueueMaxSize
createSockJSServer(HttpServer) - Method in interface org.vertx.java.core.Vertx
Create a SockJS server that wraps an HTTP server
createVerticle(String) - Method in interface org.vertx.java.platform.VerticleFactory
 
createVertx() - Method in class org.vertx.java.core.VertxFactory
 
createVertx(String) - Method in class org.vertx.java.core.VertxFactory
 
createVertx(int, String) - Method in class org.vertx.java.core.VertxFactory
 
createVertx(int, String, Handler<AsyncResult<Vertx>>) - Method in class org.vertx.java.core.VertxFactory
 
creationTime() - Method in interface org.vertx.java.core.file.FileProps
The date the file was created
currentContext() - Method in interface org.vertx.java.core.Vertx
 

D

data() - Method in interface org.vertx.java.core.datagram.DatagramPacket
Returns the data of the DatagramPacket
DatagramPacket - Interface in org.vertx.java.core.datagram
A received Datagram packet (UDP) which contains the data and information about the sender of the data itself.
DatagramSocket - Interface in org.vertx.java.core.datagram
A Datagram socket which can be used to send DatagramPacket's to remote Datagram servers and receive DatagramPackets .
dataHandler(Handler<M>) - Method in interface org.vertx.java.core.streams.ReadSupport
Set a data handler.
DATE - Static variable in class org.vertx.java.core.http.HttpHeaders
Date header name
debug(Object) - Method in class org.vertx.java.core.logging.Logger
 
debug(Object, Throwable) - Method in class org.vertx.java.core.logging.Logger
 
DecodeException - Exception in org.vertx.java.core.json
 
DecodeException() - Constructor for exception org.vertx.java.core.json.DecodeException
 
DecodeException(String) - Constructor for exception org.vertx.java.core.json.DecodeException
 
DEFLATE_GZIP - Static variable in class org.vertx.java.core.http.HttpHeaders
deflate,gzip header value
delete(String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete(String, boolean, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete(String, Handler<HttpClientResponse>) - Method in interface org.vertx.java.core.http.HttpClient
This method returns an HttpClientRequest instance which represents an HTTP DELETE request with the specified uri.
delete(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP DELETE
deleteSync(String) - Method in interface org.vertx.java.core.file.FileSystem
Synchronous version of FileSystem.delete(String, Handler)
deleteSync(String, boolean) - Method in interface org.vertx.java.core.file.FileSystem
deleteWithRegEx(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP DELETE
delimitedMode(String) - Method in class org.vertx.java.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the String delim encoded in latin-1 .
delimitedMode(byte[]) - Method in class org.vertx.java.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the delimiter delim.
deployModule(String) - Method in interface org.vertx.java.platform.Container
Deploy a module programmatically
deployModule(String, int) - Method in interface org.vertx.java.platform.Container
Deploy a module programmatically
deployModule(String, JsonObject) - Method in interface org.vertx.java.platform.Container
Deploy a module programmatically
deployModule(String, JsonObject, int) - Method in interface org.vertx.java.platform.Container
Deploy a module programmatically
deployModule(String, JsonObject, int, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.Container
Deploy a module programmatically
deployModule(String, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.Container
Deploy a module programmatically
deployModule(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.Container
Deploy a module programmatically
deployModule(String, int, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.Container
Deploy a module programmatically
deployModule(String, JsonObject, int, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.PlatformManager
Deploy a module
deployModule(String, JsonObject, int, boolean, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.PlatformManager
Deploy a module
deployModuleFromClasspath(String, JsonObject, int, URL[], Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.PlatformManager
Deploy a module from the classpath.
deployModuleFromZip(String, JsonObject, int, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.PlatformManager
Deploy a module from a zip file.
deployVerticle(String) - Method in interface org.vertx.java.platform.Container
Deploy a worker verticle programmatically
deployVerticle(String, int) - Method in interface org.vertx.java.platform.Container
Deploy a verticle programmatically
deployVerticle(String, JsonObject) - Method in interface org.vertx.java.platform.Container
Deploy a verticle programmatically
deployVerticle(String, JsonObject, int) - Method in interface org.vertx.java.platform.Container
Deploy a verticle programmatically
deployVerticle(String, JsonObject, int, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.Container
Deploy a verticle programmatically
deployVerticle(String, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.Container
Deploy a verticle programmatically
deployVerticle(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.Container
Deploy a verticle programmatically
deployVerticle(String, int, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.Container
Deploy a verticle programmatically
deployVerticle(String, JsonObject, URL[], int, String, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.PlatformManager
Deploy a verticle
deployWorkerVerticle(String) - Method in interface org.vertx.java.platform.Container
Deploy a worker verticle programmatically
deployWorkerVerticle(String, int) - Method in interface org.vertx.java.platform.Container
Deploy a worker verticle programmatically
deployWorkerVerticle(String, JsonObject) - Method in interface org.vertx.java.platform.Container
Deploy a worker verticle programmatically
deployWorkerVerticle(String, JsonObject, int) - Method in interface org.vertx.java.platform.Container
Deploy a worker verticle programmatically
deployWorkerVerticle(String, JsonObject, int, boolean) - Method in interface org.vertx.java.platform.Container
Deploy a worker verticle programmatically
deployWorkerVerticle(String, JsonObject, int, boolean, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.Container
Deploy a worker verticle programmatically
deployWorkerVerticle(boolean, String, JsonObject, URL[], int, String, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.platform.PlatformManager
Deploy a worker verticle
DnsClient - Interface in org.vertx.java.core.dns
Provides a way to asynchronous lookup informations from DNS-Servers.
DnsException - Exception in org.vertx.java.core.dns
Exception which is used to notify the AsyncResult if the DNS query returns a DnsResponseCode which indicates and error.
DnsException(DnsResponseCode) - Constructor for exception org.vertx.java.core.dns.DnsException
 
DnsResponseCode - Enum in org.vertx.java.core.dns
Represents the possible response codes a server may send after receiving a query.
drainHandler(Handler<Void>) - Method in interface org.vertx.java.core.streams.DrainSupport
Set a drain handler on the stream.
DrainSupport<T> - Interface in org.vertx.java.core.streams
Allows to set a Handler which is notified once the write queue is drained again.

E

encode() - Method in class org.vertx.java.core.json.JsonArray
 
encode() - Method in class org.vertx.java.core.json.JsonObject
 
EncodeException - Exception in org.vertx.java.core.json
 
EncodeException(String) - Constructor for exception org.vertx.java.core.json.EncodeException
 
EncodeException() - Constructor for exception org.vertx.java.core.json.EncodeException
 
encodePrettily() - Method in class org.vertx.java.core.json.JsonArray
 
encodePrettily() - Method in class org.vertx.java.core.json.JsonObject
 
end(String) - Method in interface org.vertx.java.core.http.HttpClientRequest
Same as HttpClientRequest.end(Buffer) but writes a String with the default encoding
end(String, String) - Method in interface org.vertx.java.core.http.HttpClientRequest
Same as HttpClientRequest.end(Buffer) but writes a String with the specified encoding
end(Buffer) - Method in interface org.vertx.java.core.http.HttpClientRequest
Same as HttpClientRequest.end() but writes some data to the request body before ending.
end() - Method in interface org.vertx.java.core.http.HttpClientRequest
Ends the request.
end(String) - Method in interface org.vertx.java.core.http.HttpServerResponse
Same as HttpServerResponse.end(Buffer) but writes a String with the default encoding before ending the response.
end(String, String) - Method in interface org.vertx.java.core.http.HttpServerResponse
Same as HttpServerResponse.end(Buffer) but writes a String with the specified encoding before ending the response.
end(Buffer) - Method in interface org.vertx.java.core.http.HttpServerResponse
Same as HttpServerResponse.end() but writes some data to the response body before ending.
end() - Method in interface org.vertx.java.core.http.HttpServerResponse
Ends the response.
endHandler(Handler<Void>) - Method in interface org.vertx.java.core.streams.ReadStream
Set an end handler.
entries() - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
entries() - Method in interface org.vertx.java.core.MultiMap
Returns all entries it contains.
env() - Method in interface org.vertx.java.platform.Container
Get an umodifiable map of system, environment variables.
equals(Object) - Method in class org.vertx.java.core.buffer.Buffer
 
equals(Object) - Method in class org.vertx.java.core.json.JsonArray
 
equals(Object) - Method in class org.vertx.java.core.json.JsonObject
 
error(Object) - Method in class org.vertx.java.core.logging.Logger
 
error(Object, Throwable) - Method in class org.vertx.java.core.logging.Logger
 
ETAG - Static variable in class org.vertx.java.core.http.HttpHeaders
Etag header name
EventBus - Interface in org.vertx.java.core.eventbus
A distributed lightweight event bus which can encompass multiple vert.x instances.
eventBus() - Method in interface org.vertx.java.core.Vertx
The event bus
EventBusBridge - Class in org.vertx.java.core.sockjs
Bridges the event bus to the client side.
EventBusBridge(Vertx, JsonArray, JsonArray) - Constructor for class org.vertx.java.core.sockjs.EventBusBridge
 
EventBusBridge(Vertx, JsonArray, JsonArray, long) - Constructor for class org.vertx.java.core.sockjs.EventBusBridge
 
EventBusBridge(Vertx, JsonArray, JsonArray, long, String) - Constructor for class org.vertx.java.core.sockjs.EventBusBridge
 
EventBusBridge(Vertx, JsonArray, JsonArray, JsonObject) - Constructor for class org.vertx.java.core.sockjs.EventBusBridge
 
EventBusBridgeHook - Interface in org.vertx.java.core.sockjs
A hook that you can use to receive various events on the EventBusBridge.
exceptionHandler(Handler<Throwable>) - Method in interface org.vertx.java.core.http.HttpClient
Set an exception handler
exceptionHandler(Handler<Throwable>) - Method in interface org.vertx.java.core.streams.ExceptionSupport
Set an exception handler.
ExceptionSupport<T> - Interface in org.vertx.java.core.streams
 
executeBlocking(Action<T>, Handler<AsyncResult<T>>) - Method in interface org.vertx.java.core.spi.VertxSPI
 
exists(String, Handler<AsyncResult<Boolean>>) - Method in interface org.vertx.java.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
existsSync(String) - Method in interface org.vertx.java.core.file.FileSystem
Synchronous version of FileSystem.exists(String, Handler)
exit() - Method in interface org.vertx.java.platform.Container
Cause the container to exit
EXPECT - Static variable in class org.vertx.java.core.http.HttpHeaders
Expect header name
expectMultiPart(boolean) - Method in interface org.vertx.java.core.http.HttpServerRequest
Call this with true if you are expecting a multi-part form to be submitted in the request This must be called before the body of the request has been received
EXPIRES - Static variable in class org.vertx.java.core.http.HttpHeaders
Expires header name

F

factory - Static variable in class org.vertx.java.platform.PlatformLocator
 
fail(int, String) - Method in interface org.vertx.java.core.eventbus.Message
Signal that processing of this message failed.
failed() - Method in interface org.vertx.java.core.AsyncResult
Did it fail?
failureCode() - Method in exception org.vertx.java.core.eventbus.ReplyException
 
failureType() - Method in exception org.vertx.java.core.eventbus.ReplyException
 
fatal(Object) - Method in class org.vertx.java.core.logging.Logger
 
fatal(Object, Throwable) - Method in class org.vertx.java.core.logging.Logger
 
filename() - Method in interface org.vertx.java.core.http.HttpServerFileUpload
Returns the filename which was used when upload the file.
FileProps - Interface in org.vertx.java.core.file
Represents properties of a file on the file system
FileSystem - Interface in org.vertx.java.core.file
Contains a broad set of operations for manipulating files.
fileSystem() - Method in interface org.vertx.java.core.Vertx
The File system object
FileSystemException - Exception in org.vertx.java.core.file
Exception thrown by the FileSystem class
FileSystemException(String) - Constructor for exception org.vertx.java.core.file.FileSystemException
 
FileSystemException(String, Throwable) - Constructor for exception org.vertx.java.core.file.FileSystemException
 
FileSystemException(Throwable) - Constructor for exception org.vertx.java.core.file.FileSystemException
 
FileSystemProps - Interface in org.vertx.java.core.file
Represents properties of the file system.
fixedSizeMode(int) - Method in class org.vertx.java.core.parsetools.RecordParser
Flip the parser into fixed size mode, where the record size is specified by size in bytes.
flush() - Method in interface org.vertx.java.core.file.AsyncFile
Flush any writes made to this file to underlying persistent storage.
flush(Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.AsyncFile
Same as AsyncFile.flush() but the handler will be called when the flush is complete or if an error occurs
formAttributes() - Method in interface org.vertx.java.core.http.HttpServerRequest
Returns a map of all form attributes which was found in the request.
FROM - Static variable in class org.vertx.java.core.http.HttpHeaders
From header name
fromInt(int) - Static method in enum org.vertx.java.core.eventbus.ReplyFailure
 
fsProps(String, Handler<AsyncResult<FileSystemProps>>) - Method in interface org.vertx.java.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsPropsSync(String) - Method in interface org.vertx.java.core.file.FileSystem
Future<T> - Interface in org.vertx.java.core
 

G

get(String) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
get(CharSequence) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
get(String, Handler<HttpClientResponse>) - Method in interface org.vertx.java.core.http.HttpClient
This method returns an HttpClientRequest instance which represents an HTTP GET request with the specified uri.
GET - Static variable in class org.vertx.java.core.http.HttpHeaders
GET header value
get(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP GET
get(int) - Method in class org.vertx.java.core.json.JsonArray
 
get(CharSequence) - Method in interface org.vertx.java.core.MultiMap
 
get(String) - Method in interface org.vertx.java.core.MultiMap
Returns the value of with the specified name.
get(K, Handler<AsyncResult<V>>) - Method in interface org.vertx.java.core.spi.cluster.AsyncMap
Get a value from the map, asynchronously.
get(K, Handler<AsyncResult<ChoosableIterable<V>>>) - Method in interface org.vertx.java.core.spi.cluster.AsyncMultiMap
Get a list of values from the map for the key
getAcceptBacklog() - Method in interface org.vertx.java.core.ServerTCPSupport
 
getAll(String) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
getAll(CharSequence) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
getAll(String) - Method in interface org.vertx.java.core.MultiMap
Returns the values with the specified name
getAll(CharSequence) - Method in interface org.vertx.java.core.MultiMap
 
getArray(String) - Method in class org.vertx.java.core.json.JsonObject
 
getArray(String, JsonArray) - Method in class org.vertx.java.core.json.JsonObject
 
getAsyncMap(String) - Method in interface org.vertx.java.core.spi.cluster.ClusterManager
Return an async map for the given name
getAsyncMultiMap(String) - Method in interface org.vertx.java.core.spi.cluster.ClusterManager
Return an async multi-map for the given name
getBinary(String) - Method in class org.vertx.java.core.json.JsonObject
 
getBinary(String, byte[]) - Method in class org.vertx.java.core.json.JsonObject
 
getBoolean(String) - Method in class org.vertx.java.core.json.JsonObject
 
getBoolean(String, boolean) - Method in class org.vertx.java.core.json.JsonObject
 
getBuffer(int, int) - Method in class org.vertx.java.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a Buffer starting at position start and ending at position end - 1
getByte(int) - Method in class org.vertx.java.core.buffer.Buffer
Returns the byte at position pos in the Buffer.
getByteBuf() - Method in class org.vertx.java.core.buffer.Buffer
Returns the Buffer as a Netty ByteBuf.
getBytes() - Method in class org.vertx.java.core.buffer.Buffer
Returns a copy of the entire Buffer as a byte[]
getBytes(int, int) - Method in class org.vertx.java.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a byte[] starting at position start and ending at position end - 1
getConnectTimeout() - Method in interface org.vertx.java.core.http.HttpClient
 
getConnectTimeout() - Method in interface org.vertx.java.core.net.NetClient
 
getContainer() - Method in class org.vertx.java.platform.Verticle
 
getDefaultReplyTimeout() - Method in interface org.vertx.java.core.eventbus.EventBus
Return the value for default send timeout
getDouble(int) - Method in class org.vertx.java.core.buffer.Buffer
Returns the double at position pos in the Buffer.
getElement(String) - Method in class org.vertx.java.core.json.JsonObject
 
getElement(String, JsonElement) - Method in class org.vertx.java.core.json.JsonObject
 
getField(String) - Method in class org.vertx.java.core.json.JsonObject
 
getFieldNames() - Method in class org.vertx.java.core.json.JsonObject
 
getFloat(int) - Method in class org.vertx.java.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getHook() - Method in class org.vertx.java.core.sockjs.EventBusBridge
 
getHost() - Method in interface org.vertx.java.core.http.HttpClient
 
getInt(int) - Method in class org.vertx.java.core.buffer.Buffer
Returns the int at position pos in the Buffer.
getInteger(String) - Method in class org.vertx.java.core.json.JsonObject
 
getInteger(String, int) - Method in class org.vertx.java.core.json.JsonObject
 
getKeyStorePassword() - Method in interface org.vertx.java.core.SSLSupport
 
getKeyStorePath() - Method in interface org.vertx.java.core.SSLSupport
 
getLong(int) - Method in class org.vertx.java.core.buffer.Buffer
Returns the long at position pos in the Buffer.
getLong(String) - Method in class org.vertx.java.core.json.JsonObject
 
getLong(String, long) - Method in class org.vertx.java.core.json.JsonObject
 
getMap(String) - Method in class org.vertx.java.core.shareddata.SharedData
Return a Map with the specific name.
getMaxPoolSize() - Method in interface org.vertx.java.core.http.HttpClient
Returns the maximum number of connections in the pool
getMaxWebSocketFrameSize() - Method in interface org.vertx.java.core.http.HttpClient
Get the maximum websocket frame size in bytes.
getMaxWebSocketFrameSize() - Method in interface org.vertx.java.core.http.HttpServer
Get the maximum websocket frame size in bytes.
getMulticastNetworkInterface() - Method in interface org.vertx.java.core.datagram.DatagramSocket
Gets the StandardSocketOptions.IP_MULTICAST_IF option.
getMulticastTimeToLive() - Method in interface org.vertx.java.core.datagram.DatagramSocket
Gets the StandardSocketOptions.IP_MULTICAST_TTL option.
getNodeID() - Method in interface org.vertx.java.core.spi.cluster.ClusterManager
Return the unique node ID for this node
getNodes() - Method in interface org.vertx.java.core.spi.cluster.ClusterManager
Return a list of node IDs corresponding to the nodes in the cluster
getNow(String, Handler<HttpClientResponse>) - Method in interface org.vertx.java.core.http.HttpClient
This is a quick version of the HttpClient.get(String, org.vertx.java.core.Handler) method where you do not want to do anything with the request before sending.
getNow(String, MultiMap, Handler<HttpClientResponse>) - Method in interface org.vertx.java.core.http.HttpClient
This method works in the same manner as HttpClient.getNow(String, org.vertx.java.core.Handler), except that it allows you specify a set of headers that will be sent with the request.
getNumber(String) - Method in class org.vertx.java.core.json.JsonObject
 
getNumber(String, int) - Method in class org.vertx.java.core.json.JsonObject
 
getObject(String) - Method in class org.vertx.java.core.json.JsonObject
 
getObject(String, JsonObject) - Method in class org.vertx.java.core.json.JsonObject
 
getPort() - Method in interface org.vertx.java.core.http.HttpClient
 
getReceiveBufferSize() - Method in interface org.vertx.java.core.NetworkSupport
 
getReconnectAttempts() - Method in interface org.vertx.java.core.net.NetClient
Get the number of reconnect attempts
getReconnectInterval() - Method in interface org.vertx.java.core.net.NetClient
Get the reconnect interval, in milliseconds.
getSendBufferSize() - Method in interface org.vertx.java.core.NetworkSupport
 
getSet(String) - Method in class org.vertx.java.core.shareddata.SharedData
Return a Set with the specific name.
getShort(int) - Method in class org.vertx.java.core.buffer.Buffer
Returns the short at position pos in the Buffer.
getSoLinger() - Method in interface org.vertx.java.core.TCPSupport
 
getStatusCode() - Method in interface org.vertx.java.core.http.HttpServerResponse
The HTTP status code of the response.
getStatusMessage() - Method in interface org.vertx.java.core.http.HttpServerResponse
The HTTP status message of the response.
getString(int, int, String) - Method in class org.vertx.java.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in the specified encoding
getString(int, int) - Method in class org.vertx.java.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in UTF-8 encoding
getString(String) - Method in class org.vertx.java.core.json.JsonObject
 
getString(String, String) - Method in class org.vertx.java.core.json.JsonObject
 
getSyncMap(String) - Method in interface org.vertx.java.core.spi.cluster.ClusterManager
Return a synchronous map for the given name
getTrafficClass() - Method in interface org.vertx.java.core.NetworkSupport
 
getTrustStorePassword() - Method in interface org.vertx.java.core.SSLSupport
 
getTrustStorePath() - Method in interface org.vertx.java.core.SSLSupport
 
getTryUseCompression() - Method in interface org.vertx.java.core.http.HttpClient
Returns true if the HttpClient should try to use compression.
getValue(String) - Method in class org.vertx.java.core.json.JsonObject
 
getVertx() - Method in class org.vertx.java.platform.Verticle
 
getWithRegEx(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP GET

H

handle(E) - Method in interface org.vertx.java.core.Handler
Something has happened, so handle it.
handle(HttpServerRequest) - Method in class org.vertx.java.core.http.RouteMatcher
 
handle(Buffer) - Method in class org.vertx.java.core.parsetools.RecordParser
This method is called to provide the parser with data.
handle(SockJSSocket) - Method in class org.vertx.java.core.sockjs.EventBusBridge
 
handle(Void) - Method in class org.vertx.java.core.VoidHandler
 
handle() - Method in class org.vertx.java.core.VoidHandler
Handle the event.
handleAuthorise(JsonObject, String, Handler<AsyncResult<Boolean>>) - Method in class org.vertx.java.core.sockjs.EventBusBridge
Called before authorisation You can use this to override default authorisation
handleAuthorise(JsonObject, String, Handler<AsyncResult<Boolean>>) - Method in interface org.vertx.java.core.sockjs.EventBusBridgeHook
Called before authorisation - you can override authorisation here if you don't want the default
handlePostRegister(SockJSSocket, String) - Method in class org.vertx.java.core.sockjs.EventBusBridge
Called after client has registered
handlePostRegister(SockJSSocket, String) - Method in interface org.vertx.java.core.sockjs.EventBusBridgeHook
Called after client registers a handler
handlePreRegister(SockJSSocket, String) - Method in class org.vertx.java.core.sockjs.EventBusBridge
Client is about to register a handler
handlePreRegister(SockJSSocket, String) - Method in interface org.vertx.java.core.sockjs.EventBusBridgeHook
Called before client registers a handler
Handler<E> - Interface in org.vertx.java.core
A generic event handler
handleSendOrPub(SockJSSocket, boolean, JsonObject, String) - Method in class org.vertx.java.core.sockjs.EventBusBridge
Client is sending or publishing on the socket
handleSendOrPub(SockJSSocket, boolean, JsonObject, String) - Method in interface org.vertx.java.core.sockjs.EventBusBridgeHook
Client is sending or publishing on the socket
handleSocketClosed(SockJSSocket) - Method in class org.vertx.java.core.sockjs.EventBusBridge
The socket has been closed
handleSocketClosed(SockJSSocket) - Method in interface org.vertx.java.core.sockjs.EventBusBridgeHook
The socket has been closed
handleSocketCreated(SockJSSocket) - Method in class org.vertx.java.core.sockjs.EventBusBridge
The socket has been created
handleSocketCreated(SockJSSocket) - Method in interface org.vertx.java.core.sockjs.EventBusBridgeHook
Called when a new socket is created You can override this method to do things like check the origin header of a socket before accepting it
handleUnregister(SockJSSocket, String) - Method in class org.vertx.java.core.sockjs.EventBusBridge
Client is unregistering a handler
handleUnregister(SockJSSocket, String) - Method in interface org.vertx.java.core.sockjs.EventBusBridgeHook
Client is unregistering a handler
head(String, Handler<HttpClientResponse>) - Method in interface org.vertx.java.core.http.HttpClient
This method returns an HttpClientRequest instance which represents an HTTP HEAD request with the specified uri.
head(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP HEAD
headers() - Method in interface org.vertx.java.core.http.HttpClientRequest
 
headers() - Method in interface org.vertx.java.core.http.HttpClientResponse
 
headers() - Method in interface org.vertx.java.core.http.HttpServerRequest
A map of all headers in the request, If the request contains multiple headers with the same key, the values will be concatenated together into a single header with the same key value, with each value separated by a comma, as specified here.
headers() - Method in interface org.vertx.java.core.http.HttpServerResponse
 
headers() - Method in interface org.vertx.java.core.http.ServerWebSocket
A map of all headers in the request to upgrade to websocket
headers() - Method in interface org.vertx.java.core.sockjs.SockJSSocket
Return the headers corresponding to the last request for this socket or the websocket handshake Any cookie headers will be removed for security reasons
headWithRegEx(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP HEAD
HOST - Static variable in class org.vertx.java.core.http.HttpHeaders
Host header name
host() - Method in interface org.vertx.java.core.net.NetServer
The host
HttpClient - Interface in org.vertx.java.core.http
An HTTP client that maintains a pool of connections to a specific host, at a specific port.
HttpClientRequest - Interface in org.vertx.java.core.http
Represents a client-side HTTP request.
HttpClientResponse - Interface in org.vertx.java.core.http
Represents a client-side HTTP response.
HttpHeaders - Class in org.vertx.java.core.http
Contains often used Header names.
HttpServer - Interface in org.vertx.java.core.http
An HTTP and WebSockets server
HttpServerFileUpload - Interface in org.vertx.java.core.http
Represents an upload from an HTML form.
HttpServerRequest - Interface in org.vertx.java.core.http
Represents a server-side HTTP request.
HttpServerResponse - Interface in org.vertx.java.core.http
Represents a server-side HTTP response.
HttpVersion - Enum in org.vertx.java.core.http
The HTTP version

I

IDENTITY - Static variable in class org.vertx.java.core.http.HttpHeaders
identity header value
IF_MATCH - Static variable in class org.vertx.java.core.http.HttpHeaders
If-Match header name
IF_MODIFIED_SINCE - Static variable in class org.vertx.java.core.http.HttpHeaders
If-Modified-Since header name
IF_NONE_MATCH - Static variable in class org.vertx.java.core.http.HttpHeaders
If-None-Match header name
info(Object) - Method in class org.vertx.java.core.logging.Logger
 
info(Object, Throwable) - Method in class org.vertx.java.core.logging.Logger
 
init(Vertx, Container, ClassLoader) - Method in interface org.vertx.java.platform.VerticleFactory
 
installApp(JsonObject, Handler<SockJSSocket>) - Method in interface org.vertx.java.core.sockjs.SockJSServer
Install an application
installModule(String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.platform.PlatformManager
Install a module into the filesystem Vert.x will search in the configured repos to locate the module
InternetProtocolFamily - Enum in org.vertx.java.core.datagram
Internet Protocol (IP) families used by DatagramSocket.
isArray() - Method in class org.vertx.java.core.json.JsonElement
 
isBroadcast() - Method in interface org.vertx.java.core.datagram.DatagramSocket
Gets the StandardSocketOptions.SO_BROADCAST option.
isChunked() - Method in interface org.vertx.java.core.http.HttpClientRequest
 
isChunked() - Method in interface org.vertx.java.core.http.HttpServerResponse
Is the response chunked?
isClientAuthRequired() - Method in interface org.vertx.java.core.ServerSSLSupport
Is client auth required?
isCompressionSupported() - Method in interface org.vertx.java.core.http.HttpServer
Returns true if the HttpServer should compress the http response if the connected client supports it.
isDebugEnabled() - Method in class org.vertx.java.core.logging.Logger
 
isDirectory() - Method in interface org.vertx.java.core.file.FileProps
Is the file a directory?
isEmpty() - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
isEmpty() - Method in interface org.vertx.java.core.MultiMap
Return true if empty
isEmpty() - Method in interface org.vertx.java.core.spi.cluster.ChoosableIterable
Is it empty?
isEventLoop() - Method in interface org.vertx.java.core.Vertx
Is the current thread an event loop thread?
isInfoEnabled() - Method in class org.vertx.java.core.logging.Logger
 
isKeepAlive() - Method in interface org.vertx.java.core.http.HttpClient
 
isMulticastLoopbackMode() - Method in interface org.vertx.java.core.datagram.DatagramSocket
Gets the StandardSocketOptions.IP_MULTICAST_LOOP option.
isObject() - Method in class org.vertx.java.core.json.JsonElement
 
isOther() - Method in interface org.vertx.java.core.file.FileProps
Is the file some other type? (I.e.
isRegularFile() - Method in interface org.vertx.java.core.file.FileProps
Is the file a regular file?
isReuseAddress() - Method in interface org.vertx.java.core.NetworkSupport
 
isSsl() - Method in interface org.vertx.java.core.net.NetSocket
Returns true if this NetSocket is encrypted via SSL/TLS.
isSSL() - Method in interface org.vertx.java.core.SSLSupport
 
isSymbolicLink() - Method in interface org.vertx.java.core.file.FileProps
Is the file a symbolic link?
isTCPKeepAlive() - Method in interface org.vertx.java.core.TCPSupport
 
isTCPNoDelay() - Method in interface org.vertx.java.core.TCPSupport
 
isTraceEnabled() - Method in class org.vertx.java.core.logging.Logger
 
isTrustAll() - Method in interface org.vertx.java.core.ClientSSLSupport
 
isUsePooledBuffers() - Method in interface org.vertx.java.core.TCPSupport
 
isVerifyHost() - Method in interface org.vertx.java.core.http.HttpClient
 
isWorker() - Method in interface org.vertx.java.core.Vertx
Is the current thread an worker thread?
iterator() - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
iterator() - Method in class org.vertx.java.core.json.JsonArray
 

J

join() - Method in interface org.vertx.java.core.spi.cluster.ClusterManager
Join the cluster
JsonArray - Class in org.vertx.java.core.json
Represents a JSON array.
JsonArray(List<Object>) - Constructor for class org.vertx.java.core.json.JsonArray
 
JsonArray(Object[]) - Constructor for class org.vertx.java.core.json.JsonArray
 
JsonArray(List<Object>, boolean) - Constructor for class org.vertx.java.core.json.JsonArray
 
JsonArray() - Constructor for class org.vertx.java.core.json.JsonArray
 
JsonArray(String) - Constructor for class org.vertx.java.core.json.JsonArray
 
JsonElement - Class in org.vertx.java.core.json
 
JsonElement() - Constructor for class org.vertx.java.core.json.JsonElement
 
JsonObject - Class in org.vertx.java.core.json
Represents a JSON object.
JsonObject(Map<String, Object>) - Constructor for class org.vertx.java.core.json.JsonObject
Create a JSON object based on the specified Map
JsonObject() - Constructor for class org.vertx.java.core.json.JsonObject
Create an empty JSON object
JsonObject(Map<String, Object>, boolean) - Constructor for class org.vertx.java.core.json.JsonObject
 
JsonObject(String) - Constructor for class org.vertx.java.core.json.JsonObject
Create a JSON object from a string form of a JSON object

K

KEEP_ALIVE - Static variable in class org.vertx.java.core.http.HttpHeaders
keep-alive header value

L

LAST_MODIFIED - Static variable in class org.vertx.java.core.http.HttpHeaders
Last-Modified header name
lastAccessTime() - Method in interface org.vertx.java.core.file.FileProps
The date the file was last accessed
lastModifiedTime() - Method in interface org.vertx.java.core.file.FileProps
The date the file was last modified
latin1StringToBytes(String) - Static method in class org.vertx.java.core.parsetools.RecordParser
Helper method to convert a latin-1 String to an array of bytes for use as a delimiter Please do not use this for non latin-1 characters
leave() - Method in interface org.vertx.java.core.spi.cluster.ClusterManager
Leave the cluster
length() - Method in class org.vertx.java.core.buffer.Buffer
Returns the length of the buffer, measured in bytes.
link(String, String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
linkSync(String, String) - Method in interface org.vertx.java.core.file.FileSystem
list - Variable in class org.vertx.java.core.json.JsonArray
 
listen(String, int, Handler<AsyncResult<DatagramSocket>>) - Method in interface org.vertx.java.core.datagram.DatagramSocket
 
listen(int, Handler<AsyncResult<DatagramSocket>>) - Method in interface org.vertx.java.core.datagram.DatagramSocket
 
listen(InetSocketAddress, Handler<AsyncResult<DatagramSocket>>) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Makes this DatagramSocket listen to the given InetSocketAddress.
listen(int) - Method in interface org.vertx.java.core.http.HttpServer
Tell the server to start listening on all available interfaces and port port.
listen(int, Handler<AsyncResult<HttpServer>>) - Method in interface org.vertx.java.core.http.HttpServer
Tell the server to start listening on all available interfaces and port port
listen(int, String) - Method in interface org.vertx.java.core.http.HttpServer
Tell the server to start listening on port port and hostname or ip address given by host.
listen(int, String, Handler<AsyncResult<HttpServer>>) - Method in interface org.vertx.java.core.http.HttpServer
Tell the server to start listening on port port and hostname or ip address given by host.
listen(int) - Method in interface org.vertx.java.core.net.NetServer
Tell the server to start listening on all available interfaces and port port.
listen(int, Handler<AsyncResult<NetServer>>) - Method in interface org.vertx.java.core.net.NetServer
Instruct the server to listen for incoming connections on the specified port and all available interfaces.
listen(int, String) - Method in interface org.vertx.java.core.net.NetServer
Tell the server to start listening on port port and hostname or ip address given by host.
listen(int, String, Handler<AsyncResult<NetServer>>) - Method in interface org.vertx.java.core.net.NetServer
Instruct the server to listen for incoming connections on the specified port and host.
listenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Joins a multicast group and so start listen for packets send to it.
listenMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Joins a multicast group and so start listen for packets send to it on the given network interface.
listInstances() - Method in interface org.vertx.java.platform.PlatformManager
List all deployments, with deployment ID and number of instances
localAddress() - Method in interface org.vertx.java.core.datagram.DatagramSocket
Return the InetSocketAddress to which this DatagramSocket is bound too.
localAddress() - Method in interface org.vertx.java.core.http.HttpServerRequest
Return the local (server side) address of the server that handles the request
localAddress() - Method in interface org.vertx.java.core.http.WebSocketBase
Return the local address for this socket
localAddress() - Method in interface org.vertx.java.core.net.NetSocket
Return the local address for this socket
localAddress() - Method in interface org.vertx.java.core.sockjs.SockJSSocket
Return the local address for this socket
LOCATION - Static variable in class org.vertx.java.core.http.HttpHeaders
Location header name
Logger - Class in org.vertx.java.core.logging
This class allows us to isolate all our logging dependencies in one place.
Logger(LogDelegate) - Constructor for class org.vertx.java.core.logging.Logger
 
logger() - Method in interface org.vertx.java.platform.Container
Get the verticle logger
lookup(String, Handler<AsyncResult<InetAddress>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lookup4(String, Handler<AsyncResult<Inet4Address>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
lookup6(String, Handler<AsyncResult<Inet6Address>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
lprops(String, Handler<AsyncResult<FileProps>>) - Method in interface org.vertx.java.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lpropsSync(String) - Method in interface org.vertx.java.core.file.FileSystem
Synchronous version of FileSystem.lprops(String, Handler)

M

makeFatJar(String, String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.platform.PlatformManager
Create a fat executable jar which includes the Vert.x binaries and the module so it can be run directly with java without having to pre-install Vert.x.
map - Variable in class org.vertx.java.core.json.JsonObject
 
mergeIn(JsonObject) - Method in class org.vertx.java.core.json.JsonObject
 
Message<T> - Interface in org.vertx.java.core.eventbus
Represents a message on the event bus.
method() - Method in interface org.vertx.java.core.http.HttpServerRequest
The HTTP method for the request.
mkdir(String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, boolean, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String, boolean, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdirSync(String) - Method in interface org.vertx.java.core.file.FileSystem
Synchronous version of FileSystem.mkdir(String, Handler)
mkdirSync(String, boolean) - Method in interface org.vertx.java.core.file.FileSystem
mkdirSync(String, String) - Method in interface org.vertx.java.core.file.FileSystem
mkdirSync(String, String, boolean) - Method in interface org.vertx.java.core.file.FileSystem
move(String, String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
moveSync(String, String) - Method in interface org.vertx.java.core.file.FileSystem
MultiMap - Interface in org.vertx.java.core
 
MxRecord - Interface in org.vertx.java.core.dns
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.

N

name() - Method in interface org.vertx.java.core.dns.MxRecord
The name of the MX record
name() - Method in interface org.vertx.java.core.dns.SrvRecord
Returns the name for the server being queried.
name() - Method in interface org.vertx.java.core.http.HttpServerFileUpload
Returns the name of the attribute
names() - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
names() - Method in interface org.vertx.java.core.MultiMap
Gets a immutable Set of all names
NetClient - Interface in org.vertx.java.core.net
A TCP/SSL client.
NetServer - Interface in org.vertx.java.core.net
Represents a TCP or SSL server
netSocket() - Method in interface org.vertx.java.core.http.HttpClientResponse
Get a net socket for the underlying connection of this request.
netSocket() - Method in interface org.vertx.java.core.http.HttpServerRequest
Get a net socket for the underlying connection of this request.
NetSocket - Interface in org.vertx.java.core.net
Represents a socket-like interface to a TCP/SSL connection on either the client or the server side.
NetworkSupport<T> - Interface in org.vertx.java.core
Offers methods that can be used to configure a service that provide network services.
newDelimited(String, Handler<Buffer>) - Static method in class org.vertx.java.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the String delim endcoded in latin-1 .
newDelimited(byte[], Handler<Buffer>) - Static method in class org.vertx.java.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the byte[] delim.
newFixed(int, Handler<Buffer>) - Static method in class org.vertx.java.core.parsetools.RecordParser
Create a new RecordParser instance, initially in fixed size mode, and where the record size is specified by the size parameter.
newVertx() - Static method in class org.vertx.java.core.VertxFactory
Create a non clustered Vertx instance
newVertx(String) - Static method in class org.vertx.java.core.VertxFactory
Create a clustered Vertx instance listening for cluster connections on the default port 25500
newVertx(int, String) - Static method in class org.vertx.java.core.VertxFactory
Create a clustered Vertx instance.
newVertx(int, String, Handler<AsyncResult<Vertx>>) - Static method in class org.vertx.java.core.VertxFactory
Create a clustered Vertx instance returning the instance asynchronously in the resultHandler when the event bus is ready and listening
nodeAdded(String) - Method in interface org.vertx.java.core.spi.cluster.NodeListener
A node has been added
nodeLeft(String) - Method in interface org.vertx.java.core.spi.cluster.NodeListener
A node has left
nodeListener(NodeListener) - Method in interface org.vertx.java.core.spi.cluster.ClusterManager
Set a listener that will be called when a node joins or leaves the cluster.
NodeListener - Interface in org.vertx.java.core.spi.cluster
A NodeListener is called when nodes join or leave the cluster
noMatch(Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called when no other handlers match.

O

open(String, Handler<AsyncResult<AsyncFile>>) - Method in interface org.vertx.java.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, String, Handler<AsyncResult<AsyncFile>>) - Method in interface org.vertx.java.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, String, boolean, Handler<AsyncResult<AsyncFile>>) - Method in interface org.vertx.java.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, String, boolean, boolean, boolean, Handler<AsyncResult<AsyncFile>>) - Method in interface org.vertx.java.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, String, boolean, boolean, boolean, boolean, Handler<AsyncResult<AsyncFile>>) - Method in interface org.vertx.java.core.file.FileSystem
Open the file represented by path, asynchronously.
openSync(String) - Method in interface org.vertx.java.core.file.FileSystem
Synchronous version of FileSystem.open(String, Handler)
openSync(String, String) - Method in interface org.vertx.java.core.file.FileSystem
openSync(String, String, boolean) - Method in interface org.vertx.java.core.file.FileSystem
openSync(String, String, boolean, boolean, boolean) - Method in interface org.vertx.java.core.file.FileSystem
openSync(String, String, boolean, boolean, boolean, boolean) - Method in interface org.vertx.java.core.file.FileSystem
options(String, Handler<HttpClientResponse>) - Method in interface org.vertx.java.core.http.HttpClient
This method returns an HttpClientRequest instance which represents an HTTP OPTIONS request with the specified uri.
options(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP OPTIONS
optionsWithRegEx(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP OPTIONS
org.vertx.java.core - package org.vertx.java.core
 
org.vertx.java.core.buffer - package org.vertx.java.core.buffer
 
org.vertx.java.core.datagram - package org.vertx.java.core.datagram
 
org.vertx.java.core.dns - package org.vertx.java.core.dns
 
org.vertx.java.core.eventbus - package org.vertx.java.core.eventbus
 
org.vertx.java.core.file - package org.vertx.java.core.file
 
org.vertx.java.core.http - package org.vertx.java.core.http
 
org.vertx.java.core.json - package org.vertx.java.core.json
 
org.vertx.java.core.logging - package org.vertx.java.core.logging
 
org.vertx.java.core.net - package org.vertx.java.core.net
 
org.vertx.java.core.parsetools - package org.vertx.java.core.parsetools
 
org.vertx.java.core.shareddata - package org.vertx.java.core.shareddata
 
org.vertx.java.core.sockjs - package org.vertx.java.core.sockjs
 
org.vertx.java.core.spi - package org.vertx.java.core.spi
 
org.vertx.java.core.spi.cluster - package org.vertx.java.core.spi.cluster
 
org.vertx.java.core.streams - package org.vertx.java.core.streams
 
org.vertx.java.platform - package org.vertx.java.platform
 
ORIGIN - Static variable in class org.vertx.java.core.http.HttpHeaders
Origin header name

P

params() - Method in interface org.vertx.java.core.http.HttpServerRequest
Returns a map of all the parameters in the request
patch(String, Handler<HttpClientResponse>) - Method in interface org.vertx.java.core.http.HttpClient
This method returns an HttpClientRequest instance which represents an HTTP PATCH request with the specified uri.
patch(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP PATCH
patchWithRegEx(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP PATCH
path() - Method in interface org.vertx.java.core.http.HttpServerRequest
The path part of the uri.
path() - Method in interface org.vertx.java.core.http.ServerWebSocket
The path the websocket is attempting to connect at
pause() - Method in interface org.vertx.java.core.streams.ReadSupport
Pause the ReadSupport.
peerCertificateChain() - Method in interface org.vertx.java.core.http.HttpServerRequest
 
perform() - Method in interface org.vertx.java.core.spi.Action
 
PlatformLocator - Class in org.vertx.java.platform
Use this class to get an instance of a PlatformManagerFactory so you can create PlatformManager instances when embedding the Vert.x platform.
PlatformLocator() - Constructor for class org.vertx.java.platform.PlatformLocator
 
PlatformManager - Interface in org.vertx.java.platform
Represents the Vert.x platform.
PlatformManagerException - Exception in org.vertx.java.platform
 
PlatformManagerException(String) - Constructor for exception org.vertx.java.platform.PlatformManagerException
 
PlatformManagerException(String, Throwable) - Constructor for exception org.vertx.java.platform.PlatformManagerException
 
PlatformManagerException(Throwable) - Constructor for exception org.vertx.java.platform.PlatformManagerException
 
PlatformManagerFactory - Interface in org.vertx.java.platform
Factory for creating PlatformManager instances.
port() - Method in interface org.vertx.java.core.dns.SrvRecord
Returns the port the service is running on.
port() - Method in interface org.vertx.java.core.net.NetServer
The actual port the server is listening on.
post(String, Handler<HttpClientResponse>) - Method in interface org.vertx.java.core.http.HttpClient
This method returns an HttpClientRequest instance which represents an HTTP POST request with the specified uri.
post(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP POST
postWithRegEx(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP POST
priority() - Method in interface org.vertx.java.core.dns.MxRecord
The priority of the MX record.
priority() - Method in interface org.vertx.java.core.dns.SrvRecord
Returns the priority for this service record.
props(String, Handler<AsyncResult<FileProps>>) - Method in interface org.vertx.java.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
propsSync(String) - Method in interface org.vertx.java.core.file.FileSystem
Synchronous version of FileSystem.props(String, Handler)
protocol() - Method in interface org.vertx.java.core.dns.SrvRecord
Returns the protocol for the service being queried (i.e.
PROXY_AUTHENTICATE - Static variable in class org.vertx.java.core.http.HttpHeaders
Proxy-Authenticate header name
PROXY_AUTHORIZATION - Static variable in class org.vertx.java.core.http.HttpHeaders
Proxy-Authorization header name
publish(String, Object) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish a message
publish(String, JsonObject) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish a JSON object as a message
publish(String, JsonArray) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish a JSON array as a message
publish(String, Buffer) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish a Buffer as a message
publish(String, byte[]) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish a byte[] as a message
publish(String, String) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish a String as a message
publish(String, Integer) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish an Integer as a message
publish(String, Long) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish a Long as a message
publish(String, Float) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish a Float as a message
publish(String, Double) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish a Double as a message
publish(String, Boolean) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish a Boolean as a message
publish(String, Short) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish a Short as a message
publish(String, Character) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish a Character as a message
publish(String, Byte) - Method in interface org.vertx.java.core.eventbus.EventBus
Publish a Byte as a message
pullInDependencies(String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.platform.PlatformManager
Pull in all the dependencies (the 'includes' and the 'deploys' fields in mod.json) and copy them into an internal mods directory in the module.
Pump - Class in org.vertx.java.core.streams
Pumps data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.
put(String, Handler<HttpClientResponse>) - Method in interface org.vertx.java.core.http.HttpClient
This method returns an HttpClientRequest instance which represents an HTTP PUT request with the specified uri.
put(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP PUT
put(K, V, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.spi.cluster.AsyncMap
Put a value in the map, asynchronously.
putArray(String, JsonArray) - Method in class org.vertx.java.core.json.JsonObject
 
putBinary(String, byte[]) - Method in class org.vertx.java.core.json.JsonObject
 
putBoolean(String, Boolean) - Method in class org.vertx.java.core.json.JsonObject
 
putElement(String, JsonElement) - Method in class org.vertx.java.core.json.JsonObject
 
putHeader(String, String) - Method in interface org.vertx.java.core.http.HttpClientRequest
Put an HTTP header - fluent API
putHeader(CharSequence, CharSequence) - Method in interface org.vertx.java.core.http.HttpClientRequest
 
putHeader(String, Iterable<String>) - Method in interface org.vertx.java.core.http.HttpClientRequest
Put an HTTP header - fluent API
putHeader(CharSequence, Iterable<CharSequence>) - Method in interface org.vertx.java.core.http.HttpClientRequest
 
putHeader(String, String) - Method in interface org.vertx.java.core.http.HttpServerResponse
Put an HTTP header - fluent API
putHeader(CharSequence, CharSequence) - Method in interface org.vertx.java.core.http.HttpServerResponse
 
putHeader(String, Iterable<String>) - Method in interface org.vertx.java.core.http.HttpServerResponse
Put an HTTP header - fluent API
putHeader(CharSequence, Iterable<CharSequence>) - Method in interface org.vertx.java.core.http.HttpServerResponse
 
putNumber(String, Number) - Method in class org.vertx.java.core.json.JsonObject
 
putObject(String, JsonObject) - Method in class org.vertx.java.core.json.JsonObject
 
putString(String, String) - Method in class org.vertx.java.core.json.JsonObject
 
putTrailer(String, String) - Method in interface org.vertx.java.core.http.HttpServerResponse
Put an HTTP trailer - fluent API
putTrailer(CharSequence, CharSequence) - Method in interface org.vertx.java.core.http.HttpServerResponse
 
putTrailer(String, Iterable<String>) - Method in interface org.vertx.java.core.http.HttpServerResponse
Put an HTTP trailer - fluent API
putTrailer(CharSequence, Iterable<CharSequence>) - Method in interface org.vertx.java.core.http.HttpServerResponse
 
putValue(String, Object) - Method in class org.vertx.java.core.json.JsonObject
 
putWithRegEx(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP PUT

Q

query() - Method in interface org.vertx.java.core.http.HttpServerRequest
The query part of the uri.
query() - Method in interface org.vertx.java.core.http.ServerWebSocket
The query string passed on the websocket uri

R

read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in interface org.vertx.java.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
readDir(String, Handler<AsyncResult<String[]>>) - Method in interface org.vertx.java.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, String, Handler<AsyncResult<String[]>>) - Method in interface org.vertx.java.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDirSync(String) - Method in interface org.vertx.java.core.file.FileSystem
readDirSync(String, String) - Method in interface org.vertx.java.core.file.FileSystem
readFile(String, Handler<AsyncResult<Buffer>>) - Method in interface org.vertx.java.core.file.FileSystem
Reads the entire file as represented by the path path as a Buffer, asynchronously.
readFileSync(String) - Method in interface org.vertx.java.core.file.FileSystem
ReadStream<T> - Interface in org.vertx.java.core.streams
Represents a stream of data that can be read from.
ReadSupport<T,M> - Interface in org.vertx.java.core.streams
Allows to set a Handler which is notified once data was read.
readSymlink(String, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
readSymlinkSync(String) - Method in interface org.vertx.java.core.file.FileSystem
RecordParser - Class in org.vertx.java.core.parsetools
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records.
REFERER - Static variable in class org.vertx.java.core.http.HttpHeaders
Referer header name
registerExitHandler(Handler<Void>) - Method in interface org.vertx.java.platform.PlatformManager
Register a handler that will be called when the platform exits because of a verticle calling container.exit()
registerHandler(String, Handler<? extends Message>, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Registers a handler against the specified address
registerHandler(String, Handler<? extends Message>) - Method in interface org.vertx.java.core.eventbus.EventBus
Registers a handler against the specified address
registerLocalHandler(String, Handler<? extends Message>) - Method in interface org.vertx.java.core.eventbus.EventBus
Registers a local handler against the specified address.
reject() - Method in interface org.vertx.java.core.http.ServerWebSocket
Reject the WebSocket
remoteAddress() - Method in interface org.vertx.java.core.http.HttpServerRequest
Return the remote (client side) address of the request
remoteAddress() - Method in interface org.vertx.java.core.http.WebSocketBase
Return the remote address for this socket
remoteAddress() - Method in interface org.vertx.java.core.net.NetSocket
Return the remote address for this socket
remoteAddress() - Method in interface org.vertx.java.core.sockjs.SockJSSocket
Return the remote address for this socket
remove(String) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
remove(CharSequence) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
remove(String) - Method in interface org.vertx.java.core.MultiMap
Removes the value with the given name
remove(CharSequence) - Method in interface org.vertx.java.core.MultiMap
 
remove(K, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.spi.cluster.AsyncMap
Remove a value from the map, asynchronously.
remove(K, V, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.spi.cluster.AsyncMultiMap
Remove a value from the list of values for that key in the map.
removeAllForValue(V, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.spi.cluster.AsyncMultiMap
Remove all the specified values from all keys in the map
removeField(String) - Method in class org.vertx.java.core.json.JsonObject
 
removeMap(Object) - Method in class org.vertx.java.core.shareddata.SharedData
Remove the Map with the specific name.
removeSet(Object) - Method in class org.vertx.java.core.shareddata.SharedData
Remove the Set with the specific name.
reply() - Method in interface org.vertx.java.core.eventbus.Message
Same as reply(T message) but with an empty body
reply(Object) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reply(JsonObject) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reply(JsonArray) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reply(String) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reply(Buffer) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reply(byte[]) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reply(Integer) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reply(Long) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reply(Short) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reply(Character) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reply(Boolean) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reply(Float) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reply(Double) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reply(Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply() but you can specify handler for the reply - i.e.
reply(Object, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply(JsonObject message) but you can specify handler for the reply - i.e.
reply(JsonObject, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply(JsonObject message) but you can specify handler for the reply - i.e.
reply(JsonArray, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply(JsonArray message) but you can specify handler for the reply - i.e.
reply(String, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply(String message) but you can specify handler for the reply - i.e.
reply(Buffer, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply(Buffer message) but you can specify handler for the reply - i.e.
reply(byte[], Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply(byte[] message) but you can specify handler for the reply - i.e.
reply(Integer, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply(Integer message) but you can specify handler for the reply - i.e.
reply(Long, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply(Long message) but you can specify handler for the reply - i.e.
reply(Short, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply(Short message) but you can specify handler for the reply - i.e.
reply(Character, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply(Character message) but you can specify handler for the reply - i.e.
reply(Boolean, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply(Boolean message) but you can specify handler for the reply - i.e.
reply(Float, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply(Float message) but you can specify handler for the reply - i.e.
reply(Double, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.Message
The same as reply(Double message) but you can specify handler for the reply - i.e.
replyAddress() - Method in interface org.vertx.java.core.eventbus.Message
The reply address (if any)
ReplyException - Exception in org.vertx.java.core.eventbus
 
ReplyException(ReplyFailure, int, String) - Constructor for exception org.vertx.java.core.eventbus.ReplyException
 
ReplyException(ReplyFailure, String) - Constructor for exception org.vertx.java.core.eventbus.ReplyException
 
ReplyException(ReplyFailure) - Constructor for exception org.vertx.java.core.eventbus.ReplyException
 
ReplyFailure - Enum in org.vertx.java.core.eventbus
 
replyWithTimeout(long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
replyWithTimeout(Object, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
replyWithTimeout(JsonObject, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
replyWithTimeout(JsonArray, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
replyWithTimeout(String, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
replyWithTimeout(Buffer, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
replyWithTimeout(byte[], long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
replyWithTimeout(Integer, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
replyWithTimeout(Long, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
replyWithTimeout(Short, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
replyWithTimeout(Character, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
replyWithTimeout(Boolean, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
replyWithTimeout(Float, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
replyWithTimeout(Double, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.Message
Reply to this message.
reportException(Logger, Throwable) - Method in interface org.vertx.java.platform.VerticleFactory
 
request(String, String, Handler<HttpClientResponse>) - Method in interface org.vertx.java.core.http.HttpClient
This method returns an HttpClientRequest instance which represents an HTTP request with the specified uri.
requestHandler(Handler<HttpServerRequest>) - Method in interface org.vertx.java.core.http.HttpServer
Set the request handler for the server to requestHandler.
requestHandler() - Method in interface org.vertx.java.core.http.HttpServer
Get the request handler
resolveA(String, Handler<AsyncResult<List<Inet4Address>>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
resolveAAAA(String, Handler<AsyncResult<List<Inet6Address>>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
resolveCNAME(String, Handler<AsyncResult<List<String>>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
resolveMX(String, Handler<AsyncResult<List<MxRecord>>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to resolve the MX records for the given name.
resolveNS(String, Handler<AsyncResult<List<String>>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to resolve the NS records for the given name.
resolvePTR(String, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to resolve the PTR record for the given name.
resolveSRV(String, Handler<AsyncResult<List<SrvRecord>>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to resolve the SRV records for the given name.
resolveTXT(String, Handler<AsyncResult<List<String>>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to resolve the TXT records for the given name.
response() - Method in interface org.vertx.java.core.http.HttpServerRequest
The response.
result() - Method in interface org.vertx.java.core.AsyncResult
The result of the operation.
resume() - Method in interface org.vertx.java.core.streams.ReadSupport
Resume reading.
RETRY_AFTER - Static variable in class org.vertx.java.core.http.HttpHeaders
Retry-After header name
reverseLookup(String, Handler<AsyncResult<InetAddress>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to do a reverse lookup of an ipaddress.
RouteMatcher - Class in org.vertx.java.core.http
This class allows you to do route requests based on the HTTP verb and the request URI, in a manner similar to Sinatra or Express.
RouteMatcher() - Constructor for class org.vertx.java.core.http.RouteMatcher
 
runOnContext(Handler<Void>) - Method in interface org.vertx.java.core.Context
 
runOnContext(Handler<Void>) - Method in interface org.vertx.java.core.Vertx
Put the handler on the event queue for the current loop (or worker context) so it will be run asynchronously ASAP after this event has been processed

S

send(Buffer, String, int, Handler<AsyncResult<DatagramSocket>>) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Write the given Buffer to the InetSocketAddress.
send(String, String, int, Handler<AsyncResult<DatagramSocket>>) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Write the given String to the InetSocketAddress using UTF8 encoding.
send(String, String, String, int, Handler<AsyncResult<DatagramSocket>>) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Write the given String to the InetSocketAddress using the given encoding.
send(String, Object) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a message
send(String, Object, Handler<Message>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a message
send(String, JsonObject, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a JSON object as a message
send(String, JsonObject) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a JSON object as a message
send(String, JsonArray, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a JSON array as a message
send(String, JsonArray) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a JSON array as a message
send(String, Buffer, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Buffer as a message
send(String, Buffer) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Buffer as a message
send(String, byte[], Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a byte[] as a message
send(String, byte[]) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a byte[] as a message
send(String, String, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a String as a message
send(String, String) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a String as a message
send(String, Integer, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send an Integer as a message
send(String, Integer) - Method in interface org.vertx.java.core.eventbus.EventBus
Send an Integer as a message
send(String, Long, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Long as a message
send(String, Long) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Long as a message
send(String, Float, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Float as a message
send(String, Float) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Float as a message
send(String, Double, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Double as a message
send(String, Double) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Double as a message
send(String, Boolean, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Boolean as a message
send(String, Boolean) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Boolean as a message
send(String, Short, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Short as a message
send(String, Short) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Short as a message
send(String, Character, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Character as a message
send(String, Character) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Character as a message
send(String, Byte, Handler<Message<T>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Byte as a message
send(String, Byte) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Byte as a message
sender() - Method in interface org.vertx.java.core.datagram.DatagramPacket
Returns the InetSocketAddress of the sender that send this DatagramPacket.
sendFile(String) - Method in interface org.vertx.java.core.http.HttpServerResponse
Tell the kernel to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, String) - Method in interface org.vertx.java.core.http.HttpServerResponse
Same as HttpServerResponse.sendFile(String) but also takes the path to a resource to serve if the resource is not found
sendFile(String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.http.HttpServerResponse
Same as HttpServerResponse.sendFile(String) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.http.HttpServerResponse
Same as HttpServerResponse.sendFile(String, String) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String) - Method in interface org.vertx.java.core.net.NetSocket
Tell the kernel to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.net.NetSocket
Same as NetSocket.sendFile(String) but also takes a handler that will be called when the send has completed or a failure has occurred
sendHead() - Method in interface org.vertx.java.core.http.HttpClientRequest
Forces the head of the request to be written before HttpClientRequest.end() is called on the request or any data is written to it.
sendWithTimeout(String, Object, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send an object as a message
sendWithTimeout(String, JsonObject, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a JSON object as a message
sendWithTimeout(String, JsonArray, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a JSON array as a message
sendWithTimeout(String, Buffer, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a Buffer object as a message
sendWithTimeout(String, byte[], long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a byte[] object as a message
sendWithTimeout(String, String, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a string object as a message
sendWithTimeout(String, Integer, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send an Integer as a message
sendWithTimeout(String, Long, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a long as a message
sendWithTimeout(String, Float, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a float as a message
sendWithTimeout(String, Double, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a double as a message
sendWithTimeout(String, Boolean, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a boolean as a message
sendWithTimeout(String, Short, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a short as a message
sendWithTimeout(String, Character, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a character as a message
sendWithTimeout(String, Byte, long, Handler<AsyncResult<Message<T>>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Send a byte as a message
SERVER - Static variable in class org.vertx.java.core.http.HttpHeaders
Server header name
ServerSSLSupport<T> - Interface in org.vertx.java.core
 
ServerTCPSupport<T> - Interface in org.vertx.java.core
 
ServerWebSocket - Interface in org.vertx.java.core.http
Represents a server side WebSocket that is passed into a the websocketHandler of an HttpServer
service() - Method in interface org.vertx.java.core.dns.SrvRecord
Returns the service's name (i.e.
set(MultiMap) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
set(Map<String, String>) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
set(String, String) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
set(String, Iterable<String>) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
set(CharSequence, CharSequence) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
set(CharSequence, Iterable<CharSequence>) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
set(String, String) - Method in interface org.vertx.java.core.MultiMap
Sets a value under the specified name.
set(CharSequence, CharSequence) - Method in interface org.vertx.java.core.MultiMap
 
set(String, Iterable<String>) - Method in interface org.vertx.java.core.MultiMap
Sets values for the specified name.
set(CharSequence, Iterable<CharSequence>) - Method in interface org.vertx.java.core.MultiMap
 
set(MultiMap) - Method in interface org.vertx.java.core.MultiMap
Cleans this instance.
set(Map<String, String>) - Method in interface org.vertx.java.core.MultiMap
Cleans and set all values of the given instance
SET_COOKIE - Static variable in class org.vertx.java.core.http.HttpHeaders
Set-Cookie header name
setAcceptBacklog(int) - Method in interface org.vertx.java.core.ServerTCPSupport
Set the accept backlog
setBroadcast(boolean) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Sets the StandardSocketOptions.SO_BROADCAST option.
setBuffer(int, Buffer) - Method in class org.vertx.java.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b.
setBuffer(int, Buffer, int, int) - Method in class org.vertx.java.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b on the given offset and len.
setByte(int, byte) - Method in class org.vertx.java.core.buffer.Buffer
Sets the byte at position pos in the Buffer to the value b.
setBytes(int, ByteBuffer) - Method in class org.vertx.java.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the ByteBuffer b.
setBytes(int, byte[]) - Method in class org.vertx.java.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the byte[] b.
setBytes(int, byte[], int, int) - Method in class org.vertx.java.core.buffer.Buffer
Sets the given number of bytes at position pos in the Buffer to the bytes represented by the byte[] b.
setChunked(boolean) - Method in interface org.vertx.java.core.http.HttpClientRequest
If chunked is true then the request will be set into HTTP chunked mode
setChunked(boolean) - Method in interface org.vertx.java.core.http.HttpServerResponse
If chunked is true, this response will use HTTP chunked encoding, and each call to write to the body will correspond to a new HTTP chunk sent on the wire.
setClientAuthRequired(boolean) - Method in interface org.vertx.java.core.ServerSSLSupport
Set required to true if you want the server to request client authentication from any connecting clients.
setCompressionSupported(boolean) - Method in interface org.vertx.java.core.http.HttpServer
Set if the HttpServer should compress the http response if the connected client supports it.
setConnectTimeout(int) - Method in interface org.vertx.java.core.http.HttpClient
Set the connect timeout in milliseconds.
setConnectTimeout(int) - Method in interface org.vertx.java.core.net.NetClient
Set the connect timeout in milliseconds.
setContainer(Container) - Method in class org.vertx.java.platform.Verticle
Inject the container
setDefaultReplyTimeout(long) - Method in interface org.vertx.java.core.eventbus.EventBus
Sets a default timeout, in ms, for replies.
setDouble(int, double) - Method in class org.vertx.java.core.buffer.Buffer
Sets the double at position pos in the Buffer to the value d.
setFailure(Throwable) - Method in interface org.vertx.java.core.Future
Set the failure.
setFloat(int, float) - Method in class org.vertx.java.core.buffer.Buffer
Sets the float at position pos in the Buffer to the value f.
setHandler(Handler<AsyncResult<T>>) - Method in interface org.vertx.java.core.Future
Set a handler for the result.
setHook(EventBusBridgeHook) - Method in class org.vertx.java.core.sockjs.EventBusBridge
 
setHook(EventBusBridgeHook) - Method in interface org.vertx.java.core.sockjs.SockJSServer
Set a EventBusBridgeHook on the SockJS server
setHost(String) - Method in interface org.vertx.java.core.http.HttpClient
Set the host that the client will attempt to connect to the server on to host.
setInt(int, int) - Method in class org.vertx.java.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i.
setKeepAlive(boolean) - Method in interface org.vertx.java.core.http.HttpClient
If keepAlive is true then, after the request has ended the connection will be returned to the pool where it can be used by another request.
setKeyStorePassword(String) - Method in interface org.vertx.java.core.SSLSupport
Set the password for the SSL key store.
setKeyStorePath(String) - Method in interface org.vertx.java.core.SSLSupport
Set the path to the SSL key store.
setLong(int, long) - Method in class org.vertx.java.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l.
setMaxPoolSize(int) - Method in interface org.vertx.java.core.http.HttpClient
Set the maximum pool size
setMaxWebSocketFrameSize(int) - Method in interface org.vertx.java.core.http.HttpClient
Sets the maximum websocket frame size in bytes.
setMaxWebSocketFrameSize(int) - Method in interface org.vertx.java.core.http.HttpServer
Sets the maximum websocket frame size in bytes.
setMulticastLoopbackMode(boolean) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Sets the StandardSocketOptions.IP_MULTICAST_LOOP option.
setMulticastNetworkInterface(String) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Sets the StandardSocketOptions.IP_MULTICAST_IF option.
setMulticastTimeToLive(int) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Sets the StandardSocketOptions.IP_MULTICAST_TTL option.
setOutput(Handler<Buffer>) - Method in class org.vertx.java.core.parsetools.RecordParser
 
setPeriodic(long, Handler<Long>) - Method in interface org.vertx.java.core.Vertx
Set a periodic timer to fire every delay milliseconds, at which point handler will be called with the id of the timer.
setPort(int) - Method in interface org.vertx.java.core.http.HttpClient
Set the port that the client will attempt to connect to the server on to port.
setReceiveBufferSize(int) - Method in interface org.vertx.java.core.NetworkSupport
Set the receive buffer size for connections created by this instance to size in bytes.
setReconnectAttempts(int) - Method in interface org.vertx.java.core.net.NetClient
Set the number of reconnection attempts.
setReconnectInterval(long) - Method in interface org.vertx.java.core.net.NetClient
Set the reconnect interval, in milliseconds
setResult(T) - Method in interface org.vertx.java.core.Future
Set the result.
setReuseAddress(boolean) - Method in interface org.vertx.java.core.NetworkSupport
Set the reuseAddress setting for connections created by this instance to reuse.
setSendBufferSize(int) - Method in interface org.vertx.java.core.NetworkSupport
Set the send buffer size for connections created by this instance to size in bytes.
setShort(int, short) - Method in class org.vertx.java.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s.
setSoLinger(int) - Method in interface org.vertx.java.core.TCPSupport
Set the TCP soLinger setting for connections created by this instance to linger.
setSSL(boolean) - Method in interface org.vertx.java.core.SSLSupport
If ssl is true, this signifies that any connections will be SSL connections.
setStatusCode(int) - Method in interface org.vertx.java.core.http.HttpServerResponse
Set the status code
setStatusMessage(String) - Method in interface org.vertx.java.core.http.HttpServerResponse
Set the status message
setString(int, String) - Method in class org.vertx.java.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the value of str encoded in UTF-8.
setString(int, String, String) - Method in class org.vertx.java.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the value of str encoded in encoding enc.
setTCPKeepAlive(boolean) - Method in interface org.vertx.java.core.TCPSupport
Set the TCP keepAlive setting for connections created by this instance to keepAlive.
setTCPNoDelay(boolean) - Method in interface org.vertx.java.core.TCPSupport
If tcpNoDelay is set to true then Nagle's algorithm will turned off for the TCP connections created by this instance.
setTimeout(long) - Method in interface org.vertx.java.core.http.HttpClientRequest
Set's the amount of time after which if a response is not received TimeoutException() will be sent to the exception handler of this request.
setTimer(long, Handler<Long>) - Method in interface org.vertx.java.core.Vertx
Set a one-shot timer to fire after delay milliseconds, at which point handler will be called with the id of the timer.
setTrafficClass(int) - Method in interface org.vertx.java.core.NetworkSupport
Set the trafficClass setting for connections created by this instance to trafficClass.
setTrustAll(boolean) - Method in interface org.vertx.java.core.ClientSSLSupport
If you want an SSL client to trust *all* server certificates rather than match them against those in its trust store, you can set this to true.
setTrustStorePassword(String) - Method in interface org.vertx.java.core.SSLSupport
Set the password for the SSL trust store.
setTrustStorePath(String) - Method in interface org.vertx.java.core.SSLSupport
Set the path to the SSL trust store.
setTryUseCompression(boolean) - Method in interface org.vertx.java.core.http.HttpClient
Set if the HttpClient should try to use compression.
setUsePooledBuffers(boolean) - Method in interface org.vertx.java.core.TCPSupport
Set if vertx should use pooled buffers for performance reasons.
setVerifyHost(boolean) - Method in interface org.vertx.java.core.http.HttpClient
If verifyHost is true, then the client will try to validate the remote server's certificate hostname against the requested host.
setVertx(Vertx) - Method in class org.vertx.java.platform.Verticle
Inject vertx
setWriteQueueMaxSize(int) - Method in interface org.vertx.java.core.streams.DrainSupport
Set the maximum size of the write queue to maxSize.
setWriteQueueMaxSize(int) - Method in class org.vertx.java.core.streams.Pump
Set the write queue max size to maxSize
Shareable - Interface in org.vertx.java.core.shareddata
Marker interface.
SharedData - Class in org.vertx.java.core.shareddata
Sometimes it is desirable to share immutable data between different event loops, for example to implement a cache of data.
SharedData() - Constructor for class org.vertx.java.core.shareddata.SharedData
 
sharedData() - Method in interface org.vertx.java.core.Vertx
The shared data object
size() - Method in interface org.vertx.java.core.file.FileProps
The size of the file, in bytes
size() - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
size() - Method in interface org.vertx.java.core.http.HttpServerFileUpload
Returns the size of the upload (in bytes)
size() - Method in class org.vertx.java.core.json.JsonArray
 
size() - Method in class org.vertx.java.core.json.JsonObject
 
size() - Method in interface org.vertx.java.core.MultiMap
Return the number of names.
SockJSServer - Interface in org.vertx.java.core.sockjs
This is an implementation of the server side part of SockJS
SockJSSocket - Interface in org.vertx.java.core.sockjs
You interact with SockJS clients through instances of SockJS socket.
SrvRecord - Interface in org.vertx.java.core.dns
Represent a Service-Record (SRV) which was resolved for a domain.
ssl(Handler<Void>) - Method in interface org.vertx.java.core.net.NetSocket
Upgrade channel to use SSL/TLS.
SSLSupport<T> - Interface in org.vertx.java.core
 
start() - Method in class org.vertx.java.core.streams.Pump
Start the Pump.
start() - Method in class org.vertx.java.platform.Verticle
Vert.x calls the start method when the verticle is deployed
start(Future<Void>) - Method in class org.vertx.java.platform.Verticle
Override this method to signify that start is complete sometime _after_ the start() method has returned This is useful if your verticle deploys other verticles or modules and you don't want this verticle to be considered started until the other modules and verticles have been started.
statusCode() - Method in interface org.vertx.java.core.http.HttpClientResponse
The HTTP status code of the response
statusMessage() - Method in interface org.vertx.java.core.http.HttpClientResponse
The HTTP status message of the response
stop() - Method in class org.vertx.java.core.streams.Pump
Stop the Pump.
stop() - Method in interface org.vertx.java.core.Vertx
Stop the eventbus and any resource managed by the eventbus.
stop() - Method in interface org.vertx.java.platform.PlatformManager
Stop the platform manager
stop() - Method in class org.vertx.java.platform.Verticle
Vert.x calls the stop method when the verticle is undeployed.
streamToFileSystem(String) - Method in interface org.vertx.java.core.http.HttpServerFileUpload
Stream the content of this upload to the given filename.
succeeded() - Method in interface org.vertx.java.core.AsyncResult
Did it succeed?
symlink(String, String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlinkSync(String, String) - Method in interface org.vertx.java.core.file.FileSystem

T

target() - Method in interface org.vertx.java.core.dns.SrvRecord
Returns the name of the host for the service.
TCPSupport<T> - Interface in org.vertx.java.core
 
TEXT_HTML - Static variable in class org.vertx.java.core.http.HttpHeaders
text/html header value
textHandlerID() - Method in interface org.vertx.java.core.http.WebSocketBase
When a Websocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
toArray() - Method in class org.vertx.java.core.json.JsonArray
 
toInt() - Method in enum org.vertx.java.core.eventbus.ReplyFailure
 
toList() - Method in class org.vertx.java.core.json.JsonArray
 
toMap() - Method in class org.vertx.java.core.json.JsonObject
 
toString() - Method in class org.vertx.java.core.buffer.Buffer
Returns a String representation of the Buffer assuming it contains a String encoding in UTF-8
toString(String) - Method in class org.vertx.java.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString() - Method in enum org.vertx.java.core.dns.DnsResponseCode
Returns a formatted error message for this DnsResponseCode.
toString() - Method in class org.vertx.java.core.json.JsonArray
 
toString() - Method in class org.vertx.java.core.json.JsonObject
 
totalSpace() - Method in interface org.vertx.java.core.file.FileSystemProps
The total space on the file system, in bytes
trace(String, Handler<HttpClientResponse>) - Method in interface org.vertx.java.core.http.HttpClient
This method returns an HttpClientRequest instance which represents an HTTP TRACE request with the specified uri.
trace(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP TRACE
trace(Object) - Method in class org.vertx.java.core.logging.Logger
 
trace(Object, Throwable) - Method in class org.vertx.java.core.logging.Logger
 
traceWithRegEx(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP TRACE
trailers() - Method in interface org.vertx.java.core.http.HttpClientResponse
 
trailers() - Method in interface org.vertx.java.core.http.HttpServerResponse
 
TRANSFER_ENCODING - Static variable in class org.vertx.java.core.http.HttpHeaders
Transfer-Encoding header name
truncate(String, long, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncateSync(String, long) - Method in interface org.vertx.java.core.file.FileSystem

U

unallocatedSpace() - Method in interface org.vertx.java.core.file.FileSystemProps
The total un-allocated space on the file system, in bytes
undeploy(String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.platform.PlatformManager
Undeploy a deployment
undeployAll(Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.platform.PlatformManager
Undeploy all verticles and modules
undeployModule(String) - Method in interface org.vertx.java.platform.Container
Undeploy a module
undeployModule(String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.platform.Container
Undeploy a module
undeployVerticle(String) - Method in interface org.vertx.java.platform.Container
Undeploy a verticle
undeployVerticle(String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.platform.Container
Undeploy a module
uninstallModule(String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.platform.PlatformManager
Uninstall a module from the filesystem
unlink(String, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
unlinkSync(String) - Method in interface org.vertx.java.core.file.FileSystem
Synchronous version of FileSystem.unlink(String, Handler)
unlistenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Leaves a multicast group and so stop listen for packets send to it.
unlistenMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Leaves a multicast group and so stop listen for packets send to it on the given network interface.
unregisterHandler(String, Handler<? extends Message>, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Unregisters a handler given the address and the handler
unregisterHandler(String, Handler<? extends Message>) - Method in interface org.vertx.java.core.eventbus.EventBus
Unregisters a handler given the address and the handler
UPGRADE - Static variable in class org.vertx.java.core.http.HttpHeaders
Upgrade header value
uploadHandler(Handler<HttpServerFileUpload>) - Method in interface org.vertx.java.core.http.HttpServerRequest
Set the upload handler.
uri() - Method in interface org.vertx.java.core.http.HttpServerRequest
The uri of the request.
uri() - Method in interface org.vertx.java.core.http.ServerWebSocket
 
uri() - Method in interface org.vertx.java.core.sockjs.SockJSSocket
Return the URI corresponding to the last request for this socket or the websocket handshake
usableSpace() - Method in interface org.vertx.java.core.file.FileSystemProps
The total usable space on the file system, in bytes
USER_AGENT - Static variable in class org.vertx.java.core.http.HttpHeaders
User-Agent header name

V

valueOf(String) - Static method in enum org.vertx.java.core.datagram.InternetProtocolFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vertx.java.core.dns.DnsResponseCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.vertx.java.core.dns.DnsResponseCode
Returns the DnsResponseCode that corresponds with the given responseCode.
valueOf(String) - Static method in enum org.vertx.java.core.eventbus.ReplyFailure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vertx.java.core.http.HttpVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vertx.java.core.http.WebSocketVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.vertx.java.core.datagram.InternetProtocolFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vertx.java.core.dns.DnsResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vertx.java.core.eventbus.ReplyFailure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vertx.java.core.http.HttpVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vertx.java.core.http.WebSocketVersion
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in interface org.vertx.java.core.http.HttpServerRequest
The HTTP version of the request
Verticle - Class in org.vertx.java.platform
A verticle is the unit of execution in the Vert.x platform
Verticle() - Constructor for class org.vertx.java.platform.Verticle
 
VerticleFactory - Interface in org.vertx.java.platform
Used by the platform manager to create Verticle instances.
Vertx - Interface in org.vertx.java.core
The control centre of the Vert.x Core API.
vertx() - Method in interface org.vertx.java.platform.PlatformManager
 
vertx - Variable in class org.vertx.java.platform.Verticle
A reference to the vert.x runtime
VertxException - Exception in org.vertx.java.core
Vert.x only throws instances of VertxException which is a RuntimeException.
VertxException(String) - Constructor for exception org.vertx.java.core.VertxException
 
VertxException(String, Throwable) - Constructor for exception org.vertx.java.core.VertxException
 
VertxException(Throwable) - Constructor for exception org.vertx.java.core.VertxException
 
VertxFactory - Class in org.vertx.java.core
Factory for creating Vertx instances.
VertxFactory() - Constructor for class org.vertx.java.core.VertxFactory
 
VertxSPI - Interface in org.vertx.java.core.spi
 
VoidHandler - Class in org.vertx.java.core
This class can be used for simple handlers which don't receive any value.
VoidHandler() - Constructor for class org.vertx.java.core.VoidHandler
 

W

warn(Object) - Method in class org.vertx.java.core.logging.Logger
 
warn(Object, Throwable) - Method in class org.vertx.java.core.logging.Logger
 
WEBSOCKET - Static variable in class org.vertx.java.core.http.HttpHeaders
WebSocket header value
WebSocket - Interface in org.vertx.java.core.http
 
WebSocketBase<T> - Interface in org.vertx.java.core.http
Represents an HTML 5 Websocket
websocketHandler(Handler<ServerWebSocket>) - Method in interface org.vertx.java.core.http.HttpServer
Set the websocket handler for the server to wsHandler.
websocketHandler() - Method in interface org.vertx.java.core.http.HttpServer
Get the websocket handler
WebSocketVersion - Enum in org.vertx.java.core.http
Represents the version of the WebSockets specification
weight() - Method in interface org.vertx.java.core.dns.SrvRecord
Returns the weight of this service record.
write(Buffer, long, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
write(Buffer) - Method in interface org.vertx.java.core.http.HttpClientRequest
Write a Buffer to the request body.
write(String) - Method in interface org.vertx.java.core.http.HttpClientRequest
Write a String to the request body, encoded in UTF-8.
write(String, String) - Method in interface org.vertx.java.core.http.HttpClientRequest
Write a String to the request body, encoded using the encoding enc.
write(Buffer) - Method in interface org.vertx.java.core.http.HttpServerResponse
Write a Buffer to the response body.
write(String, String) - Method in interface org.vertx.java.core.http.HttpServerResponse
Write a String to the response body, encoded using the encoding enc.
write(String) - Method in interface org.vertx.java.core.http.HttpServerResponse
Write a String to the response body, encoded in UTF-8.
write(Buffer) - Method in interface org.vertx.java.core.net.NetSocket
Write a Buffer to the request body.
write(String) - Method in interface org.vertx.java.core.net.NetSocket
Write a String to the connection, encoded in UTF-8.
write(String, String) - Method in interface org.vertx.java.core.net.NetSocket
Write a String to the connection, encoded using the encoding enc.
write(Buffer) - Method in interface org.vertx.java.core.streams.WriteStream
Write some data to the stream.
writeBinaryFrame(Buffer) - Method in interface org.vertx.java.core.http.WebSocketBase
Write data to the websocket as a binary frame
writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
writeFileSync(String, Buffer) - Method in interface org.vertx.java.core.file.FileSystem
writeHandlerID() - Method in interface org.vertx.java.core.net.NetSocket
When a NetSocket is created it automatically registers an event handler with the event bus, the ID of that handler is given by writeHandlerID.
writeHandlerID() - Method in interface org.vertx.java.core.sockjs.SockJSSocket
When a SockJSSocket is created it automatically registers an event handler with the event bus, the ID of that handler is given by writeHandlerID.
writeQueueFull() - Method in interface org.vertx.java.core.streams.DrainSupport
This will return true if there are more bytes in the write queue than the value set using DrainSupport.setWriteQueueMaxSize(int)
WriteStream<T> - Interface in org.vertx.java.core.streams
Represents a stream of data that can be written to
writeTextFrame(String) - Method in interface org.vertx.java.core.http.WebSocketBase
Write str to the websocket as a text frame
A B C D E F G H I J K L M N O P Q R S T U V W