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
absoluteURI() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
action() - Method in class org.vertx.java.core.impl.BlockingAction
 
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(String, String) - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
add(String, Iterable<String>) - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
add(MultiMap) - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
add(Map<String, String>) - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
add(E) - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
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(String, Iterable<String>) - Method in interface org.vertx.java.core.MultiMap
Adds a new values under the specified name
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(E) - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
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
addAdditionalResource(DnsResource) - Method in class org.vertx.java.core.dns.impl.netty.DnsMessage
Adds an additional resource record to this message.
addAll(Collection<? extends E>) - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
addAll(Collection<? extends E>) - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
addAnswer(DnsResource) - Method in class org.vertx.java.core.dns.impl.netty.DnsMessage
Adds an answer resource record to this message.
addArray(JsonArray) - Method in class org.vertx.java.core.json.JsonArray
 
addAuthorityResource(DnsResource) - Method in class org.vertx.java.core.dns.impl.netty.DnsMessage
Adds an authority resource record to this message.
addBinary(byte[]) - Method in class org.vertx.java.core.json.JsonArray
 
addBoolean(Boolean) - Method in class org.vertx.java.core.json.JsonArray
 
addCloseHook(Closeable) - Method in class org.vertx.java.core.impl.DefaultContext
 
addElement(JsonElement) - Method in class org.vertx.java.core.json.JsonArray
 
addFuture(Handler<AsyncResult<Void>>, ChannelFuture) - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
addHandler(Handler<T>, DefaultContext) - Method in class org.vertx.java.core.net.impl.HandlerManager
 
additionalResourceCount() - Method in class org.vertx.java.core.dns.impl.netty.DnsHeader
Returns the number of additional resource records in the DnsMessage.
addNumber(Number) - Method in class org.vertx.java.core.json.JsonArray
 
addObject(JsonObject) - Method in class org.vertx.java.core.json.JsonArray
 
addPattern(String, Handler<WebSocketMatcher.Match>) - Method in class org.vertx.java.core.http.impl.WebSocketMatcher
 
addQuestion(DnsQuestion) - Method in class org.vertx.java.core.dns.impl.netty.DnsMessage
Adds a question to this message.
addRegEx(String, Handler<WebSocketMatcher.Match>) - Method in class org.vertx.java.core.http.impl.WebSocketMatcher
 
address - Variable in class org.vertx.java.core.eventbus.impl.BaseMessage
 
address() - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
address() - Method in interface org.vertx.java.core.eventbus.Message
The address the message was sent to
AddressDecoder - Class in org.vertx.java.core.dns.impl.netty.decoder
Decodes A and AAAA resource records into IPv4 and IPv6 addresses, respectively.
AddressDecoder(int) - Constructor for class org.vertx.java.core.dns.impl.netty.decoder.AddressDecoder
Constructs an AddressDecoder, which decodes A and AAAA resource records.
addString(String) - Method in class org.vertx.java.core.json.JsonArray
 
addWorker(EventLoop) - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
adjust(VertxInternal, Path) - Static method in class org.vertx.java.core.file.impl.PathAdjuster
 
adjust(VertxInternal, String) - Static method in class org.vertx.java.core.file.impl.PathAdjuster
 
all(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for all HTTP methods
allWithRegEx(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for all HTTP methods
answerCount() - Method in class org.vertx.java.core.dns.impl.netty.DnsHeader
Returns the number of answer resource records in the DnsMessage.
appendBuffer(Buffer) - Method in class org.vertx.java.core.buffer.Buffer
Appends the specified Buffer 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.
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.
applyConnectionOptions(ServerBootstrap) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
applyConnectionOptions(Bootstrap) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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
authorityResourceCount() - Method in class org.vertx.java.core.dns.impl.netty.DnsHeader
Returns the number of authority resource records in the DnsMessage.
awaitTermination(long, TimeUnit) - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 

B

Base64 - Class in org.vertx.java.core.json.impl
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.vertx.java.core.json.impl
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.vertx.java.core.json.impl.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.vertx.java.core.json.impl.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.vertx.java.core.json.impl
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.vertx.java.core.json.impl.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.vertx.java.core.json.impl.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BaseMessage<U> - Class in org.vertx.java.core.eventbus.impl
 
BaseMessage(boolean, String, U) - Constructor for class org.vertx.java.core.eventbus.impl.BaseMessage
 
BaseMessage(Buffer) - Constructor for class org.vertx.java.core.eventbus.impl.BaseMessage
 
binaryHandler - Variable in class org.vertx.java.core.http.impl.WebSocketImplBase
 
binaryHandlerID() - Method in class org.vertx.java.core.http.impl.WebSocketImplBase
 
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.
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class org.vertx.java.core.impl.ExceptionDispatchHandler
 
BlockingAction<T> - Class in org.vertx.java.core.impl
Internal class used to run specific blocking actions on the worker pool.
BlockingAction(VertxInternal, Handler<AsyncResult<T>>) - Constructor for class org.vertx.java.core.impl.BlockingAction
 
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.
blockMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
blockMulticastGroup(String, String, Handler<AsyncResult<DatagramSocket>>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
body - Variable in class org.vertx.java.core.eventbus.impl.BaseMessage
 
body() - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
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.
bodyHandler(Handler<Buffer>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientResponse
 
bodyHandler(Handler<Buffer>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
bridge(JsonObject, JsonArray, JsonArray) - Method in class org.vertx.java.core.sockjs.impl.DefaultSockJSServer
 
bridge(JsonObject, JsonArray, JsonArray, long) - Method in class org.vertx.java.core.sockjs.impl.DefaultSockJSServer
 
bridge(JsonObject, JsonArray, JsonArray, long, String) - Method in class org.vertx.java.core.sockjs.impl.DefaultSockJSServer
 
bridge(JsonObject, JsonArray, JsonArray, JsonObject) - Method in class org.vertx.java.core.sockjs.impl.DefaultSockJSServer
 
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.
buffer() - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
buffer(int) - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
buffer(int, int) - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
BUFFER_SIZE - Static variable in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
bus - Variable in class org.vertx.java.core.eventbus.impl.BaseMessage
 
bytesPumped() - Method in class org.vertx.java.core.streams.Pump
Return the total number of bytes pumped by this pump.

C

cancelTimer(long) - Method in class org.vertx.java.core.impl.DefaultVertx
 
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.
cause() - Method in class org.vertx.java.core.impl.DefaultFutureResult
An exception describing failure.
channel() - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
channel - Variable in class org.vertx.java.core.net.impl.ConnectionBase
 
channelInactive(ChannelHandlerContext) - Method in class org.vertx.java.core.net.impl.VertxHandler
 
channelRead(C, DefaultContext, ChannelHandlerContext, Object) - Method in class org.vertx.java.core.http.impl.VertxHttpHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class org.vertx.java.core.net.impl.VertxHandler
 
channelRead(C, DefaultContext, ChannelHandlerContext, Object) - Method in class org.vertx.java.core.net.impl.VertxHandler
 
channelRead(DefaultNetSocket, DefaultContext, ChannelHandlerContext, Object) - Method in class org.vertx.java.core.net.impl.VertxNetHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class org.vertx.java.core.net.impl.VertxHandler
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class org.vertx.java.core.net.impl.VertxHandler
 
charset() - Method in interface org.vertx.java.core.http.HttpServerFileUpload
Returns the charset for the upload
checkClosed() - Method in class org.vertx.java.core.http.impl.WebSocketImplBase
 
checkCopy() - Method in class org.vertx.java.core.json.JsonArray
 
checkCopy() - Method in class org.vertx.java.core.json.JsonObject
 
Checker - Class in org.vertx.java.core.shareddata.impl
 
Checker() - Constructor for class org.vertx.java.core.shareddata.impl.Checker
 
checkSSL(VertxInternal) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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.
chmod(String, String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
chmod(String, String, String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
chmodInternal(String, String, String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
chmodInternal(String, String, String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.WindowsFileSystem
 
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
chmodSync(String, String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
chmodSync(String, String, String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
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.
chooseHandler(EventLoop) - Method in class org.vertx.java.core.net.impl.HandlerManager
 
CLASS_ANY - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
 
CLASS_CHAOS - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
 
CLASS_CSNET - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
 
CLASS_HESIOD - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
 
CLASS_IN - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Default class for DNS entries.
CLASS_NONE - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
 
ClasspathPathResolver - Class in org.vertx.java.core.file.impl
This resolver resolves a file by trying to load it from the classpath of the context class loader.
ClasspathPathResolver() - Constructor for class org.vertx.java.core.file.impl.ClasspathPathResolver
 
clear() - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
clear() - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
clear() - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
clear() - Method in interface org.vertx.java.core.MultiMap
Removes all
clear() - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
clear() - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
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 class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
close(Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.eventbus.EventBus
Close the EventBus and release all resources.
close(Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
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 class org.vertx.java.core.file.impl.DefaultAsyncFile
 
close(Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
close() - Method in interface org.vertx.java.core.http.HttpClient
Close the HTTP client.
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 class org.vertx.java.core.http.impl.DefaultHttpClient
 
close() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
close(Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
close() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
close() - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
close() - Method in interface org.vertx.java.core.http.impl.HttpPool
 
close() - Method in class org.vertx.java.core.http.impl.PriorityHttpConnectionPool
Close the pool
close() - Method in class org.vertx.java.core.http.impl.StandardHttpConnectionPool
Close the pool
close() - Method in class org.vertx.java.core.http.impl.WebSocketImplBase
 
close() - Method in interface org.vertx.java.core.http.WebSocketBase
Close the websocket
close(Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.impl.Closeable
 
close() - Method in class org.vertx.java.core.impl.DefaultContext
 
close(ChannelHandlerContext, ChannelPromise) - Method in class org.vertx.java.core.impl.ExceptionDispatchHandler
 
close() - Method in class org.vertx.java.core.json.impl.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.vertx.java.core.net.impl.ConnectionBase
Close the connection
close() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
close() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
close(Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
close() - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
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 class org.vertx.java.core.sockjs.impl.DefaultSockJSServer
 
close() - Method in class org.vertx.java.core.sockjs.impl.SockJSSocketBase
 
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
Closeable - Interface in org.vertx.java.core.impl
 
closed - Variable in class org.vertx.java.core.http.impl.WebSocketImplBase
 
closeHandler(Handler<Void>) - Method in interface org.vertx.java.core.http.HttpServerResponse
Set a close handler for the response.
closeHandler(Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
closeHandler(Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
closeHandler(Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
closeHandler - Variable in class org.vertx.java.core.http.impl.WebSocketImplBase
 
closeHandler(Handler<Void>) - Method in interface org.vertx.java.core.http.WebSocketBase
Set a closed handler on the connection
closeHandler - Variable in class org.vertx.java.core.net.impl.ConnectionBase
 
closeHandler(Handler<Void>) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
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() - Method in class org.vertx.java.core.impl.DefaultVertx
 
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.
code() - Method in enum org.vertx.java.core.dns.impl.netty.DnsResponseCode
Returns the error code for this DnsResponseCode.
complete() - Method in interface org.vertx.java.core.Future
Has it completed?
complete() - Method in class org.vertx.java.core.impl.CountingCompletionHandler
 
complete() - Method in class org.vertx.java.core.impl.DefaultFutureResult
Has it completed?
compositeBuffer() - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
compositeBuffer(int) - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
compositeDirectBuffer() - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
compositeDirectBuffer(int) - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
compositeHeapBuffer() - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
compositeHeapBuffer(int) - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
ConcurrentHashSet<E> - Class in org.vertx.java.core.impl
 
ConcurrentHashSet(int) - Constructor for class org.vertx.java.core.impl.ConcurrentHashSet
 
ConcurrentHashSet() - Constructor for class org.vertx.java.core.impl.ConcurrentHashSet
 
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.
configurable - Variable in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
conn - Variable in class org.vertx.java.core.http.impl.WebSocketImplBase
 
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<HttpClientResponse>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
connect(Handler<ClientConnection>, Handler<Throwable>, DefaultContext) - Method in class org.vertx.java.core.http.impl.PriorityHttpConnectionPool
Implement this method in a sub-class to implement the actual connection creation for the specific type of connection
connect(Handler<ClientConnection>, Handler<Throwable>, DefaultContext) - Method in class org.vertx.java.core.http.impl.StandardHttpConnectionPool
Implement this method in a sub-class to implement the actual connection creation for the specific type of connection
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(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class org.vertx.java.core.impl.ExceptionDispatchHandler
 
connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
connect(int, Handler<AsyncResult<NetSocket>>) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
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 class org.vertx.java.core.net.impl.DefaultNetServer
 
connectHandler(Handler<NetSocket>) - Method in interface org.vertx.java.core.net.NetServer
Supply a connect handler for this server.
ConnectionBase - Class in org.vertx.java.core.net.impl
Abstract base class for TCP connections.
ConnectionBase(VertxInternal, Channel, DefaultContext) - Constructor for class org.vertx.java.core.net.impl.ConnectionBase
 
connectionClosed() - Method in interface org.vertx.java.core.http.impl.HttpPool
 
connectionClosed() - Method in class org.vertx.java.core.http.impl.PriorityHttpConnectionPool
Inform the pool that the connection has been closed externally.
connectionClosed() - Method in class org.vertx.java.core.http.impl.StandardHttpConnectionPool
Inform the pool that the connection has been closed externally.
connectionMap - Variable in class org.vertx.java.core.net.impl.VertxHandler
 
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
connectWebsocket(String, Handler<WebSocket>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
connectWebsocket(String, WebSocketVersion, Handler<WebSocket>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
connectWebsocket(String, WebSocketVersion, MultiMap, Handler<WebSocket>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
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
contains(String) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
contains(String) - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
contains(Object) - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
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(Object) - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
containsAll(Collection<?>) - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
containsAll(Collection<?>) - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
containsKey(Object) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
containsValue(Object) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
content() - Method in class org.vertx.java.core.dns.impl.netty.DnsResource
Returns the data contained in this resource record.
content() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponse
Returns the non-decoded DNS response packet.
contentIndex() - Method in class org.vertx.java.core.dns.impl.netty.DnsResource
Returns the index at which the content of this resource record appears in the original packet.
contentLength() - Method in class org.vertx.java.core.dns.impl.netty.DnsResource
Returns the length of the content in this resource record.
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.
context - Variable in class org.vertx.java.core.impl.BlockingAction
 
context - Variable in class org.vertx.java.core.net.impl.ConnectionBase
 
context - Variable in class org.vertx.java.core.net.impl.HandlerHolder
 
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.
continueHandler(Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
convert(F) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient.ConvertingHandler
 
cookies() - Method in interface org.vertx.java.core.http.HttpClientResponse
 
cookies() - Method in class org.vertx.java.core.http.impl.DefaultHttpClientResponse
 
copy() - Method in class org.vertx.java.core.buffer.Buffer
Returns a copy of the entire Buffer.
copy() - Method in class org.vertx.java.core.dns.impl.netty.DnsResource
Returns a deep copy of this resource record.
copy() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponse
Returns a deep copy of this DNS response.
copy() - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
copy() - Method in class org.vertx.java.core.eventbus.impl.JsonObjectMessage
 
copy() - Method in class org.vertx.java.core.eventbus.impl.ReplyFailureMessage
 
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(String, String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
copy(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
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
copySync(String, String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
copySync(String, String, boolean) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
CountingCompletionHandler<T> - Class in org.vertx.java.core.impl
 
CountingCompletionHandler(VertxInternal) - Constructor for class org.vertx.java.core.impl.CountingCompletionHandler
 
CountingCompletionHandler(VertxInternal, int) - Constructor for class org.vertx.java.core.impl.CountingCompletionHandler
 
createClusterManager(VertxSPI) - Method in interface org.vertx.java.core.spi.cluster.ClusterManagerFactory
 
createContext(VertxInternal, String, String, String, String, boolean) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
createDatagramSocket(InternetProtocolFamily) - Method in class org.vertx.java.core.impl.DefaultVertx
 
createDatagramSocket(InternetProtocolFamily) - Method in interface org.vertx.java.core.Vertx
Create a new DatagramSocket.
createDelegate(String) - Method in class org.vertx.java.core.logging.impl.JULLogDelegateFactory
 
createDelegate(String) - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegateFactory
 
createDelegate(String) - Method in interface org.vertx.java.core.logging.impl.LogDelegateFactory
 
createDelegate(String) - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegateFactory
 
createDnsClient(InetSocketAddress...) - Method in class org.vertx.java.core.impl.DefaultVertx
 
createDnsClient(InetSocketAddress...) - Method in interface org.vertx.java.core.Vertx
Return the DnsClient
createEventLoopContext() - Method in class org.vertx.java.core.impl.DefaultVertx
 
createEventLoopContext() - Method in interface org.vertx.java.core.impl.VertxInternal
 
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.
createFile(String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
createFile(String, String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
createFileInternal(String, String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
createFileInternal(String, String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.WindowsFileSystem
 
createFileSync(String) - Method in interface org.vertx.java.core.file.FileSystem
createFileSync(String, String) - Method in interface org.vertx.java.core.file.FileSystem
createFileSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
createFileSync(String, String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
createHttpClient() - Method in class org.vertx.java.core.impl.DefaultVertx
 
createHttpClient() - Method in interface org.vertx.java.core.Vertx
Create a HTTP/HTTPS client
createHttpServer() - Method in class org.vertx.java.core.impl.DefaultVertx
 
createHttpServer() - Method in interface org.vertx.java.core.Vertx
Create an HTTP/HTTPS server
createNetClient() - Method in class org.vertx.java.core.impl.DefaultVertx
 
createNetClient() - Method in interface org.vertx.java.core.Vertx
Create a TCP/SSL client
createNetServer() - Method in class org.vertx.java.core.impl.DefaultVertx
 
createNetServer() - Method in interface org.vertx.java.core.Vertx
Create a TCP/SSL server
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 class org.vertx.java.core.impl.DefaultVertx
 
createSockJSServer(HttpServer) - Method in interface org.vertx.java.core.Vertx
Create a SockJS server that wraps an HTTP server
createVertx() - Method in class org.vertx.java.core.impl.DefaultVertxFactory
 
createVertx(String) - Method in class org.vertx.java.core.impl.DefaultVertxFactory
 
createVertx(int, String) - Method in class org.vertx.java.core.impl.DefaultVertxFactory
 
createVertx(int, String, Handler<AsyncResult<Vertx>>) - Method in class org.vertx.java.core.impl.DefaultVertxFactory
 
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
creationTime() - Method in class org.vertx.java.core.file.impl.DefaultFileProps
 
currentContext() - Method in class org.vertx.java.core.impl.DefaultVertx
 
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<DatagramPacket>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
dataHandler(Handler<Buffer>) - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
dataHandler(Handler<Buffer>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientResponse
 
dataHandler(Handler<Buffer>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
dataHandler(Handler<Buffer>) - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
dataHandler(Handler<Buffer>) - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
dataHandler - Variable in class org.vertx.java.core.http.impl.WebSocketImplBase
 
dataHandler(Handler<Buffer>) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
dataHandler(Handler<M>) - Method in interface org.vertx.java.core.streams.ReadSupport
Set a data handler.
debug(Object) - Method in class org.vertx.java.core.logging.impl.JULLogDelegate
 
debug(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.JULLogDelegate
 
debug(Object) - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
debug(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
debug(Object) - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
debug(Object, Throwable) - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
debug(Object) - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
debug(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
debug(Object) - Method in class org.vertx.java.core.logging.Logger
 
debug(Object, Throwable) - Method in class org.vertx.java.core.logging.Logger
 
decode(DnsResponse, DnsResource) - Method in class org.vertx.java.core.dns.impl.netty.decoder.AddressDecoder
Returns an InetAddress containing a decoded address from either an A or AAAA resource record.
decode(DnsResponse, DnsResource) - Method in class org.vertx.java.core.dns.impl.netty.decoder.DomainDecoder
Returns the decoded domain name for a resource record.
decode(DnsResponse, DnsResource) - Method in class org.vertx.java.core.dns.impl.netty.decoder.MailExchangerDecoder
Returns a decoded MX (mail exchanger) resource record, stored as an instance of MailExchangerRecord.
decode(DnsResponse, DnsResource) - Method in interface org.vertx.java.core.dns.impl.netty.decoder.RecordDecoder
Returns a generic type T defined in a class implementing RecordDecoder after decoding a resource record when given a DNS response packet.
decode(int, DnsResponse, DnsResource) - Method in class org.vertx.java.core.dns.impl.netty.decoder.RecordDecoderFactory
Decodes a resource record and returns the result.
decode(DnsResponse, DnsResource) - Method in class org.vertx.java.core.dns.impl.netty.decoder.ServiceDecoder
Returns a decoded SRV (service) resource record, stored as an instance of ServiceRecord.
decode(DnsResponse, DnsResource) - Method in class org.vertx.java.core.dns.impl.netty.decoder.StartOfAuthorityDecoder
Returns a decoded SOA (start of authority) resource record, stored as an instance of StartOfAuthorityRecord.
decode(DnsResponse, DnsResource) - Method in class org.vertx.java.core.dns.impl.netty.decoder.TextDecoder
Returns a decoded TXT (text) resource record, stored as an ArrayList of Strings.
decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseDecoder
Decodes a response from a DatagramPacket containing a ByteBuf with a DNS packet.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.vertx.java.core.http.impl.cgbystrom.FlashPolicyHandler
 
DECODE - Static variable in class org.vertx.java.core.json.impl.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class org.vertx.java.core.json.impl.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.vertx.java.core.json.impl.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.vertx.java.core.json.impl.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
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
 
decodeFileToFile(String, String) - Static method in class org.vertx.java.core.json.impl.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.vertx.java.core.json.impl.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeResponse(ByteBuf, ByteBufAllocator) - Static method in class org.vertx.java.core.dns.impl.netty.DnsResponseDecoder
Decodes a full DNS response packet.
decodeToFile(String, String) - Static method in class org.vertx.java.core.json.impl.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.vertx.java.core.json.impl.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeValue(String, Class<?>) - Static method in class org.vertx.java.core.json.impl.Json
 
decodeValue(String, Class<?>) - Static method in class org.vertx.java.core.sockjs.impl.JsonCodec
 
DefaultAsyncFile - Class in org.vertx.java.core.file.impl
 
DefaultContext - Class in org.vertx.java.core.impl
 
DefaultContext(VertxInternal, Executor) - Constructor for class org.vertx.java.core.impl.DefaultContext
 
DefaultDatagramSocket - Class in org.vertx.java.core.datagram.impl
 
DefaultDatagramSocket(VertxInternal, InternetProtocolFamily) - Constructor for class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
DefaultDnsClient - Class in org.vertx.java.core.dns.impl
 
DefaultDnsClient(VertxInternal, InetSocketAddress...) - Constructor for class org.vertx.java.core.dns.impl.DefaultDnsClient
 
DefaultDnsClient.ConvertingHandler<F,T> - Class in org.vertx.java.core.dns.impl
 
DefaultEventBus - Class in org.vertx.java.core.eventbus.impl
 
DefaultEventBus(VertxInternal) - Constructor for class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
DefaultEventBus(VertxInternal, int, String, ClusterManager) - Constructor for class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
DefaultEventBus(VertxInternal, int, String, ClusterManager, Handler<AsyncResult<Void>>) - Constructor for class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
DefaultFileProps - Class in org.vertx.java.core.file.impl
 
DefaultFileProps(BasicFileAttributes) - Constructor for class org.vertx.java.core.file.impl.DefaultFileProps
 
DefaultFileSystem - Class in org.vertx.java.core.file.impl
 
DefaultFileSystem(VertxInternal) - Constructor for class org.vertx.java.core.file.impl.DefaultFileSystem
 
DefaultFileSystemProps - Class in org.vertx.java.core.file.impl
 
DefaultFileSystemProps(long, long, long) - Constructor for class org.vertx.java.core.file.impl.DefaultFileSystemProps
 
DefaultFutureResult<T> - Class in org.vertx.java.core.impl
 
DefaultFutureResult() - Constructor for class org.vertx.java.core.impl.DefaultFutureResult
Create a FutureResult that hasn't completed yet
DefaultFutureResult(Throwable) - Constructor for class org.vertx.java.core.impl.DefaultFutureResult
Create a VoidResult that has already completed
DefaultFutureResult(T) - Constructor for class org.vertx.java.core.impl.DefaultFutureResult
Create a FutureResult that has already succeeded
DefaultHttpClient - Class in org.vertx.java.core.http.impl
 
DefaultHttpClient(VertxInternal) - Constructor for class org.vertx.java.core.http.impl.DefaultHttpClient
 
DefaultHttpClientRequest - Class in org.vertx.java.core.http.impl
 
DefaultHttpClientResponse - Class in org.vertx.java.core.http.impl
 
DefaultHttpServer - Class in org.vertx.java.core.http.impl
 
DefaultHttpServer(VertxInternal) - Constructor for class org.vertx.java.core.http.impl.DefaultHttpServer
 
DefaultHttpServer.ServerHandler - Class in org.vertx.java.core.http.impl
 
DefaultHttpServer.ServerHandler() - Constructor for class org.vertx.java.core.http.impl.DefaultHttpServer.ServerHandler
 
DefaultHttpServerRequest - Class in org.vertx.java.core.http.impl
 
DefaultHttpServerResponse - Class in org.vertx.java.core.http.impl
 
DefaultNetClient - Class in org.vertx.java.core.net.impl
 
DefaultNetClient(VertxInternal) - Constructor for class org.vertx.java.core.net.impl.DefaultNetClient
 
DefaultNetServer - Class in org.vertx.java.core.net.impl
 
DefaultNetServer(VertxInternal) - Constructor for class org.vertx.java.core.net.impl.DefaultNetServer
 
DefaultNetSocket - Class in org.vertx.java.core.net.impl
 
DefaultNetSocket(VertxInternal, Channel, DefaultContext) - Constructor for class org.vertx.java.core.net.impl.DefaultNetSocket
 
DefaultServerWebSocket - Class in org.vertx.java.core.http.impl
 
DefaultServerWebSocket(VertxInternal, String, String, String, MultiMap, ConnectionBase, Runnable) - Constructor for class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
DefaultSockJSServer - Class in org.vertx.java.core.sockjs.impl
 
DefaultSockJSServer(VertxInternal, HttpServer) - Constructor for class org.vertx.java.core.sockjs.impl.DefaultSockJSServer
 
DefaultVertx - Class in org.vertx.java.core.impl
 
DefaultVertx() - Constructor for class org.vertx.java.core.impl.DefaultVertx
 
DefaultVertx(String) - Constructor for class org.vertx.java.core.impl.DefaultVertx
 
DefaultVertx(int, String, Handler<AsyncResult<Vertx>>) - Constructor for class org.vertx.java.core.impl.DefaultVertx
 
DefaultVertxFactory - Class in org.vertx.java.core.impl
 
DefaultVertxFactory() - Constructor for class org.vertx.java.core.impl.DefaultVertxFactory
 
DefaultWebSocket - Class in org.vertx.java.core.http.impl
 
DefaultWebSocket(VertxInternal, ConnectionBase) - Constructor for class org.vertx.java.core.http.impl.DefaultWebSocket
 
DefaultWebSocketFrame - Class in org.vertx.java.core.http.impl.ws
The default WebSocketFrame implementation.
DefaultWebSocketFrame() - Constructor for class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
Creates a new empty text frame.
DefaultWebSocketFrame(WebSocketFrame.FrameType) - Constructor for class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
DefaultWebSocketFrame(String) - Constructor for class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
Creates a new text frame from with the specified string.
DefaultWebSocketFrame(WebSocketFrame.FrameType, ByteBuf) - Constructor for class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
Creates a new frame with the specified frame type and the specified data.
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<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
delete(String, boolean, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
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<HttpClientResponse>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
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
deleteSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
deleteSync(String, boolean) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
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.
DeploymentHandle - Interface in org.vertx.java.core.impl
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class org.vertx.java.core.impl.ExceptionDispatchHandler
 
directBuffer() - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
directBuffer(int) - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
directBuffer(int, int) - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class org.vertx.java.core.impl.ExceptionDispatchHandler
 
dnsClass() - Method in class org.vertx.java.core.dns.impl.netty.DnsEntry
Returns the class for this entry.
DnsClient - Interface in org.vertx.java.core.dns
Provides a way to asynchronous lookup informations from DNS-Servers.
DnsEntry - Class in org.vertx.java.core.dns.impl.netty
A class representing entries in a DNS packet (questions, and all resource records).
DnsEntry(String, int, int) - Constructor for class org.vertx.java.core.dns.impl.netty.DnsEntry
 
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
 
DnsHeader - Class in org.vertx.java.core.dns.impl.netty
The header super-class which includes information shared by DNS query and response packet headers such as the ID, opcode, and type.
DnsHeader(DnsMessage<? extends DnsHeader>) - Constructor for class org.vertx.java.core.dns.impl.netty.DnsHeader
 
DnsMessage<H extends DnsHeader> - Class in org.vertx.java.core.dns.impl.netty
The message super-class which contains core information concerning DNS packets, both outgoing and incoming.
DnsMessage() - Constructor for class org.vertx.java.core.dns.impl.netty.DnsMessage
 
DnsQuery - Class in org.vertx.java.core.dns.impl.netty
A DNS query packet which is sent to a server to receive a DNS response packet with information answering a DnsQuery's questions.
DnsQuery(int) - Constructor for class org.vertx.java.core.dns.impl.netty.DnsQuery
Constructs a DNS query.
DnsQueryEncoder - Class in org.vertx.java.core.dns.impl.netty
DnsQueryEncoder accepts DnsQuery and encodes to ByteBuf.
DnsQueryEncoder() - Constructor for class org.vertx.java.core.dns.impl.netty.DnsQueryEncoder
 
DnsQueryHeader - Class in org.vertx.java.core.dns.impl.netty
The DNS query header class which is used to represent the 12 byte header in a DnsQuery.
DnsQueryHeader(DnsMessage<? extends DnsQueryHeader>, int) - Constructor for class org.vertx.java.core.dns.impl.netty.DnsQueryHeader
Constructor for a DNS packet query header.
DnsQuestion - Class in org.vertx.java.core.dns.impl.netty
The DNS question class which represents a question being sent to a server via a query, or the question being duplicated and sent back in a response.
DnsQuestion(String, int) - Constructor for class org.vertx.java.core.dns.impl.netty.DnsQuestion
Constructs a question with the default class IN (Internet).
DnsQuestion(String, int, int) - Constructor for class org.vertx.java.core.dns.impl.netty.DnsQuestion
Constructs a question with the given class.
DnsResource - Class in org.vertx.java.core.dns.impl.netty
Represents any resource record (answer, authority, or additional resource records).
DnsResource(String, int, int, long, int, ByteBuf) - Constructor for class org.vertx.java.core.dns.impl.netty.DnsResource
Constructs a resource record.
DnsResponse - Class in org.vertx.java.core.dns.impl.netty
A DNS response packet which is sent to a client after a server receives a query.
DnsResponse(ByteBuf) - Constructor for class org.vertx.java.core.dns.impl.netty.DnsResponse
 
DnsResponseCode - Enum in org.vertx.java.core.dns
Represents the possible response codes a server may send after receiving a query.
DnsResponseCode - Enum in org.vertx.java.core.dns.impl.netty
Represents the possible response codes a server may send after receiving a query.
DnsResponseDecoder - Class in org.vertx.java.core.dns.impl.netty
DnsResponseDecoder accepts DatagramPacket and encodes to DnsResponse.
DnsResponseDecoder() - Constructor for class org.vertx.java.core.dns.impl.netty.DnsResponseDecoder
 
DnsResponseHeader - Class in org.vertx.java.core.dns.impl.netty
The DNS response header class which is used when receiving data from a DNS server.
DnsResponseHeader(DnsMessage<? extends DnsResponseHeader>, int) - Constructor for class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Constructor for a DNS packet response header.
DomainDecoder - Class in org.vertx.java.core.dns.impl.netty.decoder
Decodes any record that simply returns a domain name, such as NS (name server) and CNAME (canonical name) resource records.
DomainDecoder() - Constructor for class org.vertx.java.core.dns.impl.netty.decoder.DomainDecoder
 
doMessageReceived(ServerConnection, ChannelHandlerContext, Object) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer.ServerHandler
 
doMessageReceived(C, ChannelHandlerContext, Object) - Method in class org.vertx.java.core.http.impl.VertxHttpHandler
 
DONT_BREAK_LINES - Static variable in class org.vertx.java.core.json.impl.Base64
Don't break lines when encoding (violates strict Base64 specification)
doOpen(String, String, boolean, boolean, boolean, boolean, DefaultContext) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
doOpen(String, String, boolean, boolean, boolean, boolean, DefaultContext) - Method in class org.vertx.java.core.file.impl.WindowsFileSystem
 
doPause() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
doResume() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
doSetWriteQueueMaxSize(int) - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
doWriteQueueFull() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
drainHandler(Handler<Void>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
drainHandler(Handler<Void>) - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
drainHandler(Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
drainHandler(Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
drainHandler(Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
drainHandler(Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
drainHandler - Variable in class org.vertx.java.core.http.impl.WebSocketImplBase
 
drainHandler(Handler<Void>) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
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.
duplicate() - Method in class org.vertx.java.core.dns.impl.netty.DnsResource
Returns a duplicate of this resource record.
duplicate() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponse
Returns a duplicate of this DNS response.

E

encode(ChannelHandlerContext, DnsQuery, ByteBuf) - Method in class org.vertx.java.core.dns.impl.netty.DnsQueryEncoder
Encodes a query and writes it to a ByteBuf.
ENCODE - Static variable in class org.vertx.java.core.json.impl.Base64
Specify encoding.
encode(Object) - Static method in class org.vertx.java.core.json.impl.Json
 
encode() - Method in class org.vertx.java.core.json.JsonArray
 
encode() - Method in class org.vertx.java.core.json.JsonObject
 
encode(Object) - Static method in class org.vertx.java.core.sockjs.impl.JsonCodec
 
encodeBytes(byte[]) - Static method in class org.vertx.java.core.json.impl.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.vertx.java.core.json.impl.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.vertx.java.core.json.impl.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.vertx.java.core.json.impl.Base64
Encodes a byte array into Base64 notation.
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
 
encodeFileToFile(String, String) - Static method in class org.vertx.java.core.json.impl.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.vertx.java.core.json.impl.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.vertx.java.core.json.impl.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.vertx.java.core.json.impl.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodePrettily(Object) - Static method in class org.vertx.java.core.json.impl.Json
 
encodePrettily() - Method in class org.vertx.java.core.json.JsonArray
 
encodePrettily() - Method in class org.vertx.java.core.json.JsonObject
 
encodeQuery(DnsQuery, ByteBuf) - Static method in class org.vertx.java.core.dns.impl.netty.DnsQueryEncoder
Encodes a query and writes it to a ByteBuf.
encodeToFile(byte[], String) - Static method in class org.vertx.java.core.json.impl.Base64
Convenience method for encoding data to a file.
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.
end(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
end(String, String) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
end(Buffer) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
end() - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
end(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
end(String, String) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
end(Buffer) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
end() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
endHandler(Handler<Void>) - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
endHandler(Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientResponse
 
endHandler(Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
endHandler(Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
endHandler(Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
endHandler - Variable in class org.vertx.java.core.http.impl.WebSocketImplBase
 
endHandler(Handler<Void>) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
endHandler(Handler<Void>) - Method in interface org.vertx.java.core.streams.ReadStream
Set an end handler.
endReadAndFlush() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
entries() - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
entries() - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
entries() - Method in interface org.vertx.java.core.MultiMap
Returns all entries it contains.
entrySet() - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
equals(Object) - Method in class org.vertx.java.core.buffer.Buffer
 
equals(Object) - Method in class org.vertx.java.core.dns.impl.netty.DnsEntry
 
equals(Object) - Method in class org.vertx.java.core.dns.impl.netty.DnsQuestion
 
equals(Object) - Method in class org.vertx.java.core.json.JsonArray
 
equals(Object) - Method in class org.vertx.java.core.json.JsonObject
 
equals(Object) - Method in class org.vertx.java.core.net.impl.HandlerHolder
 
equals(Object) - Method in class org.vertx.java.core.net.impl.ServerID
 
equals(Object) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
equals(Object) - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
error(Object) - Method in class org.vertx.java.core.logging.impl.JULLogDelegate
 
error(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.JULLogDelegate
 
error(Object) - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
error(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
error(Object) - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
error(Object, Throwable) - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
error(Object) - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
error(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
error(Object) - Method in class org.vertx.java.core.logging.Logger
 
error(Object, Throwable) - Method in class org.vertx.java.core.logging.Logger
 
escapeJava(String) - Static method in class org.vertx.java.core.impl.StringEscapeUtils
Escapes the characters in a String using Java String rules.
escapeJava(Writer, String) - Static method in class org.vertx.java.core.impl.StringEscapeUtils
Escapes the characters in a String using Java String rules to a Writer.
escapeJavaScript(String) - Static method in class org.vertx.java.core.impl.StringEscapeUtils
Escapes the characters in a String using JavaScript String rules.
escapeJavaScript(Writer, String) - Static method in class org.vertx.java.core.impl.StringEscapeUtils
Escapes the characters in a String using JavaScript String rules to a Writer.
EventBus - Interface in org.vertx.java.core.eventbus
A distributed lightweight event bus which can encompass multiple vert.x instances.
eventBus() - Method in class org.vertx.java.core.impl.DefaultVertx
 
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.
EventBusMXBean - Interface in org.vertx.java.core.impl.management
 
EventBusMXBeanImpl - Class in org.vertx.java.core.impl.management
 
EventBusMXBeanImpl(String, int) - Constructor for class org.vertx.java.core.impl.management.EventBusMXBeanImpl
 
EventLoopContext - Class in org.vertx.java.core.impl
 
EventLoopContext(VertxInternal, Executor) - Constructor for class org.vertx.java.core.impl.EventLoopContext
 
eventLoopGroup(String) - Static method in class org.vertx.java.core.impl.VertxExecutorFactory
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.vertx.java.core.net.impl.VertxHandler
 
ExceptionDispatchHandler - Class in org.vertx.java.core.impl
 
ExceptionDispatchHandler() - Constructor for class org.vertx.java.core.impl.ExceptionDispatchHandler
 
exceptionHandler(Handler<Throwable>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
exceptionHandler(Handler<Throwable>) - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
exceptionHandler(Handler<Throwable>) - Method in interface org.vertx.java.core.http.HttpClient
Set an exception handler
exceptionHandler(Handler<Throwable>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
exceptionHandler(Handler<Throwable>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
exceptionHandler(Handler<Throwable>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientResponse
 
exceptionHandler(Handler<Throwable>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
exceptionHandler(Handler<Throwable>) - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
exceptionHandler(Handler<Throwable>) - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
exceptionHandler - Variable in class org.vertx.java.core.http.impl.WebSocketImplBase
 
exceptionHandler - Variable in class org.vertx.java.core.net.impl.ConnectionBase
 
exceptionHandler(Handler<Throwable>) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
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
 
execute(Runnable) - Method in class org.vertx.java.core.impl.DefaultContext
 
execute(EventLoop, Runnable) - Method in class org.vertx.java.core.impl.DefaultContext
 
execute(Runnable) - Method in class org.vertx.java.core.impl.EventLoopContext
 
execute(Runnable) - Method in class org.vertx.java.core.impl.MultiThreadedWorkerContext
 
execute(Runnable) - Method in class org.vertx.java.core.impl.WorkerContext
 
executeBlocking(Action<T>, Handler<AsyncResult<T>>) - Method in class org.vertx.java.core.impl.DefaultVertx
 
executeBlocking(Action<T>, Handler<AsyncResult<T>>) - Method in interface org.vertx.java.core.spi.VertxSPI
 
executeOnOrderedWorkerExec(Runnable) - Method in class org.vertx.java.core.impl.DefaultContext
 
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.
exists(String, Handler<AsyncResult<Boolean>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
existsSync(String) - Method in interface org.vertx.java.core.file.FileSystem
Synchronous version of FileSystem.exists(String, Handler)
existsSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
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
expectMultiPart(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
expireTime() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
Returns time before information stored in secondary name servers becomes non authoritative.

F

fail(int, String) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
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?
failed(Throwable) - Method in class org.vertx.java.core.impl.CountingCompletionHandler
 
failed() - Method in class org.vertx.java.core.impl.DefaultFutureResult
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.impl.JULLogDelegate
 
fatal(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.JULLogDelegate
 
fatal(Object) - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
fatal(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
fatal(Object) - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
fatal(Object, Throwable) - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
fatal(Object) - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
fatal(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
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 class org.vertx.java.core.impl.DefaultVertx
 
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.
finalize() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
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.
FlashPolicyHandler - Class in org.vertx.java.core.http.impl.cgbystrom
A Flash policy file handler Will detect connection attempts made by Adobe Flash clients and return a policy file response After the policy has been sent, it will instantly close the connection.
FlashPolicyHandler() - Constructor for class org.vertx.java.core.http.impl.cgbystrom.FlashPolicyHandler
Creates a handler allowing access from any domain and any port
FlashPolicyHandler(ByteBuf) - Constructor for class org.vertx.java.core.http.impl.cgbystrom.FlashPolicyHandler
Create a handler with a custom XML response.
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
flush() - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
flush(Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
flushBase64() - Method in class org.vertx.java.core.json.impl.Base64.OutputStream
Method added by PHIL.
forceDirectAllocator(ChannelHandlerContext) - Static method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
Create a new ChannelHandlerContext which wraps the given one anf force the usage of direct buffers.
format(LogRecord) - Method in class org.vertx.java.core.logging.impl.VertxLoggerFormatter
 
formAttributes() - Method in interface org.vertx.java.core.http.HttpServerRequest
Returns a map of all form attributes which was found in the request.
formAttributes() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
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.
fsProps(String, Handler<AsyncResult<FileSystemProps>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
fsPropsSync(String) - Method in interface org.vertx.java.core.file.FileSystem
fsPropsSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
Future<T> - Interface in org.vertx.java.core
 

G

get(String) - 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(String, Handler<HttpClientResponse>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
get(String) - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
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(String) - Method in interface org.vertx.java.core.MultiMap
Returns the value of with the specified name.
get(Object) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
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 class org.vertx.java.core.http.impl.DefaultHttpServer
 
getAcceptBacklog() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
getAcceptBacklog() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
getAcceptBacklog() - Method in interface org.vertx.java.core.ServerTCPSupport
 
getActiveCount() - Method in interface org.vertx.java.core.impl.management.ThreadPoolMXBean
 
getActiveCount() - Method in class org.vertx.java.core.impl.management.ThreadPoolMXBeanImpl
 
getAdditionalResources() - Method in class org.vertx.java.core.dns.impl.netty.DnsMessage
Returns a list of all the additional resource records in this message.
getAll(String) - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
getAll(String) - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
getAll(String) - Method in interface org.vertx.java.core.MultiMap
Returns the values with the specified name
getAnswers() - Method in class org.vertx.java.core.dns.impl.netty.DnsMessage
Returns a list of all the answer resource records in this message.
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
getAuthorityResources() - Method in class org.vertx.java.core.dns.impl.netty.DnsMessage
Returns a list of all the authority resource records in this message.
getBackgroundPool() - Method in class org.vertx.java.core.impl.DefaultVertx
 
getBackgroundPool() - Method in interface org.vertx.java.core.impl.VertxInternal
 
getBinary(String) - Method in class org.vertx.java.core.json.JsonObject
 
getBinary(String, byte[]) - Method in class org.vertx.java.core.json.JsonObject
 
getBinaryData() - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
getBinaryData() - Method in interface org.vertx.java.core.http.impl.ws.WebSocketFrame
Returns the content of this frame as-is, with no UTF-8 decoding.
getBodyLength() - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
getBodyLength() - Method in class org.vertx.java.core.eventbus.impl.JsonObjectMessage
 
getBodyLength() - Method in class org.vertx.java.core.eventbus.impl.ReplyFailureMessage
 
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
getClientAuth() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
getCompletedTaskCount() - Method in interface org.vertx.java.core.impl.management.ThreadPoolMXBean
 
getCompletedTaskCount() - Method in class org.vertx.java.core.impl.management.ThreadPoolMXBeanImpl
 
getConnection(Handler<ClientConnection>, Handler<Throwable>, DefaultContext) - Method in interface org.vertx.java.core.http.impl.HttpPool
 
getConnection(Handler<ClientConnection>, Handler<Throwable>, DefaultContext) - Method in class org.vertx.java.core.http.impl.PriorityHttpConnectionPool
 
getConnection(Handler<ClientConnection>, Handler<Throwable>, DefaultContext) - Method in class org.vertx.java.core.http.impl.StandardHttpConnectionPool
 
getConnectTimeout() - Method in interface org.vertx.java.core.http.HttpClient
 
getConnectTimeout() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getConnectTimeout() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getConnectTimeout() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
getConnectTimeout() - Method in interface org.vertx.java.core.net.NetClient
 
getContext() - Method in class org.vertx.java.core.impl.DefaultVertx
 
getContext() - Method in interface org.vertx.java.core.impl.VertxInternal
Get the current context
getContext() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
getContext() - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
getContext(C) - Method in class org.vertx.java.core.net.impl.VertxHandler
 
getCorePoolSize() - Method in interface org.vertx.java.core.impl.management.ThreadPoolMXBean
 
getCorePoolSize() - Method in class org.vertx.java.core.impl.management.ThreadPoolMXBeanImpl
 
getDefaultReplyTimeout() - Method in interface org.vertx.java.core.eventbus.EventBus
Return the value for default send timeout
getDefaultReplyTimeout() - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
getDeploymentHandle() - Method in class org.vertx.java.core.impl.DefaultContext
 
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
 
getEventLoop() - Method in class org.vertx.java.core.impl.DefaultContext
 
getEventLoopGroup() - Method in class org.vertx.java.core.impl.DefaultVertx
 
getEventLoopGroup() - Method in interface org.vertx.java.core.impl.VertxInternal
 
getExecutor() - Method in class org.vertx.java.core.impl.OrderedExecutorFactory
Get an executor that always executes tasks in order.
getFactory() - Static method in class org.vertx.java.core.dns.impl.netty.decoder.RecordDecoderFactory
Returns the active RecordDecoderFactory, which is the same as the default factory if it has not been changed by the user.
getField(String) - Method in class org.vertx.java.core.json.JsonObject
 
getFieldNames() - Method in class org.vertx.java.core.json.JsonObject
 
getFileSystem() - Method in class org.vertx.java.core.impl.DefaultVertx
 
getFloat(int) - Method in class org.vertx.java.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getHeader() - Method in class org.vertx.java.core.dns.impl.netty.DnsMessage
Returns the header belonging to this message.
getHook() - Method in class org.vertx.java.core.sockjs.EventBusBridge
 
getHost() - Method in interface org.vertx.java.core.http.HttpClient
 
getHost() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getHostname() - Method in interface org.vertx.java.core.impl.management.EventBusMXBean
 
getHostname() - Method in class org.vertx.java.core.impl.management.EventBusMXBeanImpl
 
getId() - Method in class org.vertx.java.core.dns.impl.netty.DnsHeader
Returns the 2 byte unsigned identifier number used for the DnsMessage.
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 class org.vertx.java.core.http.impl.DefaultHttpClient
 
getKeyStorePassword() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
getKeyStorePassword() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getKeyStorePassword() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
getKeyStorePassword() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
getKeyStorePassword() - Method in interface org.vertx.java.core.SSLSupport
 
getKeyStorePath() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getKeyStorePath() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
getKeyStorePath() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getKeyStorePath() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
getKeyStorePath() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
getKeyStorePath() - Method in interface org.vertx.java.core.SSLSupport
 
getLargestPoolSize() - Method in interface org.vertx.java.core.impl.management.ThreadPoolMXBean
 
getLargestPoolSize() - Method in class org.vertx.java.core.impl.management.ThreadPoolMXBeanImpl
 
getLogger(Class<?>) - Static method in class org.vertx.java.core.logging.impl.LoggerFactory
 
getLogger(String) - Static method in class org.vertx.java.core.logging.impl.LoggerFactory
 
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.
getMaximumPoolSize() - Method in interface org.vertx.java.core.impl.management.ThreadPoolMXBean
 
getMaximumPoolSize() - Method in class org.vertx.java.core.impl.management.ThreadPoolMXBeanImpl
 
getMaxPoolSize() - Method in interface org.vertx.java.core.http.HttpClient
Returns the maximum number of connections in the pool
getMaxPoolSize() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getMaxPoolSize() - Method in interface org.vertx.java.core.http.impl.HttpPool
 
getMaxPoolSize() - Method in class org.vertx.java.core.http.impl.PriorityHttpConnectionPool
Returns the maximum number of connections in the pool
getMaxPoolSize() - Method in class org.vertx.java.core.http.impl.StandardHttpConnectionPool
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.
getMaxWebSocketFrameSize() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getMaxWebSocketFrameSize() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
getMimeTypeForExtension(String) - Static method in class org.vertx.java.core.http.impl.MimeMapping
 
getMulticastNetworkInterface() - Method in interface org.vertx.java.core.datagram.DatagramSocket
Gets the StandardSocketOptions.IP_MULTICAST_IF option.
getMulticastNetworkInterface() - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
getMulticastTimeToLive() - Method in interface org.vertx.java.core.datagram.DatagramSocket
Gets the StandardSocketOptions.IP_MULTICAST_TTL option.
getMulticastTimeToLive() - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
getName(ByteBuf, int) - Static method in class org.vertx.java.core.dns.impl.netty.DnsResponseDecoder
Retrieves a domain name given a buffer containing a DNS packet without advancing the readerIndex for the buffer.
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.
getNow(String, Handler<HttpClientResponse>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getNow(String, MultiMap, Handler<HttpClientResponse>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
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
 
getOpcode() - Method in class org.vertx.java.core.dns.impl.netty.DnsHeader
Returns the 4 bit opcode used for the DnsMessage.
getOrCreateContext() - Method in class org.vertx.java.core.impl.DefaultVertx
 
getOrCreateContext() - Method in interface org.vertx.java.core.impl.VertxInternal
 
getPathResolver() - Method in class org.vertx.java.core.impl.DefaultContext
 
getPeerCertificateChain() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
getPoolSize() - Method in interface org.vertx.java.core.impl.management.ThreadPoolMXBean
 
getPoolSize() - Method in class org.vertx.java.core.impl.management.ThreadPoolMXBeanImpl
 
getPort() - Method in interface org.vertx.java.core.http.HttpClient
 
getPort() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getPort() - Method in interface org.vertx.java.core.impl.management.EventBusMXBean
 
getPort() - Method in class org.vertx.java.core.impl.management.EventBusMXBeanImpl
 
getQuestions() - Method in class org.vertx.java.core.dns.impl.netty.DnsMessage
Returns a list of all the questions in this message.
getQueueSize() - Method in interface org.vertx.java.core.impl.management.ThreadPoolMXBean
 
getQueueSize() - Method in class org.vertx.java.core.impl.management.ThreadPoolMXBeanImpl
 
getReadAdditionalResources() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Returns the number of additional resource records to read for this DNS response packet.
getReadAnswers() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Returns the number of answers to read for this DNS response packet.
getReadAuthorityResources() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Returns the number of authority resource records to read for this DNS response packet.
getReadQuestions() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Returns the number of questions to read for this DNS response packet.
getReceiveBufferSize() - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
getReceiveBufferSize() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getReceiveBufferSize() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
getReceiveBufferSize() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getReceiveBufferSize() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
getReceiveBufferSize() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
getReceiveBufferSize() - Method in interface org.vertx.java.core.NetworkSupport
 
getReconnectAttempts() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getReconnectAttempts() - Method in interface org.vertx.java.core.net.NetClient
Get the number of reconnect attempts
getReconnectInterval() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getReconnectInterval() - Method in interface org.vertx.java.core.net.NetClient
Get the reconnect interval, in milliseconds.
getResponseCode() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Returns the 4 bit return code.
getSendBufferSize() - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
getSendBufferSize() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getSendBufferSize() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
getSendBufferSize() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getSendBufferSize() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
getSendBufferSize() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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 class org.vertx.java.core.http.impl.DefaultHttpClient
 
getSoLinger() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
getSoLinger() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getSoLinger() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
getSoLinger() - Method in class org.vertx.java.core.net.impl.SocketDefaults
 
getSoLinger() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
getSoLinger() - Method in interface org.vertx.java.core.TCPSupport
 
getSSLContext() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
getStatusCode() - Method in interface org.vertx.java.core.http.HttpServerResponse
The HTTP status code of the response.
getStatusCode() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
getStatusMessage() - Method in interface org.vertx.java.core.http.HttpServerResponse
The HTTP status message of the response.
getStatusMessage() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
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
getTaskCount() - Method in interface org.vertx.java.core.impl.management.ThreadPoolMXBean
 
getTaskCount() - Method in class org.vertx.java.core.impl.management.ThreadPoolMXBeanImpl
 
getTcpReceiveBufferSize() - Method in class org.vertx.java.core.net.impl.SocketDefaults
 
getTcpSendBufferSize() - Method in class org.vertx.java.core.net.impl.SocketDefaults
 
getTextData() - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
getTextData() - Method in interface org.vertx.java.core.http.impl.ws.WebSocketFrame
Converts the content of this frame into a UTF-8 string and returns the converted string.
getTrafficClass() - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
getTrafficClass() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getTrafficClass() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
getTrafficClass() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getTrafficClass() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
getTrafficClass() - Method in class org.vertx.java.core.net.impl.SocketDefaults
 
getTrafficClass() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
getTrafficClass() - Method in interface org.vertx.java.core.NetworkSupport
 
getTrustStorePassword() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getTrustStorePassword() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
getTrustStorePassword() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getTrustStorePassword() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
getTrustStorePassword() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
getTrustStorePassword() - Method in interface org.vertx.java.core.SSLSupport
 
getTrustStorePath() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getTrustStorePath() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
getTrustStorePath() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getTrustStorePath() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
getTrustStorePath() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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.
getTryUseCompression() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getType() - Method in class org.vertx.java.core.dns.impl.netty.DnsHeader
Returns the type of DnsMessage.
getType() - Method in class org.vertx.java.core.dns.impl.netty.DnsQueryHeader
Returns the DnsMessage type.
getType() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Returns the DnsMessage type.
getType() - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
getType() - Method in interface org.vertx.java.core.http.impl.ws.WebSocketFrame
 
getValue(String) - Method in class org.vertx.java.core.json.JsonObject
 
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
getZ() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Returns the 3 bit reserved field 'Z'.
GZIP - Static variable in class org.vertx.java.core.json.impl.Base64
Specify that data should be gzip-compressed.

H

handle(AsyncResult<List<F>>) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient.ConvertingHandler
 
handle(E) - Method in interface org.vertx.java.core.Handler
Something has happened, so handle it.
handle(ServerWebSocket) - Method in class org.vertx.java.core.http.impl.WebSocketMatcher
 
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(HttpServerRequest) - Method in class org.vertx.java.core.sockjs.impl.DefaultSockJSServer
 
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
handleClosed() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
handleClosed() - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
handleException(Throwable) - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
handleHandlerException(Throwable) - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
handleInterestedOpsChanged() - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
handleInterestedOpsChanged() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
handleInterestedOpsChanged() - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
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
handler - Variable in class org.vertx.java.core.net.impl.HandlerHolder
 
HandlerHolder<T> - Class in org.vertx.java.core.net.impl
 
HandlerManager<T> - Class in org.vertx.java.core.net.impl
 
HandlerManager(VertxEventLoopGroup) - Constructor for class org.vertx.java.core.net.impl.HandlerManager
 
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
hasHandlers() - Method in class org.vertx.java.core.net.impl.HandlerManager
 
hashCode() - Method in class org.vertx.java.core.dns.impl.netty.DnsEntry
 
hashCode() - Method in class org.vertx.java.core.dns.impl.netty.DnsQuestion
 
hashCode() - Method in class org.vertx.java.core.net.impl.HandlerHolder
 
hashCode() - Method in class org.vertx.java.core.net.impl.ServerID
 
hashCode() - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
hashCode() - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
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<HttpClientResponse>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
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 class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
headers() - Method in class org.vertx.java.core.http.impl.DefaultHttpClientResponse
 
headers() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
headers() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
headers() - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
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
heapBuffer() - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
heapBuffer(int) - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
heapBuffer(int, int) - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
host() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
host - Variable in class org.vertx.java.core.net.impl.ServerID
 
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.
HttpHeadersAdapter - Class in org.vertx.java.core.http.impl
 
HttpHeadersAdapter(HttpHeaders) - Constructor for class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
HttpPool - Interface in org.vertx.java.core.http.impl
 
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

incRequired() - Method in class org.vertx.java.core.impl.CountingCompletionHandler
 
info(Object) - Method in class org.vertx.java.core.logging.impl.JULLogDelegate
 
info(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.JULLogDelegate
 
info(Object) - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
info(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
info(Object) - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
info(Object, Throwable) - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
info(Object) - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
info(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
info(Object) - Method in class org.vertx.java.core.logging.Logger
 
info(Object, Throwable) - Method in class org.vertx.java.core.logging.Logger
 
initialise() - Static method in class org.vertx.java.core.logging.impl.LoggerFactory
 
installApp(JsonObject, Handler<SockJSSocket>) - Method in class org.vertx.java.core.sockjs.impl.DefaultSockJSServer
 
installApp(JsonObject, Handler<SockJSSocket>) - Method in interface org.vertx.java.core.sockjs.SockJSServer
Install an application
installTestApplications() - Method in class org.vertx.java.core.sockjs.impl.DefaultSockJSServer
 
INSTANCE - Static variable in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
instance - Static variable in class org.vertx.java.core.net.impl.SocketDefaults
 
InternetProtocolFamily - Enum in org.vertx.java.core.datagram
Internet Protocol (IP) families used by DatagramSocket.
ioBuffer() - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
ioBuffer(int) - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
ioBuffer(int, int) - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
isAllowsCoreThreadTimeOut() - Method in interface org.vertx.java.core.impl.management.ThreadPoolMXBean
 
isAllowsCoreThreadTimeOut() - Method in class org.vertx.java.core.impl.management.ThreadPoolMXBeanImpl
 
isArray() - Method in class org.vertx.java.core.json.JsonElement
 
isAuthoritativeAnswer() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Returns true if responding server is authoritative for the domain name in the query message.
isBinary() - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
isBinary() - Method in interface org.vertx.java.core.http.impl.ws.WebSocketFrame
Returns true if and only if the content of this frame is an arbitrary binary data.
isBroadcast() - Method in interface org.vertx.java.core.datagram.DatagramSocket
Gets the StandardSocketOptions.SO_BROADCAST option.
isBroadcast() - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
isChunked() - Method in interface org.vertx.java.core.http.HttpClientRequest
 
isChunked() - Method in interface org.vertx.java.core.http.HttpServerResponse
Is the response chunked?
isChunked() - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
isChunked() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
isClientAuthRequired() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
isClientAuthRequired() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
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.
isCompressionSupported() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
isDebugEnabled() - Method in class org.vertx.java.core.logging.impl.JULLogDelegate
 
isDebugEnabled() - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
isDebugEnabled() - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
isDebugEnabled() - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
isDebugEnabled() - Method in class org.vertx.java.core.logging.Logger
 
isDirectBufferPooled() - Method in class org.vertx.java.core.net.impl.PartialPooledByteBufAllocator
 
isDirectory() - Method in interface org.vertx.java.core.file.FileProps
Is the file a directory?
isDirectory() - Method in class org.vertx.java.core.file.impl.DefaultFileProps
 
isEmpty() - Method in class org.vertx.java.core.http.CaseInsensitiveMultiMap
 
isEmpty() - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
isEmpty() - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
isEmpty() - Method in interface org.vertx.java.core.MultiMap
Return true if empty
isEmpty() - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
isEmpty() - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
isEmpty() - Method in interface org.vertx.java.core.spi.cluster.ChoosableIterable
Is it empty?
isEventLoop() - Method in class org.vertx.java.core.impl.DefaultVertx
 
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.impl.JULLogDelegate
 
isInfoEnabled() - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
isInfoEnabled() - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
isInfoEnabled() - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
isInfoEnabled() - Method in class org.vertx.java.core.logging.Logger
 
isKeepAlive() - Method in interface org.vertx.java.core.http.HttpClient
 
isKeepAlive() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
isMulticastLoopbackMode() - Method in interface org.vertx.java.core.datagram.DatagramSocket
Gets the StandardSocketOptions.IP_MULTICAST_LOOP option.
isMulticastLoopbackMode() - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
isObject() - Method in class org.vertx.java.core.json.JsonElement
 
isOnCorrectWorker(EventLoop) - Method in class org.vertx.java.core.impl.DefaultContext
 
isOnCorrectWorker(EventLoop) - Method in class org.vertx.java.core.impl.EventLoopContext
 
isOnCorrectWorker(EventLoop) - Method in class org.vertx.java.core.impl.WorkerContext
 
isOther() - Method in interface org.vertx.java.core.file.FileProps
Is the file some other type? (I.e.
isOther() - Method in class org.vertx.java.core.file.impl.DefaultFileProps
 
isRecursionAvailable() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Returns true if DNS server can handle recursive queries.
isRecursionDesired() - Method in class org.vertx.java.core.dns.impl.netty.DnsHeader
Returns true if a query is to be pursued recursively.
isRegularFile() - Method in interface org.vertx.java.core.file.FileProps
Is the file a regular file?
isRegularFile() - Method in class org.vertx.java.core.file.impl.DefaultFileProps
 
isReuseAddress() - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
isReuseAddress() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
isReuseAddress() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
isReuseAddress() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
isReuseAddress() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
isReuseAddress() - Method in class org.vertx.java.core.net.impl.SocketDefaults
 
isReuseAddress() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
isReuseAddress() - Method in interface org.vertx.java.core.NetworkSupport
 
isShutdown() - Method in interface org.vertx.java.core.impl.management.ThreadPoolMXBean
 
isShutdown() - Method in class org.vertx.java.core.impl.management.ThreadPoolMXBeanImpl
 
isShutdown() - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
isShuttingDown() - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
isSSL() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
isSSL() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
isSSL() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
isSSL() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
isSSL() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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?
isSymbolicLink() - Method in class org.vertx.java.core.file.impl.DefaultFileProps
 
isTCPKeepAlive() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
isTCPKeepAlive() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
isTCPKeepAlive() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
isTCPKeepAlive() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
isTcpKeepAlive() - Method in class org.vertx.java.core.net.impl.SocketDefaults
 
isTCPKeepAlive() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
isTCPKeepAlive() - Method in interface org.vertx.java.core.TCPSupport
 
isTCPNoDelay() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
isTCPNoDelay() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
isTCPNoDelay() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
isTCPNoDelay() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
isTcpNoDelay() - Method in class org.vertx.java.core.net.impl.SocketDefaults
 
isTCPNoDelay() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
isTCPNoDelay() - Method in interface org.vertx.java.core.TCPSupport
 
isTerminated() - Method in interface org.vertx.java.core.impl.management.ThreadPoolMXBean
 
isTerminated() - Method in class org.vertx.java.core.impl.management.ThreadPoolMXBeanImpl
 
isTerminated() - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
isTerminating() - Method in interface org.vertx.java.core.impl.management.ThreadPoolMXBean
 
isTerminating() - Method in class org.vertx.java.core.impl.management.ThreadPoolMXBeanImpl
 
isText() - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
isText() - Method in interface org.vertx.java.core.http.impl.ws.WebSocketFrame
Returns true if and only if the content of this frame is a string encoded in UTF-8.
isTraceEnabled() - Method in class org.vertx.java.core.logging.impl.JULLogDelegate
 
isTraceEnabled() - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
isTraceEnabled() - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
isTraceEnabled() - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
isTraceEnabled() - Method in class org.vertx.java.core.logging.Logger
 
isTruncated() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Returns true if response has been truncated, usually if it is over 512 bytes.
isTrustAll() - Method in interface org.vertx.java.core.ClientSSLSupport
 
isTrustAll() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
isTrustAll() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
isTrustAll() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
isUsePooledBuffers() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
isUsePooledBuffers() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
isUsePooledBuffers() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
isUsePooledBuffers() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
isUsePooledBuffers() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
isUsePooledBuffers() - Method in interface org.vertx.java.core.TCPSupport
 
isVerifyHost() - Method in interface org.vertx.java.core.http.HttpClient
 
isVerifyHost() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
isVerifyHost() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
isWindows() - Static method in class org.vertx.java.core.impl.Windows
 
isWorker() - Method in class org.vertx.java.core.impl.DefaultVertx
 
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.http.impl.HttpHeadersAdapter
 
iterator() - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
iterator() - Method in class org.vertx.java.core.json.JsonArray
 
iterator() - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
iterator() - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 

J

join() - Method in interface org.vertx.java.core.spi.cluster.ClusterManager
Join the cluster
Json - Class in org.vertx.java.core.json.impl
 
Json() - Constructor for class org.vertx.java.core.json.impl.Json
 
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() - Constructor for class org.vertx.java.core.json.JsonArray
 
JsonArray(String) - Constructor for class org.vertx.java.core.json.JsonArray
 
JsonCodec - Class in org.vertx.java.core.sockjs.impl
SockJS requires a special JSON codec - it requires that many other characters, over and above what is required by the JSON spec are escaped.
JsonCodec() - Constructor for class org.vertx.java.core.sockjs.impl.JsonCodec
 
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(String) - Constructor for class org.vertx.java.core.json.JsonObject
Create a JSON object from a string form of a JSON object
JsonObjectMessage - Class in org.vertx.java.core.eventbus.impl
 
JsonObjectMessage(boolean, String, JsonObject) - Constructor for class org.vertx.java.core.eventbus.impl.JsonObjectMessage
 
JsonObjectMessage(Buffer) - Constructor for class org.vertx.java.core.eventbus.impl.JsonObjectMessage
 
JULLogDelegate - Class in org.vertx.java.core.logging.impl
A LogDelegate which delegates to java.util.logging
JULLogDelegateFactory - Class in org.vertx.java.core.logging.impl
A LogDelegateFactory which creates JULLogDelegate instances.
JULLogDelegateFactory() - Constructor for class org.vertx.java.core.logging.impl.JULLogDelegateFactory
 

K

keySet() - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 

L

lastAccessTime() - Method in interface org.vertx.java.core.file.FileProps
The date the file was last accessed
lastAccessTime() - Method in class org.vertx.java.core.file.impl.DefaultFileProps
 
lastModifiedTime() - Method in interface org.vertx.java.core.file.FileProps
The date the file was last modified
lastModifiedTime() - Method in class org.vertx.java.core.file.impl.DefaultFileProps
 
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.
link(String, String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
linkSync(String, String) - Method in interface org.vertx.java.core.file.FileSystem
linkSync(String, String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
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(String, int, Handler<AsyncResult<DatagramSocket>>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
listen(int, Handler<AsyncResult<DatagramSocket>>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
listen(InetSocketAddress, Handler<AsyncResult<DatagramSocket>>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
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 class org.vertx.java.core.http.impl.DefaultHttpServer
 
listen(int, String) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
listen(int, Handler<AsyncResult<HttpServer>>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
listen(int, String, Handler<AsyncResult<HttpServer>>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
listen(int) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
listen(int, Handler<AsyncResult<NetServer>>) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
listen(int, String) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
listen(int, String, Handler<AsyncResult<NetServer>>) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
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.
listenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
listenMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
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 class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
localAddress() - Method in class org.vertx.java.core.http.impl.WebSocketImplBase
 
localAddress() - Method in interface org.vertx.java.core.http.WebSocketBase
Return the local address for this socket
localAddress() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
localAddress() - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
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
Log4jLogDelegate - Class in org.vertx.java.core.logging.impl
A LogDelegate which delegates to Apache Log4j
Log4jLogDelegateFactory - Class in org.vertx.java.core.logging.impl
A LogDelegateFactory which creates Log4jLogDelegate instances.
Log4jLogDelegateFactory() - Constructor for class org.vertx.java.core.logging.impl.Log4jLogDelegateFactory
 
LogDelegate - Interface in org.vertx.java.core.logging.impl
I represent operations that are delegated to underlying logging frameworks.
LogDelegateFactory - Interface in org.vertx.java.core.logging.impl
I am responsible for creating LogDelegate instances.
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_DELEGATE_FACTORY_CLASS_NAME - Static variable in class org.vertx.java.core.logging.impl.LoggerFactory
 
LoggerFactory - Class in org.vertx.java.core.logging.impl
 
LoggerFactory() - Constructor for class org.vertx.java.core.logging.impl.LoggerFactory
 
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.
lookup(String, Handler<AsyncResult<InetAddress>>) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient
 
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.
lookup4(String, Handler<AsyncResult<Inet4Address>>) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient
 
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.
lookup6(String, Handler<AsyncResult<Inet6Address>>) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient
 
lprops(String, Handler<AsyncResult<FileProps>>) - Method in interface org.vertx.java.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lprops(String, Handler<AsyncResult<FileProps>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
lpropsSync(String) - Method in interface org.vertx.java.core.file.FileSystem
Synchronous version of FileSystem.lprops(String, Handler)
lpropsSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 

M

MailExchangerDecoder - Class in org.vertx.java.core.dns.impl.netty.decoder
Decodes MX (mail exchanger) resource records.
MailExchangerDecoder() - Constructor for class org.vertx.java.core.dns.impl.netty.decoder.MailExchangerDecoder
 
MailExchangerRecord - Class in org.vertx.java.core.dns.impl.netty.decoder.record
Represents an MX (mail exchanger) record, which contains a mail server responsible for accepting e-mail and a preference value for prioritizing mail servers if multiple servers exist.
MailExchangerRecord(int, String) - Constructor for class org.vertx.java.core.dns.impl.netty.decoder.record.MailExchangerRecord
Constructs an MX (mail exchanger) record.
main(String[]) - Static method in class org.vertx.java.core.json.impl.Base64
Encodes or decodes two files from the command line; feel free to delete this method (in fact you probably should) if you're embedding this code into a larger program.
main(String[]) - Static method in class org.vertx.java.core.sockjs.impl.DefaultSockJSServer
 
ManagementRegistry - Class in org.vertx.java.core.impl.management
 
ManagementRegistry() - Constructor for class org.vertx.java.core.impl.management.ManagementRegistry
 
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.
MessageFactory - Class in org.vertx.java.core.eventbus.impl
 
MessageFactory() - Constructor for class org.vertx.java.core.eventbus.impl.MessageFactory
 
method() - Method in interface org.vertx.java.core.http.HttpServerRequest
The HTTP method for the request.
method() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
MimeMapping - Class in org.vertx.java.core.http.impl
We do our own mapping since support for mime mapping in Java is platform dependent and doesn't seem to work very well
MimeMapping() - Constructor for class org.vertx.java.core.http.impl.MimeMapping
 
minimumTtl() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
Returns the minimum TTL for records in the zone (if the record has a higher TTL, that value should be used as the TTL).
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.
mkdir(String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
mkdir(String, boolean, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
mkdir(String, String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
mkdir(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
mkdirInternal(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
mkdirInternal(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.WindowsFileSystem
 
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
mkdirSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
mkdirSync(String, boolean) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
mkdirSync(String, String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
mkdirSync(String, String, boolean) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
ModuleFileSystemPathResolver - Class in org.vertx.java.core.file.impl
 
ModuleFileSystemPathResolver(Path) - Constructor for class org.vertx.java.core.file.impl.ModuleFileSystemPathResolver
 
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.
move(String, String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
moveSync(String, String) - Method in interface org.vertx.java.core.file.FileSystem
moveSync(String, String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
MultiMap - Interface in org.vertx.java.core
 
MultiThreadedWorkerContext - Class in org.vertx.java.core.impl
 
MultiThreadedWorkerContext(VertxInternal, Executor, Executor) - Constructor for class org.vertx.java.core.impl.MultiThreadedWorkerContext
 
MxRecord - Interface in org.vertx.java.core.dns
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.

N

name() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.MailExchangerRecord
Returns the mail exchanger (an e-mail address) in the format admin.example.com, which represents [email protected].
name() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.ServiceRecord
Returns the name for the server being queried.
name() - Method in class org.vertx.java.core.dns.impl.netty.DnsEntry
Returns the name of this entry (the domain).
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 class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
names() - Method in interface org.vertx.java.core.MultiMap
Gets a immutable Set of all names
needsCopy - Variable in class org.vertx.java.core.json.JsonElement
 
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() - Method in class org.vertx.java.core.http.impl.DefaultHttpClientResponse
 
netSocket() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
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.
newThread(Runnable) - Method in class org.vertx.java.core.impl.VertxThreadFactory
 
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
next() - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
NO_OPTIONS - Static variable in class org.vertx.java.core.json.impl.Base64
No options specified.
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<WebSocketMatcher.Match>) - Method in class org.vertx.java.core.http.impl.WebSocketMatcher
Specify a handler that will be called when no other handlers match.
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

OPCODE_IQUERY - Static variable in class org.vertx.java.core.dns.impl.netty.DnsHeader
Deprecated.
OPCODE_QUERY - Static variable in class org.vertx.java.core.dns.impl.netty.DnsHeader
Message is for a standard query.
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.
open(String, Handler<AsyncResult<AsyncFile>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
open(String, String, Handler<AsyncResult<AsyncFile>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
open(String, String, boolean, Handler<AsyncResult<AsyncFile>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
open(String, String, boolean, boolean, boolean, Handler<AsyncResult<AsyncFile>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
open(String, String, boolean, boolean, boolean, boolean, Handler<AsyncResult<AsyncFile>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
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
openSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
openSync(String, String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
openSync(String, String, boolean) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
openSync(String, String, boolean, boolean, boolean) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
openSync(String, String, boolean, boolean, boolean, boolean) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
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<HttpClientResponse>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
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
ORDERED - Static variable in class org.vertx.java.core.json.impl.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
orderedBgExec - Variable in class org.vertx.java.core.impl.DefaultContext
 
OrderedExecutorFactory - Class in org.vertx.java.core.impl
A factory for producing executors that run all tasks in order, which delegate to a single common executor instance.
OrderedExecutorFactory(Executor) - Constructor for class org.vertx.java.core.impl.OrderedExecutorFactory
Construct a new instance delegating to the given parent executor.
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.datagram.impl - package org.vertx.java.core.datagram.impl
 
org.vertx.java.core.dns - package org.vertx.java.core.dns
 
org.vertx.java.core.dns.impl - package org.vertx.java.core.dns.impl
 
org.vertx.java.core.dns.impl.netty - package org.vertx.java.core.dns.impl.netty
 
org.vertx.java.core.dns.impl.netty.decoder - package org.vertx.java.core.dns.impl.netty.decoder
Handles the decoding of DNS response packets.
org.vertx.java.core.dns.impl.netty.decoder.record - package org.vertx.java.core.dns.impl.netty.decoder.record
Some DNS response packets contain numerous pieces of data that cannot be decoded into a single object such as a String.
org.vertx.java.core.eventbus - package org.vertx.java.core.eventbus
 
org.vertx.java.core.eventbus.impl - package org.vertx.java.core.eventbus.impl
 
org.vertx.java.core.file - package org.vertx.java.core.file
 
org.vertx.java.core.file.impl - package org.vertx.java.core.file.impl
 
org.vertx.java.core.http - package org.vertx.java.core.http
 
org.vertx.java.core.http.impl - package org.vertx.java.core.http.impl
 
org.vertx.java.core.http.impl.cgbystrom - package org.vertx.java.core.http.impl.cgbystrom
 
org.vertx.java.core.http.impl.ws - package org.vertx.java.core.http.impl.ws
 
org.vertx.java.core.impl - package org.vertx.java.core.impl
 
org.vertx.java.core.impl.management - package org.vertx.java.core.impl.management
 
org.vertx.java.core.json - package org.vertx.java.core.json
 
org.vertx.java.core.json.impl - package org.vertx.java.core.json.impl
 
org.vertx.java.core.logging - package org.vertx.java.core.logging
 
org.vertx.java.core.logging.impl - package org.vertx.java.core.logging.impl
 
org.vertx.java.core.net - package org.vertx.java.core.net
 
org.vertx.java.core.net.impl - package org.vertx.java.core.net.impl
 
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.shareddata.impl - package org.vertx.java.core.shareddata.impl
 
org.vertx.java.core.sockjs - package org.vertx.java.core.sockjs
 
org.vertx.java.core.sockjs.impl - package org.vertx.java.core.sockjs.impl
 
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
 
originalIndex() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponse
Returns the original index at which the DNS response packet starts for the ByteBuf stored in this ByteBufHolder.

P

params() - Method in interface org.vertx.java.core.http.HttpServerRequest
Returns a map of all the parameters in the request
params() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
params - Variable in class org.vertx.java.core.http.impl.WebSocketMatcher.Match
 
PartialPooledByteBufAllocator - Class in org.vertx.java.core.net.impl
A ByteBufAllocator which is partial pooled.
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<HttpClientResponse>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
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 class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
path() - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
path() - Method in interface org.vertx.java.core.http.ServerWebSocket
The path the websocket is attempting to connect at
PathAdjuster - Class in org.vertx.java.core.file.impl
 
PathAdjuster() - Constructor for class org.vertx.java.core.file.impl.PathAdjuster
 
PathResolver - Interface in org.vertx.java.core.file.impl
 
pause() - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
pause() - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
pause() - Method in class org.vertx.java.core.http.impl.DefaultHttpClientResponse
 
pause() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
pause() - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
pause() - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
pause() - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
pause() - Method in interface org.vertx.java.core.streams.ReadSupport
Pause the ReadSupport.
peerCertificateChain() - Method in interface org.vertx.java.core.http.HttpServerRequest
 
peerCertificateChain() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
perform() - Method in interface org.vertx.java.core.spi.Action
 
PingMessage - Class in org.vertx.java.core.eventbus.impl
 
PingMessage(ServerID) - Constructor for class org.vertx.java.core.eventbus.impl.PingMessage
 
PingMessage(Buffer) - Constructor for class org.vertx.java.core.eventbus.impl.PingMessage
 
port() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.ServiceRecord
Returns the port the service is running on.
port() - Method in interface org.vertx.java.core.dns.SrvRecord
Returns the port the service is running on.
port() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
port - Variable in class org.vertx.java.core.net.impl.ServerID
 
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<HttpClientResponse>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
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
primaryNameServer() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
Returns the primary name server.
priority() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.MailExchangerRecord
Returns the priority of the mail exchanger, lower is more preferred.
priority() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.ServiceRecord
Returns the priority for this service record.
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.
PriorityHttpConnectionPool - Class in org.vertx.java.core.http.impl
 
PriorityHttpConnectionPool() - Constructor for class org.vertx.java.core.http.impl.PriorityHttpConnectionPool
 
props(String, Handler<AsyncResult<FileProps>>) - Method in interface org.vertx.java.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
props(String, Handler<AsyncResult<FileProps>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
propsSync(String) - Method in interface org.vertx.java.core.file.FileSystem
Synchronous version of FileSystem.props(String, Handler)
propsSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
protocol() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.ServiceRecord
Returns the protocol for the service being queried (i.e.
protocol() - Method in interface org.vertx.java.core.dns.SrvRecord
Returns the protocol for the service being queried (i.e.
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
publish(String, Object) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
publish(String, JsonObject) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
publish(String, JsonArray) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
publish(String, Buffer) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
publish(String, byte[]) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
publish(String, String) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
publish(String, Integer) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
publish(String, Long) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
publish(String, Float) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
publish(String, Double) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
publish(String, Boolean) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
publish(String, Short) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
publish(String, Character) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
publish(String, Byte) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
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<HttpClientResponse>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
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) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
put(K, V, Handler<AsyncResult<Void>>) - Method in interface org.vertx.java.core.spi.cluster.AsyncMap
Put a value in the map, asynchronously.
putAll(Map<? extends K, ? extends V>) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
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(String, Iterable<String>) - Method in interface org.vertx.java.core.http.HttpClientRequest
Put an HTTP header - fluent API
putHeader(String, String) - Method in interface org.vertx.java.core.http.HttpServerResponse
Put an HTTP header - fluent API
putHeader(String, Iterable<String>) - Method in interface org.vertx.java.core.http.HttpServerResponse
Put an HTTP header - fluent API
putHeader(String, String) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
putHeader(String, Iterable<String>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
putHeader(String, String) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
putHeader(String, Iterable<String>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
putIfAbsent(K, V) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
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(String, Iterable<String>) - Method in interface org.vertx.java.core.http.HttpServerResponse
Put an HTTP trailer - fluent API
putTrailer(String, String) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
putTrailer(String, Iterable<String>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
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 class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
query() - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
query() - Method in interface org.vertx.java.core.http.ServerWebSocket
The query string passed on the websocket uri
questionCount() - Method in class org.vertx.java.core.dns.impl.netty.DnsHeader
Returns the number of questions in the DnsMessage.
queueForWrite(Object) - Method in class org.vertx.java.core.net.impl.ConnectionBase
 

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.
read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
read() - Method in class org.vertx.java.core.json.impl.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.vertx.java.core.json.impl.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
readBody(int, Buffer) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
readBody(int, Buffer) - Method in class org.vertx.java.core.eventbus.impl.JsonObjectMessage
 
readBody(int, Buffer) - Method in class org.vertx.java.core.eventbus.impl.ReplyFailureMessage
 
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.
readDir(String, Handler<AsyncResult<String[]>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
readDir(String, String, Handler<AsyncResult<String[]>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
readDirSync(String) - Method in interface org.vertx.java.core.file.FileSystem
readDirSync(String, String) - Method in interface org.vertx.java.core.file.FileSystem
readDirSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
readDirSync(String, String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
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.
readFile(String, Handler<AsyncResult<Buffer>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
readFileSync(String) - Method in interface org.vertx.java.core.file.FileSystem
readFileSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
readName(ByteBuf) - Static method in class org.vertx.java.core.dns.impl.netty.DnsResponseDecoder
Retrieves a domain name given a buffer containing a DNS packet.
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.
readSymlink(String, Handler<AsyncResult<String>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
readSymlinkSync(String) - Method in interface org.vertx.java.core.file.FileSystem
readSymlinkSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
RecordDecoder<T> - Interface in org.vertx.java.core.dns.impl.netty.decoder
Used for decoding resource records.
RecordDecoderFactory - Class in org.vertx.java.core.dns.impl.netty.decoder
Handles the decoding of resource records.
RecordDecoderFactory() - Constructor for class org.vertx.java.core.dns.impl.netty.decoder.RecordDecoderFactory
Creates a new RecordDecoderFactory only using the default decoders.
RecordDecoderFactory(Map<Integer, RecordDecoder<?>>) - Constructor for class org.vertx.java.core.dns.impl.netty.decoder.RecordDecoderFactory
Creates a new RecordDecoderFactory using the default decoders and custom decoders (custom decoders override defaults).
RecordDecoderFactory(boolean, Map<Integer, RecordDecoder<?>>) - Constructor for class org.vertx.java.core.dns.impl.netty.decoder.RecordDecoderFactory
Creates a RecordDecoderFactory using either custom resource record decoders, default decoders, or both.
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.
refCnt() - Method in class org.vertx.java.core.dns.impl.netty.DnsResource
 
refCnt() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponse
 
refCnt() - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
refreshTime() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
Returns time between refreshes for secondary name servers.
register(Channel) - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
register(Channel, ChannelPromise) - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
registerEventBus(ServerID) - Static method in class org.vertx.java.core.impl.management.ManagementRegistry
 
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
registerHandler(String, Handler<? extends Message>, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
registerHandler(String, Handler<? extends Message>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
registerLocalHandler(String, Handler<? extends Message>) - Method in interface org.vertx.java.core.eventbus.EventBus
Registers a local handler against the specified address.
registerLocalHandler(String, Handler<? extends Message>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
registerThreadPool(String, ExecutorService) - Static method in class org.vertx.java.core.impl.management.ManagementRegistry
 
reject() - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
reject() - Method in interface org.vertx.java.core.http.ServerWebSocket
Reject the WebSocket
release() - Method in class org.vertx.java.core.dns.impl.netty.DnsResource
 
release(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsResource
 
release() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponse
 
release(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsResponse
 
release() - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
release(int) - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
remoteAddress() - Method in interface org.vertx.java.core.http.HttpServerRequest
Return the remote (client side) address of the request
remoteAddress() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
remoteAddress() - Method in class org.vertx.java.core.http.impl.WebSocketImplBase
 
remoteAddress() - Method in interface org.vertx.java.core.http.WebSocketBase
Return the remote address for this socket
remoteAddress() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
remoteAddress() - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
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(String) - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
remove(Object) - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
remove(String) - Method in interface org.vertx.java.core.MultiMap
Removes the value with the given name
remove(Object, Object) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
remove(Object) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
remove(Object) - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
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.
removeAll(Collection<?>) - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
removeAll(Collection<?>) - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
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
removeCloseHook(Closeable) - Method in class org.vertx.java.core.impl.DefaultContext
 
removeField(String) - Method in class org.vertx.java.core.json.JsonObject
 
removeHandler(Handler<T>, DefaultContext) - Method in class org.vertx.java.core.net.impl.HandlerManager
 
removeLogger(String) - Static method in class org.vertx.java.core.logging.impl.LoggerFactory
 
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.
removeWorker(EventLoop) - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
replace(K, V, V) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
replace(K, V) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
reply() - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Object) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(JsonObject) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(JsonArray) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(String) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Buffer) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(byte[]) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Integer) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Long) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Short) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Character) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Boolean) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Float) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Double) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Object, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(JsonObject, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(JsonArray, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(String, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Buffer, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(byte[], Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Integer, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Long, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Short, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Character, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Boolean, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Float, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply(Double, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
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 - Variable in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyAddress() - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
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
 
ReplyFailureMessage - Class in org.vertx.java.core.eventbus.impl
Special message that transmits a send reply failure to a send handler
ReplyFailureMessage(Buffer) - Constructor for class org.vertx.java.core.eventbus.impl.ReplyFailureMessage
 
replyWithTimeout(long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyWithTimeout(Object, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyWithTimeout(JsonObject, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyWithTimeout(JsonArray, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyWithTimeout(String, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyWithTimeout(Buffer, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyWithTimeout(byte[], long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyWithTimeout(Integer, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyWithTimeout(Long, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyWithTimeout(Short, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyWithTimeout(Character, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyWithTimeout(Boolean, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyWithTimeout(Float, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
replyWithTimeout(Double, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
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.
report() - Method in class org.vertx.java.core.http.impl.PriorityHttpConnectionPool
 
report() - Method in class org.vertx.java.core.http.impl.StandardHttpConnectionPool
 
reportException(Throwable) - Method in class org.vertx.java.core.impl.DefaultContext
 
reportException(Throwable) - Method in class org.vertx.java.core.impl.DefaultVertx
 
reportException(Throwable) - Method in interface org.vertx.java.core.impl.DeploymentHandle
 
reportException(Throwable) - Method in interface org.vertx.java.core.impl.VertxInternal
 
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.
request(String, String, Handler<HttpClientResponse>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
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
requestHandler(Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
requestHandler() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
resolve(Path) - Method in class org.vertx.java.core.file.impl.ClasspathPathResolver
 
resolve(Path) - Method in class org.vertx.java.core.file.impl.ModuleFileSystemPathResolver
 
resolve(Path) - Method in interface org.vertx.java.core.file.impl.PathResolver
 
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.
resolveA(String, Handler<AsyncResult<List<Inet4Address>>>) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient
 
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.
resolveAAAA(String, Handler<AsyncResult<List<Inet6Address>>>) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient
 
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.
resolveCNAME(String, Handler<AsyncResult<List<String>>>) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient
 
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.
resolveMX(String, Handler<AsyncResult<List<MxRecord>>>) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient
 
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.
resolveNS(String, Handler<AsyncResult<List<String>>>) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient
 
resolvePTR(String, Handler<AsyncResult<String>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to resolve the PTR record for the given name.
resolvePTR(String, Handler<AsyncResult<String>>) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient
 
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.
resolveSRV(String, Handler<AsyncResult<List<SrvRecord>>>) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient
 
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.
resolveTXT(String, Handler<AsyncResult<List<String>>>) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient
 
response() - Method in interface org.vertx.java.core.http.HttpServerRequest
The response.
response() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
responsiblePerson() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
Returns the responsible person's e-mail.
result() - Method in interface org.vertx.java.core.AsyncResult
The result of the operation.
result() - Method in class org.vertx.java.core.impl.DefaultFutureResult
The result of the operation.
resume() - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
resume() - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
resume() - Method in class org.vertx.java.core.http.impl.DefaultHttpClientResponse
 
resume() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
resume() - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
resume() - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
resume() - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
resume() - Method in interface org.vertx.java.core.streams.ReadSupport
Resume reading.
resumeEncoding() - Method in class org.vertx.java.core.json.impl.Base64.OutputStream
Resumes encoding of the stream.
retain() - Method in class org.vertx.java.core.dns.impl.netty.DnsResource
 
retain(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsResource
 
retain() - Method in class org.vertx.java.core.dns.impl.netty.DnsResponse
 
retain(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsResponse
 
retain() - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
retain(int) - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
retainAll(Collection<?>) - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
retainAll(Collection<?>) - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
retryTime() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
Returns time between retries for failed refresh attempts.
returnConnection(ClientConnection) - Method in interface org.vertx.java.core.http.impl.HttpPool
 
returnConnection(ClientConnection) - Method in class org.vertx.java.core.http.impl.PriorityHttpConnectionPool
Return a connection to the pool so it can be used by others.
returnConnection(ClientConnection) - Method in class org.vertx.java.core.http.impl.StandardHttpConnectionPool
Return a connection to the pool so it can be used by others.
reverseLookup(String, Handler<AsyncResult<InetAddress>>) - Method in interface org.vertx.java.core.dns.DnsClient
Try to do a reverse lookup of an ipaddress.
reverseLookup(String, Handler<AsyncResult<InetAddress>>) - Method in class org.vertx.java.core.dns.impl.DefaultDnsClient
 
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
 
run() - Method in class org.vertx.java.core.impl.BlockingAction
Run the blocking action using a thread from the worker pool.
runCloseHooks(Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.impl.DefaultContext
 
runOnContext(Handler<Void>) - Method in interface org.vertx.java.core.Context
 
runOnContext(Handler<Void>) - Method in class org.vertx.java.core.impl.DefaultContext
 
runOnContext(Handler<Void>) - Method in class org.vertx.java.core.impl.DefaultVertx
 
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

safeBuffer(ByteBuf) - Static method in class org.vertx.java.core.net.impl.VertxHandler
 
safeObject(Object) - Method in class org.vertx.java.core.http.impl.VertxHttpHandler
 
safeObject(Object) - Method in class org.vertx.java.core.net.impl.VertxHandler
 
safeObject(Object) - Method in class org.vertx.java.core.net.impl.VertxNetHandler
 
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(Buffer, String, int, Handler<AsyncResult<DatagramSocket>>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
send(String, String, int, Handler<AsyncResult<DatagramSocket>>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
send(String, String, String, int, Handler<AsyncResult<DatagramSocket>>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
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
send - Variable in class org.vertx.java.core.eventbus.impl.BaseMessage
 
send(String, Object, Handler<Message>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Object) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, JsonObject, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, JsonObject) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, JsonArray, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, JsonArray) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Buffer, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Buffer) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, byte[], Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, byte[]) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, String, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, String) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Integer, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Integer) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Long, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Long) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Float, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Float) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Double, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Double) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Boolean, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Boolean) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Short, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Short) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Character, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Character) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Byte, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Byte) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sender() - Method in interface org.vertx.java.core.datagram.DatagramPacket
Returns the InetSocketAddress of the sender that send this DatagramPacket.
sender - Variable in class org.vertx.java.core.eventbus.impl.BaseMessage
 
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 class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
sendFile(String, String) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
sendFile(String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
sendFile(String, String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
sendFile(File) - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
sendFile(String) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
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.
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.
sendHead() - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
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
sendWithTimeout(String, Object, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sendWithTimeout(String, JsonObject, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sendWithTimeout(String, JsonArray, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sendWithTimeout(String, Buffer, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sendWithTimeout(String, byte[], long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sendWithTimeout(String, String, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sendWithTimeout(String, Integer, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sendWithTimeout(String, Long, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sendWithTimeout(String, Float, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sendWithTimeout(String, Double, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sendWithTimeout(String, Boolean, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sendWithTimeout(String, Short, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sendWithTimeout(String, Character, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sendWithTimeout(String, Byte, long, Handler<AsyncResult<Message<T>>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
serial() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
Returns the zone's serial number, usually in format YYYYMMDDnn.
ServerID - Class in org.vertx.java.core.net.impl
 
ServerID(int, String) - Constructor for class org.vertx.java.core.net.impl.ServerID
 
ServerID() - Constructor for class org.vertx.java.core.net.impl.ServerID
 
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 class org.vertx.java.core.dns.impl.netty.decoder.record.ServiceRecord
Returns the service's name (i.e.
service() - Method in interface org.vertx.java.core.dns.SrvRecord
Returns the service's name (i.e.
ServiceDecoder - Class in org.vertx.java.core.dns.impl.netty.decoder
Decodes SRV (service) resource records.
ServiceDecoder() - Constructor for class org.vertx.java.core.dns.impl.netty.decoder.ServiceDecoder
 
ServiceRecord - Class in org.vertx.java.core.dns.impl.netty.decoder.record
Represents an SRV (service) record, which contains the location, or hostname and port, of servers for specified services.
ServiceRecord(String, int, int, int, String) - Constructor for class org.vertx.java.core.dns.impl.netty.decoder.record.ServiceRecord
Constructs an SRV (service) record.
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(String, String) - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
set(String, Iterable<String>) - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
set(MultiMap) - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
set(Map<String, String>) - Method in class org.vertx.java.core.http.impl.HttpHeadersAdapter
 
set(String, String) - Method in interface org.vertx.java.core.MultiMap
Sets a value under the specified name.
set(String, Iterable<String>) - Method in interface org.vertx.java.core.MultiMap
Sets values for the specified name.
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
setAcceptBacklog(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setAcceptBacklog(int) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setAcceptBacklog(int) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setAcceptBacklog(int) - Method in interface org.vertx.java.core.ServerTCPSupport
Set the accept backlog
setAuthoritativeAnswer(boolean) - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Set to true if responding server is authoritative for the domain name in the query message.
setBinaryData(ByteBuf) - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
setBinaryData(ByteBuf) - Method in interface org.vertx.java.core.http.impl.ws.WebSocketFrame
Sets the type and the content of this frame.
setBroadcast(boolean) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Sets the StandardSocketOptions.SO_BROADCAST option.
setBroadcast(boolean) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
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.
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.
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.
setChunked(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
setChunked(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
setClientAuthRequired(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setClientAuthRequired(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setClientAuthRequired(boolean) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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.
setCompressionSupported(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setConnectTimeout(int) - Method in interface org.vertx.java.core.http.HttpClient
Set the connect timeout in milliseconds.
setConnectTimeout(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setConnectTimeout(int) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setConnectTimeout(int) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setConnectTimeout(int) - Method in interface org.vertx.java.core.net.NetClient
Set the connect timeout in milliseconds.
setContext(DefaultContext) - Method in class org.vertx.java.core.impl.DefaultVertx
 
setContext(DefaultContext) - Method in interface org.vertx.java.core.impl.VertxInternal
Set the current context
setContext() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
setDefaultReplyTimeout(long) - Method in interface org.vertx.java.core.eventbus.EventBus
Sets a default timeout, in ms, for replies.
setDefaultReplyTimeout(long) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
setDeploymentHandle(DeploymentHandle) - Method in class org.vertx.java.core.impl.DefaultContext
 
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.
setFactory(RecordDecoderFactory) - Static method in class org.vertx.java.core.dns.impl.netty.decoder.RecordDecoderFactory
Sets the active RecordDecoderFactory to be used for decoding resource records.
setFailure(Throwable) - Method in interface org.vertx.java.core.Future
Set the failure.
setFailure(Throwable) - Method in class org.vertx.java.core.impl.DefaultFutureResult
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.
setHandler(Handler<AsyncResult<T>>) - Method in class org.vertx.java.core.impl.CountingCompletionHandler
 
setHandler(Handler<AsyncResult<T>>) - Method in class org.vertx.java.core.impl.DefaultFutureResult
Set a handler for the result.
setHeader(H) - Method in class org.vertx.java.core.dns.impl.netty.DnsMessage
Sets this message's DnsHeader.
setHook(EventBusBridgeHook) - Method in class org.vertx.java.core.sockjs.EventBusBridge
 
setHook(EventBusBridgeHook) - Method in class org.vertx.java.core.sockjs.impl.DefaultSockJSServer
 
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.
setHost(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setId(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsHeader
Sets the id for this DnsMessage.
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.
setKeepAlive(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setKeyStorePassword(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setKeyStorePassword(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setKeyStorePassword(String) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setKeyStorePassword(String) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setKeyStorePassword(String) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setKeyStorePassword(String) - Method in interface org.vertx.java.core.SSLSupport
Set the password for the SSL key store.
setKeyStorePath(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setKeyStorePath(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setKeyStorePath(String) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setKeyStorePath(String) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setKeyStorePath(String) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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
setMaxPoolSize(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setMaxPoolSize(int) - Method in interface org.vertx.java.core.http.impl.HttpPool
 
setMaxPoolSize(int) - Method in class org.vertx.java.core.http.impl.PriorityHttpConnectionPool
Set the maximum pool size to the value specified by maxConnections
setMaxPoolSize(int) - Method in class org.vertx.java.core.http.impl.StandardHttpConnectionPool
Set the maximum pool size to the value specified by maxConnections
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.
setMaxWebSocketFrameSize(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setMaxWebSocketFrameSize(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setMulticastLoopbackMode(boolean) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Sets the StandardSocketOptions.IP_MULTICAST_LOOP option.
setMulticastLoopbackMode(boolean) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
setMulticastNetworkInterface(String) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Sets the StandardSocketOptions.IP_MULTICAST_IF option.
setMulticastNetworkInterface(String) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
setMulticastTimeToLive(int) - Method in interface org.vertx.java.core.datagram.DatagramSocket
Sets the StandardSocketOptions.IP_MULTICAST_TTL option.
setMulticastTimeToLive(int) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
setNeedsCopy() - Method in class org.vertx.java.core.json.JsonElement
 
setOpcode(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsHeader
Sets the opcode for this DnsMessage.
setOutput(Handler<Buffer>) - Method in class org.vertx.java.core.parsetools.RecordParser
 
setPathResolver(PathResolver) - Method in class org.vertx.java.core.impl.DefaultContext
 
setPeriodic(long, Handler<Long>) - Method in class org.vertx.java.core.impl.DefaultVertx
 
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.
setPort(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setReadAdditionalResources(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Sets the number of additional resources to be read after this header has been decoded.
setReadAnswers(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Sets the number of answers that should be read after this header has been decoded.
setReadAuthorityResources(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Sets the number of authority resources to be read after this header has been decoded.
setReadQuestions(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Sets the number of questions that should be read after this header has been decoded.
setReceiveBufferSize(int) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
setReceiveBufferSize(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setReceiveBufferSize(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setReceiveBufferSize(int) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setReceiveBufferSize(int) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setReceiveBufferSize(int) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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 class org.vertx.java.core.net.impl.DefaultNetClient
 
setReconnectAttempts(int) - Method in interface org.vertx.java.core.net.NetClient
Set the number of reconnection attempts.
setReconnectInterval(long) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setReconnectInterval(long) - Method in interface org.vertx.java.core.net.NetClient
Set the reconnect interval, in milliseconds
setRecursionAvailable(boolean) - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Set to true if DNS server can handle recursive queries.
setRecursionDesired(boolean) - Method in class org.vertx.java.core.dns.impl.netty.DnsHeader
Sets whether a name server is directed to pursue a query recursively or not.
setResponseCode(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Sets the response code for this message.
setResult(T) - Method in interface org.vertx.java.core.Future
Set the result.
setResult(T) - Method in class org.vertx.java.core.impl.DefaultFutureResult
Set the result.
setReuseAddress(boolean) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
setReuseAddress(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setReuseAddress(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setReuseAddress(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setReuseAddress(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setReuseAddress(boolean) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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 class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
setSendBufferSize(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setSendBufferSize(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setSendBufferSize(int) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setSendBufferSize(int) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setSendBufferSize(int) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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 class org.vertx.java.core.http.impl.DefaultHttpClient
 
setSoLinger(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setSoLinger(int) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setSoLinger(int) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setSoLinger(int) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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 class org.vertx.java.core.http.impl.DefaultHttpClient
 
setSSL(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setSSL(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setSSL(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setSSL(boolean) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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
setStatusCode(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
setStatusMessage(String) - Method in interface org.vertx.java.core.http.HttpServerResponse
Set the status message
setStatusMessage(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
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.
setTCCL() - Method in class org.vertx.java.core.impl.DefaultContext
 
setTCPKeepAlive(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setTCPKeepAlive(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setTCPKeepAlive(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setTCPKeepAlive(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setTCPKeepAlive(boolean) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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 class org.vertx.java.core.http.impl.DefaultHttpClient
 
setTCPNoDelay(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setTCPNoDelay(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setTCPNoDelay(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setTCPNoDelay(boolean) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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.
setTextData(String) - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
setTextData(String) - Method in interface org.vertx.java.core.http.impl.ws.WebSocketFrame
Set the type of the content of this frame and populate it with the given content
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.
setTimeout(long) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
setTimer(long, Handler<Long>) - Method in class org.vertx.java.core.impl.DefaultVertx
 
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 class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
setTrafficClass(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setTrafficClass(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setTrafficClass(int) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setTrafficClass(int) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setTrafficClass(int) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setTrafficClass(int) - Method in interface org.vertx.java.core.NetworkSupport
Set the trafficClass setting for connections created by this instance to trafficClass.
setTruncated(boolean) - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Set to true if response has been truncated (usually happens for responses over 512 bytes).
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.
setTrustAll(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setTrustAll(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setTrustAll(boolean) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setTrustStorePassword(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setTrustStorePassword(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setTrustStorePassword(String) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setTrustStorePassword(String) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setTrustStorePassword(String) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setTrustStorePassword(String) - Method in interface org.vertx.java.core.SSLSupport
Set the password for the SSL trust store.
setTrustStorePath(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setTrustStorePath(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setTrustStorePath(String) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setTrustStorePath(String) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setTrustStorePath(String) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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.
setTryUseCompression(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setType(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsHeader
Sets the DnsMessage type.
setType(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsQueryHeader
Sets the DnsHeader type.
setType(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Sets the DnsHeader type.
setUsePooledBuffers(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setUsePooledBuffers(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setUsePooledBuffers(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setUsePooledBuffers(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setUsePooledBuffers(boolean) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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.
setVerifyHost(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setVerifyHost(boolean) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setWritable(boolean) - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
setWriteQueueMaxSize(int) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
setWriteQueueMaxSize(int) - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
setWriteQueueMaxSize(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
setWriteQueueMaxSize(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
setWriteQueueMaxSize(int) - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
setWriteQueueMaxSize(int) - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
setWriteQueueMaxSize(int) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
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
setZ(int) - Method in class org.vertx.java.core.dns.impl.netty.DnsResponseHeader
Sets the field Z.
Shareable - Interface in org.vertx.java.core.shareddata
Marker interface.
sharedData() - Method in class org.vertx.java.core.impl.DefaultVertx
 
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
sharedHttpServers() - Method in class org.vertx.java.core.impl.DefaultVertx
 
sharedHttpServers() - Method in interface org.vertx.java.core.impl.VertxInternal
 
SharedMap<K,V> - Class in org.vertx.java.core.shareddata.impl
 
SharedMap() - Constructor for class org.vertx.java.core.shareddata.impl.SharedMap
 
sharedNetServers() - Method in class org.vertx.java.core.impl.DefaultVertx
 
sharedNetServers() - Method in interface org.vertx.java.core.impl.VertxInternal
 
SharedSet<E> - Class in org.vertx.java.core.shareddata.impl
 
SharedSet() - Constructor for class org.vertx.java.core.shareddata.impl.SharedSet
 
shutdown() - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
shutdownGracefully(long, long, TimeUnit) - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
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.file.impl.DefaultFileProps
 
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.http.impl.HttpHeadersAdapter
 
size() - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
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.
size() - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
size() - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
SLF4JLogDelegate - Class in org.vertx.java.core.logging.impl
 
SLF4JLogDelegateFactory - Class in org.vertx.java.core.logging.impl
 
SLF4JLogDelegateFactory() - Constructor for class org.vertx.java.core.logging.impl.SLF4JLogDelegateFactory
 
SocketDefaults - Class in org.vertx.java.core.net.impl
 
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.
SockJSSocketBase - Class in org.vertx.java.core.sockjs.impl
 
SockJSSocketBase(Vertx) - Constructor for class org.vertx.java.core.sockjs.impl.SockJSSocketBase
 
SrvRecord - Interface in org.vertx.java.core.dns
Represent a Service-Record (SRV) which was resolved for a domain.
SSLSupport<T> - Interface in org.vertx.java.core
 
StandardHttpConnectionPool - Class in org.vertx.java.core.http.impl
 
StandardHttpConnectionPool() - Constructor for class org.vertx.java.core.http.impl.StandardHttpConnectionPool
 
start() - Method in class org.vertx.java.core.streams.Pump
Start the Pump.
startInBackground(Runnable, boolean) - Method in class org.vertx.java.core.impl.DefaultVertx
 
startInBackground(Runnable, boolean) - Method in interface org.vertx.java.core.impl.VertxInternal
 
StartOfAuthorityDecoder - Class in org.vertx.java.core.dns.impl.netty.decoder
Decodes SOA (start of authority) resource records.
StartOfAuthorityDecoder() - Constructor for class org.vertx.java.core.dns.impl.netty.decoder.StartOfAuthorityDecoder
 
StartOfAuthorityRecord - Class in org.vertx.java.core.dns.impl.netty.decoder.record
Represents an SOA (start of authority) record, which defines global parameters for a zone (domain).
StartOfAuthorityRecord(String, String, long, int, int, int, long) - Constructor for class org.vertx.java.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
Constructs an SOA (start of authority) record.
startOnEventLoop(Runnable) - Method in class org.vertx.java.core.impl.DefaultVertx
 
startOnEventLoop(Runnable) - Method in interface org.vertx.java.core.impl.VertxInternal
 
startRead() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
statusCode() - Method in interface org.vertx.java.core.http.HttpClientResponse
The HTTP status code of the response
statusCode() - Method in class org.vertx.java.core.http.impl.DefaultHttpClientResponse
 
statusMessage() - Method in interface org.vertx.java.core.http.HttpClientResponse
The HTTP status message of the response
statusMessage() - Method in class org.vertx.java.core.http.impl.DefaultHttpClientResponse
 
stop() - Method in class org.vertx.java.core.impl.DefaultVertx
 
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.
streamToFileSystem(String) - Method in interface org.vertx.java.core.http.HttpServerFileUpload
Stream the content of this upload to the given filename.
StringEscapeUtils - Class in org.vertx.java.core.impl
Adapted from Apache Commons code
StringEscapeUtils() - Constructor for class org.vertx.java.core.impl.StringEscapeUtils
StringEscapeUtils instances should NOT be constructed in standard programming.
succeeded() - Method in interface org.vertx.java.core.AsyncResult
Did it succeed?
succeeded() - Method in class org.vertx.java.core.impl.DefaultFutureResult
Did it succeeed?
supportsFileRegion() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
suspendEncoding() - Method in class org.vertx.java.core.json.impl.Base64.OutputStream
Suspends encoding of the stream.
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.
symlink(String, String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
symlinkSync(String, String) - Method in interface org.vertx.java.core.file.FileSystem
symlinkSync(String, String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 

T

target() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.ServiceRecord
Returns the name of the host for the service.
target() - Method in interface org.vertx.java.core.dns.SrvRecord
Returns the name of the host for the service.
TCPSSLHelper - Class in org.vertx.java.core.net.impl
Helper class for TCP and SSL attributes
TCPSSLHelper() - Constructor for class org.vertx.java.core.net.impl.TCPSSLHelper
 
TCPSSLHelper.ClientAuth - Enum in org.vertx.java.core.net.impl
 
TCPSupport<T> - Interface in org.vertx.java.core
 
terminationFuture() - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
TextDecoder - Class in org.vertx.java.core.dns.impl.netty.decoder
Decodes TXT (text) resource records.
TextDecoder() - Constructor for class org.vertx.java.core.dns.impl.netty.decoder.TextDecoder
 
textHandler - Variable in class org.vertx.java.core.http.impl.WebSocketImplBase
 
textHandlerID() - Method in class org.vertx.java.core.http.impl.WebSocketImplBase
 
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.
ThreadPoolMXBean - Interface in org.vertx.java.core.impl.management
 
ThreadPoolMXBeanImpl - Class in org.vertx.java.core.impl.management
 
ThreadPoolMXBeanImpl(ThreadPoolExecutor) - Constructor for class org.vertx.java.core.impl.management.ThreadPoolMXBeanImpl
 
timeToLive() - Method in class org.vertx.java.core.dns.impl.netty.DnsResource
Returns the time to live after reading for this resource record.
toArray() - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
toArray(T[]) - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
toArray() - Method in class org.vertx.java.core.json.JsonArray
 
toArray() - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
toArray(T[]) - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
toInt() - Method in enum org.vertx.java.core.eventbus.ReplyFailure
 
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.dns.impl.netty.DnsEntry
 
toString() - Method in enum org.vertx.java.core.dns.impl.netty.DnsResponseCode
Returns a formatted error message for this DnsResponseCode.
toString() - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
toString() - Method in interface org.vertx.java.core.http.impl.ws.WebSocketFrame
Returns the string representation of this frame.
toString() - Method in class org.vertx.java.core.json.JsonArray
 
toString() - Method in class org.vertx.java.core.json.JsonObject
 
toString() - Method in class org.vertx.java.core.net.impl.ServerID
 
totalSpace() - Method in interface org.vertx.java.core.file.FileSystemProps
The total space on the file system, in bytes
totalSpace() - Method in class org.vertx.java.core.file.impl.DefaultFileSystemProps
 
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<HttpClientResponse>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
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.impl.JULLogDelegate
 
trace(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.JULLogDelegate
 
trace(Object) - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
trace(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
trace(Object) - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
trace(Object, Throwable) - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
trace(Object) - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
trace(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
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
 
trailers() - Method in class org.vertx.java.core.http.impl.DefaultHttpClientResponse
 
trailers() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
Transport - Enum in org.vertx.java.core.sockjs.impl
The available SockJS transports
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.
truncate(String, long, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
truncateSync(String, long) - Method in interface org.vertx.java.core.file.FileSystem
truncateSync(String, long) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
type() - Method in class org.vertx.java.core.dns.impl.netty.DnsEntry
Returns the type of resource record to be received.
type() - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
type() - Method in class org.vertx.java.core.eventbus.impl.JsonObjectMessage
 
type() - Method in class org.vertx.java.core.eventbus.impl.PingMessage
 
type() - Method in class org.vertx.java.core.eventbus.impl.ReplyFailureMessage
 
TYPE_A - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Address record RFC 1035 Returns a 32-bit IPv4 address, most commonly used to map hostnames to an IP address of the host, but also used for DNSBLs, storing subnet masks in RFC 1101, etc.
TYPE_AAAA - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
IPv6 address record RFC 3596 Returns a 128-bit IPv6 address, most commonly used to map hostnames to an IP address of the host.
TYPE_AFSDB - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
AFS database record RFC 1183 Location of database servers of an AFS cell.
TYPE_ANY - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
All cached records RFC 1035 Returns all records of all types known to the name server.
TYPE_APL - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Address Prefix List record RFC 3123 Specify lists of address ranges, e.g.
TYPE_AXFR - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Authoritative Zone Transfer record RFC 1035 Transfer entire zone file from the master name server to secondary name servers.
TYPE_CAA - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Certification Authority Authorization record RFC 6844 CA pinning, constraining acceptable CAs for a host/domain.
TYPE_CERT - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Certificate record RFC 4398 Stores PKIX, SPKI, PGP, etc.
TYPE_CNAME - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Canonical name record RFC 1035 Alias of one name to another: the DNS lookup will continue by retrying the lookup with the new name.
TYPE_DHCID - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
DHCP identifier record RFC 4701 Used in conjunction with the FQDN option to DHCP.
TYPE_DLV - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
DNSSEC Lookaside Validation record RFC 4431 For publishing DNSSEC trust anchors outside of the DNS delegation chain.
TYPE_DNAME - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Delegation name record RFC 2672 DNAME creates an alias for a name and all its subnames, unlike CNAME, which aliases only the exact name in its label.
TYPE_DNSKEY - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
DNS Key record RFC 4034 The key record used in DNSSEC.
TYPE_DS - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Delegation signer record RFC 4034 The record used to identify the DNSSEC signing key of a delegated zone.
TYPE_HIP - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Host Identity Protocol record RFC 5205 Method of separating the end-point identifier and locator roles of IP addresses.
TYPE_IPSECKEY - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
IPsec Key record RFC 4025 Key record that can be used with IPsec.
TYPE_IXFR - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Incremental Zone Transfer record RFC 1996 Requests a zone transfer of the given zone but only differences from a previous serial number.
TYPE_KEY - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
key record RFC 2535 and RFC 2930 Used only for SIG(0) (RFC 2931) and TKEY (RFC 2930).
TYPE_KX - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Key eXchanger record RFC 2230 Used with some cryptographic systems (not including DNSSEC) to identify a key management agent for the associated domain-name.
TYPE_LOC - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Location record RFC 1876 Specifies a geographical location associated with a domain name.
TYPE_MX - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Mail exchange record RFC 1035 Maps a domain name to a list of message transfer agents for that domain.
TYPE_NAPTR - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Naming Authority Pointer record RFC 3403 Allows regular expression based rewriting of domain names which can then be used as URIs, further domain names to lookups, etc.
TYPE_NS - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Name server record RFC 1035 Delegates a DNS zone to use the given authoritative name servers
TYPE_NSEC - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Next-Secure record RFC 4034 Part of DNSSEC, used to prove a name does not exist.
TYPE_NSEC3 - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
NSEC record version 3 RFC 5155 An extension to DNSSEC that allows proof of nonexistence for a name without permitting zonewalking.
TYPE_NSEC3PARAM - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
NSEC3 parameters record RFC 5155 Parameter record for use with NSEC3.
TYPE_OPT - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Option record RFC 2671 This is a pseudo DNS record type needed to support EDNS.
TYPE_PTR - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Pointer record RFC 1035 Pointer to a canonical name.
TYPE_QUERY - Static variable in class org.vertx.java.core.dns.impl.netty.DnsHeader
Message type is query.
TYPE_RESPONSE - Static variable in class org.vertx.java.core.dns.impl.netty.DnsHeader
Message type is response.
TYPE_RP - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Responsible person record RFC 1183 Information about the responsible person(s) for the domain.
TYPE_RRSIG - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
DNSSEC signature record RFC 4034 Signature for a DNSSEC-secured record set.
TYPE_SIG - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Signature record RFC 2535 Signature record used in SIG(0) (RFC 2931) and TKEY (RFC 2930).
TYPE_SOA - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Start of [a zone of] authority record RFC 1035 and RFC 2308 Specifies authoritative information about a DNS zone, including the primary name server, the email of the domain administrator, the domain serial number, and several timers relating to refreshing the zone.
TYPE_SPF - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Sender Policy Framework record RFC 4408 Specified as part of the SPF protocol as an alternative to of storing SPF data in TXT records.
TYPE_SRV - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Service locator RFC 2782 Generalized service location record, used for newer protocols instead of creating protocol-specific records such as MX.
TYPE_SSHFP - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
SSH Public Key Fingerprint record RFC 4255 Resource record for publishing SSH public host key fingerprints in the DNS System, in order to aid in verifying the authenticity of the host.
TYPE_TA - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
DNSSEC Trust Authorities record N/A Part of a deployment proposal for DNSSEC without a signed DNS root.
TYPE_TKEY - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Secret key record RFC 2930 A method of providing keying material to be used with TSIG that is encrypted under the public key in an accompanying KEY RR..
TYPE_TLSA - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
TLSA certificate association record RFC 6698 A record for DNS-based Authentication of Named Entities (DANE).
TYPE_TSIG - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Transaction Signature record RFC 2845 Can be used to authenticate dynamic updates as coming from an approved client, or to authenticate responses as coming from an approved recursive name server similar to DNSSEC.
TYPE_TXT - Static variable in class org.vertx.java.core.dns.impl.netty.DnsEntry
Text record RFC 1035 Originally for arbitrary human-readable text in a DNS record.

U

unallocatedSpace() - Method in interface org.vertx.java.core.file.FileSystemProps
The total un-allocated space on the file system, in bytes
unallocatedSpace() - Method in class org.vertx.java.core.file.impl.DefaultFileSystemProps
 
unescapeJava(String) - Static method in class org.vertx.java.core.impl.StringEscapeUtils
Unescapes any Java literals found in the String.
unescapeJava(Writer, String) - Static method in class org.vertx.java.core.impl.StringEscapeUtils
Unescapes any Java literals found in the String to a Writer.
unescapeJavaScript(String) - Static method in class org.vertx.java.core.impl.StringEscapeUtils
Unescapes any JavaScript literals found in the String.
unescapeJavaScript(Writer, String) - Static method in class org.vertx.java.core.impl.StringEscapeUtils
Unescapes any JavaScript literals found in the String to a Writer.
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.
unlink(String, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
unlinkSync(String) - Method in interface org.vertx.java.core.file.FileSystem
Synchronous version of FileSystem.unlink(String, Handler)
unlinkSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
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.
unlistenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
unlistenMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
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
unregisterHandler(String, Handler<? extends Message>, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
unregisterHandler(String, Handler<? extends Message>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
uploadHandler(Handler<HttpServerFileUpload>) - Method in interface org.vertx.java.core.http.HttpServerRequest
Set the upload handler.
uploadHandler(Handler<HttpServerFileUpload>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
uri() - Method in interface org.vertx.java.core.http.HttpServerRequest
The uri of the request.
uri() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
uri() - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
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
URL_SAFE - Static variable in class org.vertx.java.core.json.impl.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
usableSpace() - Method in interface org.vertx.java.core.file.FileSystemProps
The total usable space on the file system, in bytes
usableSpace() - Method in class org.vertx.java.core.file.impl.DefaultFileSystemProps
 

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.dns.impl.netty.DnsResponseCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.vertx.java.core.dns.impl.netty.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.impl.ws.WebSocketFrame.FrameType
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.
valueOf(String) - Static method in enum org.vertx.java.core.net.impl.TCPSSLHelper.ClientAuth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vertx.java.core.sockjs.impl.Transport
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.dns.impl.netty.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.impl.ws.WebSocketFrame.FrameType
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.
values() - Static method in enum org.vertx.java.core.net.impl.TCPSSLHelper.ClientAuth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
values() - Static method in enum org.vertx.java.core.sockjs.impl.Transport
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
version() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
vertx - Variable in class org.vertx.java.core.file.impl.DefaultFileSystem
 
vertx - Variable in class org.vertx.java.core.impl.DefaultContext
 
vertx - Variable in class org.vertx.java.core.net.impl.ConnectionBase
 
vertx - Variable in class org.vertx.java.core.net.impl.VertxHandler
 
vertx - Variable in class org.vertx.java.core.sockjs.impl.SockJSSocketBase
 
Vertx - Interface in org.vertx.java.core
The control centre of the Vert.x Core API.
VertxEventLoopGroup - Class in org.vertx.java.core.net.impl
 
VertxEventLoopGroup() - Constructor for class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
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
 
VertxExecutorFactory - Class in org.vertx.java.core.impl
Util factory for creating vert.x thread pools The pools shouldn't be too configurable by the user otherwise they can get into problems.
VertxExecutorFactory() - Constructor for class org.vertx.java.core.impl.VertxExecutorFactory
 
VertxFactory - Class in org.vertx.java.core
Factory for creating Vertx instances.
VertxFactory() - Constructor for class org.vertx.java.core.VertxFactory
 
VertxHandler<C extends ConnectionBase> - Class in org.vertx.java.core.net.impl
 
VertxHandler(VertxInternal, Map<Channel, C>) - Constructor for class org.vertx.java.core.net.impl.VertxHandler
 
VertxHttpHandler<C extends ConnectionBase> - Class in org.vertx.java.core.http.impl
 
VertxHttpHandler(VertxInternal, Map<Channel, C>) - Constructor for class org.vertx.java.core.http.impl.VertxHttpHandler
 
VertxInternal - Interface in org.vertx.java.core.impl
This interface provides services for vert.x core internal use only It is not part of the public API and should not be used by developers creating vert.x applications
VertxLoggerFormatter - Class in org.vertx.java.core.logging.impl
 
VertxLoggerFormatter() - Constructor for class org.vertx.java.core.logging.impl.VertxLoggerFormatter
 
VertxManagementException - Exception in org.vertx.java.core.impl.management
 
VertxManagementException(String, Throwable) - Constructor for exception org.vertx.java.core.impl.management.VertxManagementException
 
VertxManagementException(Throwable) - Constructor for exception org.vertx.java.core.impl.management.VertxManagementException
 
VertxNetHandler - Class in org.vertx.java.core.net.impl
 
VertxNetHandler(VertxInternal, Map<Channel, DefaultNetSocket>) - Constructor for class org.vertx.java.core.net.impl.VertxNetHandler
 
VertxSPI - Interface in org.vertx.java.core.spi
 
VertxThreadFactory - Class in org.vertx.java.core.impl
 
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.impl.JULLogDelegate
 
warn(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.JULLogDelegate
 
warn(Object) - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
warn(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.Log4jLogDelegate
 
warn(Object) - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
warn(Object, Throwable) - Method in interface org.vertx.java.core.logging.impl.LogDelegate
 
warn(Object) - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
warn(Object, Throwable) - Method in class org.vertx.java.core.logging.impl.SLF4JLogDelegate
 
warn(Object) - Method in class org.vertx.java.core.logging.Logger
 
warn(Object, Throwable) - Method in class org.vertx.java.core.logging.Logger
 
WebSocket - Interface in org.vertx.java.core.http
 
WebSocketBase<T> - Interface in org.vertx.java.core.http
Represents an HTML 5 Websocket
WebSocketFrame - Interface in org.vertx.java.core.http.impl.ws
A Web Socket frame that represents either text or binary data.
WebSocketFrame.FrameType - Enum in org.vertx.java.core.http.impl.ws
List of all frame types.
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
websocketHandler(Handler<ServerWebSocket>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
websocketHandler() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
WebSocketImplBase<T> - Class in org.vertx.java.core.http.impl
 
WebSocketImplBase(VertxInternal, ConnectionBase) - Constructor for class org.vertx.java.core.http.impl.WebSocketImplBase
 
WebSocketMatcher - Class in org.vertx.java.core.http.impl
 
WebSocketMatcher() - Constructor for class org.vertx.java.core.http.impl.WebSocketMatcher
 
WebSocketMatcher.Match - Class in org.vertx.java.core.http.impl
 
WebSocketMatcher.Match(Map<String, String>, ServerWebSocket) - Constructor for class org.vertx.java.core.http.impl.WebSocketMatcher.Match
 
WebSocketVersion - Enum in org.vertx.java.core.http
Represents the version of the WebSockets specification
weight() - Method in class org.vertx.java.core.dns.impl.netty.decoder.record.ServiceRecord
Returns the weight of this service record.
weight() - Method in interface org.vertx.java.core.dns.SrvRecord
Returns the weight of this service record.
Windows - Class in org.vertx.java.core.impl
Simple Windows specific utility
Windows() - Constructor for class org.vertx.java.core.impl.Windows
 
WindowsFileSystem - Class in org.vertx.java.core.file.impl
 
WindowsFileSystem(VertxInternal) - Constructor for class org.vertx.java.core.file.impl.WindowsFileSystem
 
WORKER_POOL_MAX_SIZE - Static variable in class org.vertx.java.core.impl.VertxExecutorFactory
 
WorkerContext - Class in org.vertx.java.core.impl
 
WorkerContext(VertxInternal, Executor) - Constructor for class org.vertx.java.core.impl.WorkerContext
 
workerCount() - Method in class org.vertx.java.core.net.impl.VertxEventLoopGroup
 
workerPool(String) - Static method in class org.vertx.java.core.impl.VertxExecutorFactory
 
wrapTask(Runnable) - Method in class org.vertx.java.core.impl.DefaultContext
 
write(NetSocket) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
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, long, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
write(Buffer) - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
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 class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
write(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
write(String, String) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
write(Buffer) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
write(String, String) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
write(String) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
write(Buffer) - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
write(Buffer) - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.vertx.java.core.http.impl.VertxHttpHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.vertx.java.core.impl.ExceptionDispatchHandler
 
write(int) - Method in class org.vertx.java.core.json.impl.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.vertx.java.core.json.impl.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(Object) - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
write(Buffer) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
write(String) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
write(String, String) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
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 class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
writeBinaryFrame(Buffer) - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
writeBinaryFrame(Buffer) - Method in interface org.vertx.java.core.http.WebSocketBase
Write data to the websocket as a binary frame
writeBinaryFrameInternal(Buffer) - Method in class org.vertx.java.core.http.impl.WebSocketImplBase
 
writeBody(Buffer) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
writeBody(Buffer) - Method in class org.vertx.java.core.eventbus.impl.JsonObjectMessage
 
writeBody(Buffer) - Method in class org.vertx.java.core.eventbus.impl.ReplyFailureMessage
 
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.
writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
writeFileSync(String, Buffer) - Method in interface org.vertx.java.core.file.FileSystem
writeFileSync(String, Buffer) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
writeFrame(WebSocketFrame) - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
writeFrame(WebSocketFrame) - Method in class org.vertx.java.core.http.impl.WebSocketImplBase
 
writeHandlerID() - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
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 class org.vertx.java.core.sockjs.impl.SockJSSocketBase
 
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 class org.vertx.java.core.datagram.impl.DefaultDatagramSocket
 
writeQueueFull() - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
writeQueueFull() - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
writeQueueFull() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
writeQueueFull() - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
writeQueueFull() - Method in class org.vertx.java.core.http.impl.WebSocketImplBase
 
writeQueueFull() - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
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
writeString(Buffer, String) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
writeTextFrame(String) - Method in class org.vertx.java.core.http.impl.DefaultServerWebSocket
 
writeTextFrame(String) - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
writeTextFrame(String) - Method in interface org.vertx.java.core.http.WebSocketBase
Write str to the websocket as a text frame
writeTextFrameInternal(String) - Method in class org.vertx.java.core.http.impl.WebSocketImplBase
 
ws - Variable in class org.vertx.java.core.http.impl.WebSocketMatcher.Match
 
A B C D E F G H I J K L M N O P Q R S T U V W