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

A

AbstractConnection - Class in org.vertx.java.core.http.impl
 
AbstractConnection(VertxInternal, Channel, Context) - Constructor for class org.vertx.java.core.http.impl.AbstractConnection
 
action() - Method in class org.vertx.java.core.impl.BlockingAction
 
add(ServerID) - Method in class org.vertx.java.core.eventbus.impl.ServerIDs
 
add(E) - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
add(Object) - Method in class org.vertx.java.core.json.JsonArray
 
add(E) - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
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
 
addArray(JsonArray) - Method in class org.vertx.java.core.json.JsonArray
 
addBinary(byte[]) - Method in class org.vertx.java.core.json.JsonArray
 
addBoolean(Boolean) - Method in class org.vertx.java.core.json.JsonArray
 
addFuture(Handler<Void>, ChannelFuture) - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
addHandler(Handler<T>, Context) - Method in class org.vertx.java.core.net.impl.HandlerManager
 
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
 
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
 
addString(String) - Method in class org.vertx.java.core.json.JsonArray
 
addWorker(NioWorker) - Method in class org.vertx.java.core.net.impl.VertxWorkerPool
 
adjust(Path) - Static method in class org.vertx.java.core.file.impl.PathAdjuster
 
adjust(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
APP_READY_EVENT - Static variable in class org.vertx.java.framework.EventFields
 
APP_STOPPED_EVENT - Static variable in class org.vertx.java.framework.EventFields
 
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 accomodate 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.
applyDataMask(byte[], ChannelBuffer) - Method in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketFrameEncoder08
 
applyMaskBit(int) - Method in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketFrameEncoder08
 
appReady() - Method in class org.vertx.java.framework.TestUtils
 
appStopped() - Method in class org.vertx.java.framework.TestUtils
 
Args - Class in org.vertx.java.deploy.impl
Parses args of the form -x y
Args(String[]) - Constructor for class org.vertx.java.deploy.impl.Args
 
ASSERT_EVENT - Static variable in class org.vertx.java.framework.EventFields
 
ASSERT_MESSAGE_FIELD - Static variable in class org.vertx.java.framework.EventFields
 
ASSERT_RESULT_FIELD - Static variable in class org.vertx.java.framework.EventFields
 
ASSERT_RESULT_VALUE_FAIL - Static variable in class org.vertx.java.framework.EventFields
 
ASSERT_RESULT_VALUE_PASS - Static variable in class org.vertx.java.framework.EventFields
 
ASSERT_STACKTRACE_FIELD - Static variable in class org.vertx.java.framework.EventFields
 
AsyncFile - Interface in org.vertx.java.core.file
Represents a file on the file-system which can be read from, or written to asynchronously.
AsyncResult<T> - Class in org.vertx.java.core
Represents a result that is returned asynchronously from an operation.
AsyncResult(T) - Constructor for class org.vertx.java.core.AsyncResult
Create a successful AsyncResult
AsyncResult(Exception) - Constructor for class org.vertx.java.core.AsyncResult
Create a failed AsyncResult
AsyncResultHandler<T> - Interface in org.vertx.java.core
Handler for AsyncResult
autoRedeploy - Variable in class org.vertx.java.deploy.impl.Deployment
 
azzert(boolean) - Method in class org.vertx.java.framework.TestUtils
 
azzert(boolean, String) - Method in class org.vertx.java.framework.TestUtils
 

B

Base64 - Class in org.vertx.java.core.http.impl.ws
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.vertx.java.core.http.impl.ws
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.http.impl.ws.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.vertx.java.core.http.impl.ws.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.vertx.java.core.http.impl.ws
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.http.impl.ws.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.vertx.java.core.http.impl.ws.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BaseMessage<T> - Class in org.vertx.java.core.eventbus.impl
 
BaseMessage(boolean, String, T) - Constructor for class org.vertx.java.core.eventbus.impl.BaseMessage
 
BaseMessage(Buffer) - Constructor for class org.vertx.java.core.eventbus.impl.BaseMessage
 
binaryHandlerID - Variable in class org.vertx.java.core.http.WebSocket
When a Websocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by binaryHandlerID.
binaryName() - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
block() - Method in class org.vertx.java.deploy.impl.VerticleManager
 
BlockingAction<T> - Class in org.vertx.java.core.impl
Internal class used to run specific blocking actions on the worker pool.
BlockingAction(VertxInternal, AsyncResultHandler) - Constructor for class org.vertx.java.core.impl.BlockingAction
 
body - Variable in class org.vertx.java.core.eventbus.Message
The body of the message
bodyHandler(Handler<Buffer>) - Method in class org.vertx.java.core.http.impl.HttpReadStreamBase
Convenience method for receiving the entire request body in one piece.
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) - 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
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 accomodate 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(ChannelBuffer) - Constructor for class org.vertx.java.core.buffer.Buffer
Create a new Buffer from a Netty ChannelBuffer instance.
BUFFER_SIZE - Static variable in interface org.vertx.java.core.file.AsyncFile
 
buffersEqual(Buffer, Buffer) - Static method in class org.vertx.java.framework.TestUtils
 
bus - Variable in class org.vertx.java.core.eventbus.impl.BaseMessage
 
BusModBase - Class in org.vertx.java.busmods
Base helper class for Java busmods
BusModBase() - Constructor for class org.vertx.java.busmods.BusModBase
 
byteArraysEqual(byte[], byte[]) - Static method in class org.vertx.java.framework.TestUtils
 

C

cancelTimer(long) - Method in class org.vertx.java.core.impl.DefaultVertx
 
cancelTimer(long) - Method in class org.vertx.java.core.Vertx
Cancel the timer with the specified id.
challenge - Variable in class org.vertx.java.core.http.impl.ws.hybi08.Handshake08
 
channel - Variable in class org.vertx.java.core.net.impl.ConnectionBase
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer.ServerHandler
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer.ServerHandler
 
channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer.ServerHandler
 
checkClosed() - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
checkContext() - Method in class org.vertx.java.framework.TestUtils
 
Checker - Class in org.vertx.java.core.shareddata.impl
 
Checker() - Constructor for class org.vertx.java.core.shareddata.impl.Checker
 
checkSSL() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
childDeployments - Variable in class org.vertx.java.deploy.impl.Deployment
 
chmod(String, String, AsyncResultHandler<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, AsyncResultHandler<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, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
chmod(String, String, String, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
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
 
choose() - Method in class org.vertx.java.core.eventbus.impl.ServerIDs
 
chooseHandler(NioWorker) - Method in class org.vertx.java.core.net.impl.HandlerManager
 
clear() - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
clear() - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
clear() - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
clear() - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
close() - Method in interface org.vertx.java.core.eventbus.impl.ClusterManager
 
close(Handler<Void>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
close() - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastClusterManager
 
close() - Method in interface org.vertx.java.core.file.AsyncFile
Close the file.
close(AsyncResultHandler) - Method in interface org.vertx.java.core.file.AsyncFile
Close the file.
close() - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
close(AsyncResultHandler) - 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<Void>) - Method in interface org.vertx.java.core.http.HttpServer
Close the server.
close() - Method in class 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<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.DefaultWebSocket
 
close() - Method in class org.vertx.java.core.http.impl.ws.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.vertx.java.core.http.WebSocket
Close the websocket
close() - Method in class org.vertx.java.core.impl.ConnectionPool
Close the pool
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<Void>) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
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<Void>) - Method in interface org.vertx.java.core.net.NetServer
Close the server.
close() - Method in class org.vertx.java.core.sockjs.SockJSSocket
 
close() - Method in class org.vertx.java.deploy.impl.Redeployer
 
closed - Variable in class org.vertx.java.core.http.impl.DefaultWebSocket
 
closedHandler(Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
closedHandler(Handler<Void>) - Method in class org.vertx.java.core.http.WebSocket
Set a closed handler on the connection
closedHandler - Variable in class org.vertx.java.core.net.impl.ConnectionBase
 
closedHandler(Handler<Void>) - Method in class org.vertx.java.core.net.impl.ConnectionBase
Set a closed handler on the connection
closeHandler(Handler<Void>) - Method in class 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
 
closeRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.vertx.java.core.http.impl.ws.WebSocketDisconnectionNegotiator
 
ClusterManager - Interface in org.vertx.java.core.eventbus.impl
 
cnt - Static variable in class org.vertx.java.core.sockjs.SockJSSocket
 
CoffeeScriptCompiler - Class in org.vertx.java.deploy.impl.rhino
 
CoffeeScriptCompiler(ClassLoader) - Constructor for class org.vertx.java.deploy.impl.rhino.CoffeeScriptCompiler
 
coffeeScriptToJavaScript(URI) - Method in class org.vertx.java.deploy.impl.rhino.CoffeeScriptCompiler
 
compile(String) - Method in class org.vertx.java.deploy.impl.rhino.CoffeeScriptCompiler
 
CompilingClassLoader - Class in org.vertx.java.deploy.impl.java
Classloader for dynamic .java source file compilation and loading.
CompilingClassLoader(ClassLoader, String) - Constructor for class org.vertx.java.deploy.impl.java.CompilingClassLoader
 
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
 
config - Variable in class org.vertx.java.busmods.BusModBase
 
config - Variable in class org.vertx.java.deploy.impl.Deployment
 
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(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(Handler<T>, Context) - Method in class org.vertx.java.core.impl.ConnectionPool
Implement this method in a sub-class to implement the actual connection creation for the specific type of connection
connect(int, String, Handler<NetSocket>) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
connect(int, Handler<NetSocket>) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
connect(int, Handler<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<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, Context) - Constructor for class org.vertx.java.core.net.impl.ConnectionBase
 
connectionClosed() - Method in class org.vertx.java.core.impl.ConnectionPool
Inform the pool that the connection has been closed externally.
ConnectionPool<T> - Class in org.vertx.java.core.impl
A simple, non-blocking pool implementation
ConnectionPool() - Constructor for class org.vertx.java.core.impl.ConnectionPool
 
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, 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
 
connectWithRegEx(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP CONNECT
Container - Class in org.vertx.java.deploy
This class represents the container in which a verticle runs.
Container(VerticleManager) - Constructor for class org.vertx.java.deploy.Container
 
container - Static variable in class org.vertx.java.deploy.impl.VertxLocator
 
container - Variable in class org.vertx.java.deploy.Verticle
A reference to the vert.x container
contains(Object) - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
contains(Object) - Method in class org.vertx.java.core.json.JsonArray
 
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.impl.LowerCaseKeyMap
 
containsKey(Object) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
containsValue(Object) - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
containsValue(Object) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
context - Variable in class org.vertx.java.core.impl.BlockingAction
 
Context - Class in org.vertx.java.core.impl
 
Context(Executor) - Constructor for class org.vertx.java.core.impl.Context
 
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
 
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.eventbus.impl.BaseMessage
 
copy(String, String, AsyncResultHandler<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, AsyncResultHandler<Void>) - Method in interface org.vertx.java.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
copy(String, String, boolean, AsyncResultHandler<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 - Class in org.vertx.java.deploy.impl
 
createContext(String, String, String, String, boolean) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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
 
createEventLoopContext() - Method in class org.vertx.java.core.impl.DefaultVertx
 
createFile(String, AsyncResultHandler<Void>) - Method in interface org.vertx.java.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String, String, AsyncResultHandler<Void>) - Method in interface org.vertx.java.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFile(String, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
createFile(String, String, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
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 class org.vertx.java.core.Vertx
Create a HTTP/HTTPS client
createHttpServer() - Method in class org.vertx.java.core.impl.DefaultVertx
 
createHttpServer() - Method in class org.vertx.java.core.Vertx
Create an HTTP/HTTPS server
createNetClient() - Method in class org.vertx.java.core.impl.DefaultVertx
 
createNetClient() - Method in class org.vertx.java.core.Vertx
Create a TCP/SSL client
createNetServer() - Method in class org.vertx.java.core.impl.DefaultVertx
 
createNetServer() - Method in class 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
createReplyMessage(T) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
createSockJSServer(HttpServer) - Method in class org.vertx.java.core.impl.DefaultVertx
 
createSockJSServer(HttpServer) - Method in class org.vertx.java.core.Vertx
Create a SockJS server that wraps an HTTP server
createVerticle(String, ClassLoader) - Method in class org.vertx.java.deploy.impl.java.JavaVerticleFactory
 
createVerticle(String, ClassLoader) - Method in class org.vertx.java.deploy.impl.jruby.JRubyVerticleFactory
 
createVerticle(String, ClassLoader) - Method in class org.vertx.java.deploy.impl.jython.JythonVerticleFactory
 
createVerticle(String, ClassLoader) - Method in class org.vertx.java.deploy.impl.rhino.RhinoVerticleFactory
 
createVerticle(String, ClassLoader) - Method in interface org.vertx.java.deploy.VerticleFactory
 
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() - Method in interface org.vertx.java.core.VertxFactory
 
createVertx(String) - Method in interface org.vertx.java.core.VertxFactory
 
createVertx(int, String) - Method in interface org.vertx.java.core.VertxFactory
 
creationTime - Variable in class org.vertx.java.core.file.FileProps
The date the file was created
CustomJavaFileObject - Class in org.vertx.java.deploy.impl.java
 
CustomJavaFileObject(URI, JavaFileObject.Kind, String) - Constructor for class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 

D

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.DefaultWebSocket
 
dataHandler(Handler<Buffer>) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
dataHandler(Handler<Buffer>) - Method in class org.vertx.java.core.net.NetSocket
Set a data handler.
dataHandler(Handler<Buffer>) - Method in interface org.vertx.java.core.streams.ReadStream
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(ChannelHandlerContext, Channel, ChannelBuffer, HttpMessageDecoder.State) - Method in class org.vertx.java.core.http.impl.SwitchingHttpResponseDecoder
 
DECODE - Static variable in class org.vertx.java.core.http.impl.ws.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class org.vertx.java.core.http.impl.ws.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.http.impl.ws.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.http.impl.ws.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(ChannelHandlerContext, Channel, ChannelBuffer, VoidEnum) - Method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketFrameDecoder00
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, VoidEnum) - Method in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketFrameDecoder08
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class se.cgbystrom.netty.FlashPolicyHandler
 
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.http.impl.ws.Base64
Reads infile and decodes it to outfile.
decodeFrameType(int) - Method in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketFrameDecoder08
 
decodeFromFile(String) - Static method in class org.vertx.java.core.http.impl.ws.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeKey(String) - Static method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
decodeToFile(String, String) - Static method in class org.vertx.java.core.http.impl.ws.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.vertx.java.core.http.impl.ws.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
 
DEFAULT_CLUSTER_PORT - Static variable in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
DEFAULT_MAX_FRAME_SIZE - Static variable in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketFrameDecoder00
 
DEFAULT_MAX_FRAME_SIZE - Static variable in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketFrameDecoder08
 
DefaultAsyncFile - Class in org.vertx.java.core.file.impl
 
DefaultEventBus - Class in org.vertx.java.core.eventbus.impl
 
DefaultEventBus(VertxInternal) - Constructor for class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
DefaultEventBus(VertxInternal, String) - Constructor for class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
DefaultEventBus(VertxInternal, int, String) - Constructor for class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
DefaultFileSystem - Class in org.vertx.java.core.file.impl
 
DefaultFileSystem(VertxInternal) - Constructor for class org.vertx.java.core.file.impl.DefaultFileSystem
 
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, Context) - Constructor for class org.vertx.java.core.net.impl.DefaultNetSocket
 
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) - 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, String, AbstractConnection, Runnable) - 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, ChannelBuffer) - 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, AsyncResultHandler<Void>) - Method in interface org.vertx.java.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete(String, boolean, AsyncResultHandler<Void>) - Method in interface org.vertx.java.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete(String, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
delete(String, boolean, AsyncResultHandler<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
delete() - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
deleteSync(String) - Method in interface org.vertx.java.core.file.FileSystem
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 endcoded 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.
Deployment - Class in org.vertx.java.deploy.impl
 
Deployment(String, String, int, JsonObject, URL[], File, String, boolean) - Constructor for class org.vertx.java.deploy.impl.Deployment
 
DeploymentHandle - Interface in org.vertx.java.core.impl
 
deployMod(String, JsonObject, int, File, Handler<String>) - Method in class org.vertx.java.deploy.impl.VerticleManager
 
deployModule(String) - Method in class org.vertx.java.deploy.Container
Deploy a module programmatically
deployModule(String, int) - Method in class org.vertx.java.deploy.Container
Deploy a module programmatically
deployModule(String, JsonObject) - Method in class org.vertx.java.deploy.Container
Deploy a module programmatically
deployModule(String, JsonObject, int) - Method in class org.vertx.java.deploy.Container
Deploy a module programmatically
deployModule(String, JsonObject, int, Handler<String>) - Method in class org.vertx.java.deploy.Container
Deploy a module programmatically
deployVerticle(String) - Method in class org.vertx.java.deploy.Container
Deploy a worker verticle programmatically
deployVerticle(String, int) - Method in class org.vertx.java.deploy.Container
Deploy a verticle programmatically
deployVerticle(String, JsonObject) - Method in class org.vertx.java.deploy.Container
Deploy a verticle programmatically
deployVerticle(String, JsonObject, int) - Method in class org.vertx.java.deploy.Container
Deploy a verticle programmatically
deployVerticle(String, JsonObject, int, Handler<String>) - Method in class org.vertx.java.deploy.Container
Deploy a verticle programmatically
deployVerticle(boolean, String, JsonObject, URL[], int, File, String, Handler<String>) - Method in class org.vertx.java.deploy.impl.VerticleManager
 
deployWorkerVerticle(String) - Method in class org.vertx.java.deploy.Container
Deploy a worker verticle programmatically
deployWorkerVerticle(String, int) - Method in class org.vertx.java.deploy.Container
Deploy a worker verticle programmatically
deployWorkerVerticle(String, JsonObject) - Method in class org.vertx.java.deploy.Container
Deploy a worker verticle programmatically
deployWorkerVerticle(String, JsonObject, int) - Method in class org.vertx.java.deploy.Container
Deploy a worker verticle programmatically
deployWorkerVerticle(String, JsonObject, int, Handler<String>) - Method in class org.vertx.java.deploy.Container
Deploy a worker verticle programmatically
DONT_BREAK_LINES - Static variable in class org.vertx.java.core.http.impl.ws.Base64
Don't break lines when encoding (violates strict Base64 specification)
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.DefaultWebSocket
 
drainHandler(Handler<Void>) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
drainHandler(Handler<Void>) - Method in class org.vertx.java.core.net.NetSocket
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in interface org.vertx.java.core.streams.WriteStream
Set a drain handler on the stream.

E

eb - Variable in class org.vertx.java.busmods.BusModBase
 
ENCODE - Static variable in class org.vertx.java.core.http.impl.ws.Base64
Specify encoding.
encode(ChannelHandlerContext, Channel, Object) - Method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketFrameEncoder00
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketFrameEncoder08
 
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.http.impl.ws.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.vertx.java.core.http.impl.ws.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.vertx.java.core.http.impl.ws.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.vertx.java.core.http.impl.ws.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.http.impl.ws.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.vertx.java.core.http.impl.ws.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeKey(long, int) - Static method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
encodeObject(Serializable) - Static method in class org.vertx.java.core.http.impl.ws.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.http.impl.ws.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeOpcode(WebSocketFrame.FrameType) - Method in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketFrameEncoder08
 
encodePrettily(Object) - Static method in class org.vertx.java.core.json.impl.Json
 
encodeToFile(byte[], String) - Static method in class org.vertx.java.core.http.impl.ws.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 class 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 class 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 class org.vertx.java.core.http.HttpServerResponse
Same as HttpServerResponse.end() but writes some data to the response body before ending.
end() - Method in class 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.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.DefaultWebSocket
 
endHandler(Handler<Void>) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
endHandler(Handler<Void>) - Method in class org.vertx.java.core.net.NetSocket
Set an end handler.
endHandler(Handler<Void>) - Method in interface org.vertx.java.core.streams.ReadStream
Set an end handler.
entryAdded(EntryEvent<String, HazelcastServerID>) - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastSubsMap
 
entryEvicted(EntryEvent<String, HazelcastServerID>) - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastSubsMap
 
entryRemoved(EntryEvent<String, HazelcastServerID>) - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastSubsMap
 
entrySet() - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
entrySet() - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
entryUpdated(EntryEvent<String, HazelcastServerID>) - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastSubsMap
 
equals(Object) - Method in class org.vertx.java.core.buffer.Buffer
 
equals(Object) - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastServerID
 
equals(Object) - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
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 class 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
 
EventFields - Class in org.vertx.java.framework
 
EventFields() - Constructor for class org.vertx.java.framework.EventFields
 
EventLoopContext - Class in org.vertx.java.core.impl
 
EventLoopContext(Executor, NioWorker) - Constructor for class org.vertx.java.core.impl.EventLoopContext
 
EVENTS_ADDRESS - Static variable in class org.vertx.java.framework.TestBase
 
exception - Variable in class org.vertx.java.core.AsyncResult
An exception describing failure.
exception(Throwable, String) - Method in class org.vertx.java.framework.TestUtils
 
EXCEPTION_EVENT - Static variable in class org.vertx.java.framework.EventFields
 
EXCEPTION_MESSAGE_FIELD - Static variable in class org.vertx.java.framework.EventFields
 
EXCEPTION_STACKTRACE_FIELD - Static variable in class org.vertx.java.framework.EventFields
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer.ServerHandler
 
exceptionHandler(Handler<Exception>) - Method in interface org.vertx.java.core.http.HttpClient
Set an exception handler
exceptionHandler(Handler<Exception>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
exceptionHandler(Handler<Exception>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
exceptionHandler(Handler<Exception>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientResponse
 
exceptionHandler(Handler<Exception>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerRequest
 
exceptionHandler(Handler<Exception>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
exceptionHandler(Handler<Exception>) - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
exceptionHandler - Variable in class org.vertx.java.core.net.impl.ConnectionBase
 
exceptionHandler(Handler<Exception>) - Method in class org.vertx.java.core.net.impl.ConnectionBase
Set an exception handler on the connection
exceptionHandler(Handler<Exception>) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
exceptionHandler(Handler<Exception>) - Method in interface org.vertx.java.core.net.NetClient
Set the exception handler.
exceptionHandler(Handler<Exception>) - Method in interface org.vertx.java.core.streams.ReadStream
Set an exception handler.
exceptionHandler(Handler<Exception>) - Method in interface org.vertx.java.core.streams.WriteStream
Set an exception handler on the stream
execute(Runnable) - Method in class org.vertx.java.core.impl.Context
 
execute(Runnable) - Method in class org.vertx.java.core.impl.EventLoopContext
 
execute(Runnable) - Method in class org.vertx.java.core.impl.WorkerContext
 
executeOnWorker(Runnable) - Method in class org.vertx.java.core.impl.Context
 
exists(String, AsyncResultHandler<Boolean>) - Method in interface org.vertx.java.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
exists(String, AsyncResultHandler<Boolean>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
existsSync(String) - Method in interface org.vertx.java.core.file.FileSystem
existsSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
exit() - Method in class org.vertx.java.deploy.Container
Cause the container to exit

F

factories - Static variable in interface org.vertx.java.deploy.VerticleFactory
 
failed() - Method in class org.vertx.java.core.AsyncResult
Did it fail?
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
 
FileProps - Class in org.vertx.java.core.file
Represents properties of a file on the file system
FileProps(BasicFileAttributes) - Constructor for class org.vertx.java.core.file.FileProps
 
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 class 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
Construct a FileSystemException with a message as specified by msg
FileSystemProps - Class in org.vertx.java.core.file
Represents properties of the file system
FileSystemProps(long, long, long) - Constructor for class org.vertx.java.core.file.FileSystemProps
 
fillInRequest(HttpClientRequest, String) - Method in interface org.vertx.java.core.http.impl.ws.Handshake
 
fillInRequest(HttpClientRequest, String) - Method in class org.vertx.java.core.http.impl.ws.hybi00.Handshake00
 
fillInRequest(HttpClientRequest, String) - Method in class org.vertx.java.core.http.impl.ws.hybi08.Handshake08
 
fillInRequest(HttpClientRequest, String) - Method in class org.vertx.java.core.http.impl.ws.hybi17.HandshakeRFC6455
 
finalize() - Method in class org.vertx.java.core.sockjs.SockJSSocket
 
find(String) - Method in class org.vertx.java.deploy.impl.java.PackageHelper
 
findClass(String) - Method in class org.vertx.java.deploy.impl.java.CompilingClassLoader
 
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 se.cgbystrom.netty
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 se.cgbystrom.netty.FlashPolicyHandler
Creates a handler allowing access from any domain and any port
FlashPolicyHandler(ChannelBuffer) - Constructor for class se.cgbystrom.netty.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(AsyncResultHandler) - 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(AsyncResultHandler) - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
flushBase64() - Method in class org.vertx.java.core.http.impl.ws.Base64.OutputStream
Method added by PHIL.
format(LogRecord) - Method in class org.vertx.java.core.logging.impl.VertxLoggerFormatter
 
fsProps(String, AsyncResultHandler<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, AsyncResultHandler<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
 

G

generateConnectionOptions(boolean) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
generateKey() - Static method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
generateKey3() - Static method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
generateKeys() - Method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
generateNonce() - Method in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketChallenge08
 
generateRandomBuffer(int) - Static method in class org.vertx.java.framework.TestUtils
 
generateRandomBuffer(int, boolean, byte) - Static method in class org.vertx.java.framework.TestUtils
 
generateRandomByteArray(int) - Static method in class org.vertx.java.framework.TestUtils
 
generateRandomByteArray(int, boolean, byte) - Static method in class org.vertx.java.framework.TestUtils
 
generateResponse(HttpRequest, String) - Method in interface org.vertx.java.core.http.impl.ws.Handshake
 
generateResponse(HttpRequest, String) - Method in class org.vertx.java.core.http.impl.ws.hybi00.Handshake00
 
generateResponse(HttpRequest, String) - Method in class org.vertx.java.core.http.impl.ws.hybi08.Handshake08
 
generateResponse(HttpRequest, String) - Method in class org.vertx.java.core.http.impl.ws.hybi17.HandshakeRFC6455
 
get(String, AsyncResultHandler<ServerIDs>) - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastSubsMap
 
get(String, AsyncResultHandler<ServerIDs>) - Method in interface org.vertx.java.core.eventbus.impl.SubsMap
 
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, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP GET
get(Object) - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
get(int) - Method in class org.vertx.java.core.json.JsonArray
 
get(Object) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
getAcceptBacklog() - Method in interface org.vertx.java.core.http.HttpServer
 
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.net.NetServer
 
getAcceptorPool() - Method in class org.vertx.java.core.impl.DefaultVertx
 
getAcceptorPool() - Method in class org.vertx.java.core.impl.VertxInternal
 
getAccessLevel() - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
getArray(String) - Method in class org.vertx.java.core.json.JsonObject
 
getArray(String, JsonArray) - Method in class org.vertx.java.core.json.JsonObject
 
getBackgroundPool() - Method in class org.vertx.java.core.impl.DefaultVertx
 
getBackgroundPool() - Method in class 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
 
getBoolean(String) - Method in class org.vertx.java.core.json.JsonObject
 
getBoolean(String, boolean) - Method in class org.vertx.java.core.json.JsonObject
 
getBossThreads() - Method in interface org.vertx.java.core.http.HttpClient
 
getBossThreads() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
getBossThreads() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getBossThreads() - Method in interface org.vertx.java.core.net.NetClient
 
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.
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
getBytesPumped() - Method in class org.vertx.java.core.streams.Pump
Return the total number of bytes pumped by this pump.
getChannelBuffer() - Method in class org.vertx.java.core.buffer.Buffer
Returns the Buffer as a Netty ChannelBuffer.
getCharContent(boolean) - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
getClientAuth() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getClientAuth() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
getClientAuth() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
getClientBossThreads() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
getCloseHook(Object) - Method in class org.vertx.java.core.impl.Context
 
getCompiledClass(String) - Method in class org.vertx.java.deploy.impl.java.MemoryFileManager
 
getConfig() - Method in class org.vertx.java.deploy.Container
Get the verticle configuration
getConfig() - Method in class org.vertx.java.deploy.impl.VerticleManager
 
getConnection(Handler<T>, Context) - Method in class org.vertx.java.core.impl.ConnectionPool
 
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
 
getContainer() - Method in class org.vertx.java.deploy.Verticle
 
getContext() - Static method in class org.vertx.java.core.impl.Context
 
getContext() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
getContext() - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
getDecoder() - Method in interface org.vertx.java.core.http.impl.ws.Handshake
 
getDecoder() - Method in class org.vertx.java.core.http.impl.ws.hybi00.Handshake00
 
getDecoder() - Method in class org.vertx.java.core.http.impl.ws.hybi08.Handshake08
 
getDeploymentHandle() - Method in class org.vertx.java.core.impl.Context
 
getDeploymentModDir() - Method in class org.vertx.java.deploy.impl.VerticleManager
 
getDeploymentName() - Method in class org.vertx.java.deploy.impl.VerticleManager
 
getDeploymentURLs() - Method in class org.vertx.java.deploy.impl.VerticleManager
 
getDouble(int) - Method in class org.vertx.java.core.buffer.Buffer
Returns the double at position pos in the Buffer.
getEncoder(boolean) - Method in interface org.vertx.java.core.http.impl.ws.Handshake
 
getEncoder(boolean) - Method in class org.vertx.java.core.http.impl.ws.hybi00.Handshake00
 
getEncoder(boolean) - Method in class org.vertx.java.core.http.impl.ws.hybi08.Handshake08
 
getEnv() - Method in class org.vertx.java.deploy.Container
Get an umodifiable map of system, environment variables.
getExecutor() - Method in class org.vertx.java.core.impl.OrderedExecutorFactory
Get an executor that always executes tasks in order.
getField(String) - Method in class org.vertx.java.core.json.JsonObject
 
getFieldNames() - Method in class org.vertx.java.core.json.JsonObject
 
getFloat(int) - Method in class org.vertx.java.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getInt(int) - Method in class org.vertx.java.core.buffer.Buffer
Returns the int at position pos in the Buffer.
getInt(String) - Method in class org.vertx.java.deploy.impl.Args
 
getInteger(String) - Method in class org.vertx.java.core.json.JsonObject
 
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class org.vertx.java.deploy.impl.java.MemoryFileManager
 
getKey1() - Method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
getKey1String() - Method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
getKey2() - Method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
getKey2String() - Method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
getKey3() - Method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
getKeyStorePassword() - Method in interface org.vertx.java.core.http.HttpClient
 
getKeyStorePassword() - Method in interface org.vertx.java.core.http.HttpServer
 
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.net.NetClient
 
getKeyStorePassword() - Method in interface org.vertx.java.core.net.NetServer
 
getKeyStorePath() - Method in interface org.vertx.java.core.http.HttpClient
 
getKeyStorePath() - Method in interface org.vertx.java.core.http.HttpServer
 
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.net.NetClient
 
getKeyStorePath() - Method in interface org.vertx.java.core.net.NetServer
 
getKind() - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
getLastModified() - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
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
 
getLogger() - Method in class org.vertx.java.deploy.Container
Get the verticle logger
getLogger() - Method in class org.vertx.java.deploy.impl.VerticleManager
 
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
 
getMandatoryBooleanConfig(String) - Method in class org.vertx.java.busmods.BusModBase
 
getMandatoryIntConfig(String) - Method in class org.vertx.java.busmods.BusModBase
 
getMandatoryLongConfig(String) - Method in class org.vertx.java.busmods.BusModBase
 
getMandatoryObject(String, Message<JsonObject>) - Method in class org.vertx.java.busmods.BusModBase
 
getMandatoryString(String, Message<JsonObject>) - Method in class org.vertx.java.busmods.BusModBase
 
getMandatoryStringConfig(String) - Method in class org.vertx.java.busmods.BusModBase
 
getMap(String) - Method in class org.vertx.java.core.shareddata.SharedData
Return a Map with the specific name.
getMask() - Method in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketFrameEncoder08
 
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 class org.vertx.java.core.impl.ConnectionPool
Returns the maximum number of connections in the pool
getMethodName() - Method in class org.vertx.java.framework.TestBase
 
getMimeTypeForExtension(String) - Static method in class org.vertx.java.core.http.impl.MimeMapping
 
getName() - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
getNestingKind() - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
getNonceBase64() - Method in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketChallenge08
 
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, Map<String, ? extends Object>, 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, Map<String, ? extends Object>, 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
 
getOptionalArrayConfig(String, JsonArray) - Method in class org.vertx.java.busmods.BusModBase
 
getOptionalBooleanConfig(String, boolean) - Method in class org.vertx.java.busmods.BusModBase
 
getOptionalIntConfig(String, int) - Method in class org.vertx.java.busmods.BusModBase
 
getOptionalLongConfig(String, long) - Method in class org.vertx.java.busmods.BusModBase
 
getOptionalObjectConfig(String, JsonObject) - Method in class org.vertx.java.busmods.BusModBase
 
getOptionalStringConfig(String, String) - Method in class org.vertx.java.busmods.BusModBase
 
getOrAssignContext() - Method in class org.vertx.java.core.impl.DefaultVertx
 
getOrAssignContext() - Method in class org.vertx.java.core.impl.VertxInternal
 
getPathAdjustment() - Method in class org.vertx.java.core.impl.Context
 
getRaw(Object) - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
getReadStream() - Method in interface org.vertx.java.core.file.AsyncFile
Return a ReadStream instance operating on this AsyncFile.
getReadStream() - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
getReceiveBufferSize() - Method in interface org.vertx.java.core.http.HttpClient
 
getReceiveBufferSize() - Method in interface org.vertx.java.core.http.HttpServer
 
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.net.NetClient
 
getReceiveBufferSize() - Method in interface org.vertx.java.core.net.NetServer
 
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.
getResource(String) - Method in class org.vertx.java.deploy.impl.ParentLastURLClassLoader
 
getResourceAsStream(String) - Method in class org.vertx.java.deploy.impl.ParentLastURLClassLoader
 
getResources(String) - Method in class org.vertx.java.deploy.impl.ParentLastURLClassLoader
 
getSendBufferSize() - Method in interface org.vertx.java.core.http.HttpClient
 
getSendBufferSize() - Method in interface org.vertx.java.core.http.HttpServer
 
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.net.NetClient
 
getSendBufferSize() - Method in interface org.vertx.java.core.net.NetServer
 
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.
getSpaces1() - Method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
getSpaces2() - Method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
getSSLContext() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
getSSLContext() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
getSSLContext() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
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
 
getSubsMap(String) - Method in interface org.vertx.java.core.eventbus.impl.ClusterManager
 
getSubsMap(String) - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastClusterManager
 
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.
getTimer() - Method in class org.vertx.java.core.impl.DefaultVertx
 
getTimer() - Method in class org.vertx.java.core.impl.VertxInternal
 
getTrafficClass() - Method in interface org.vertx.java.core.http.HttpClient
 
getTrafficClass() - Method in interface org.vertx.java.core.http.HttpServer
 
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.TCPSSLHelper
 
getTrafficClass() - Method in interface org.vertx.java.core.net.NetClient
 
getTrafficClass() - Method in interface org.vertx.java.core.net.NetServer
 
getTrustStorePassword() - Method in interface org.vertx.java.core.http.HttpClient
 
getTrustStorePassword() - Method in interface org.vertx.java.core.http.HttpServer
 
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.net.NetClient
 
getTrustStorePassword() - Method in interface org.vertx.java.core.net.NetServer
 
getTrustStorePath() - Method in interface org.vertx.java.core.http.HttpClient
 
getTrustStorePath() - Method in interface org.vertx.java.core.http.HttpServer
 
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.net.NetClient
 
getTrustStorePath() - Method in interface org.vertx.java.core.net.NetServer
 
getType() - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
getType() - Method in interface org.vertx.java.core.http.impl.ws.WebSocketFrame
 
getVertx() - Method in class org.vertx.java.deploy.Verticle
 
getWebSocketLocation(HttpRequest, String) - Method in class org.vertx.java.core.http.impl.ws.hybi00.Handshake00
 
getWebSocketLocation(HttpRequest, String) - Method in class org.vertx.java.core.http.impl.ws.hybi08.Handshake08
 
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
getWorker() - Method in class org.vertx.java.core.impl.EventLoopContext
 
getWorkerPool() - Method in class org.vertx.java.core.impl.DefaultVertx
 
getWriteStream() - Method in interface org.vertx.java.core.file.AsyncFile
Return a WriteStream instance operating on this AsyncFile.
getWriteStream() - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
GUID - Static variable in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketChallenge08
 
GZIP - Static variable in class org.vertx.java.core.http.impl.ws.Base64
Specify that data should be gzip-compressed.

H

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(Void) - Method in class org.vertx.java.core.SimpleHandler
 
handle() - Method in class org.vertx.java.core.SimpleHandler
Handle the event.
handle(SockJSSocket) - Method in class org.vertx.java.core.sockjs.EventBusBridge
 
handleClosed() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
handleClosed() - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.vertx.java.core.http.impl.ws.WebSocketDisconnectionNegotiator
 
handleException(Exception) - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
handleHandlerException(Throwable) - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
Handler<E> - Interface in org.vertx.java.core
A generic event handler
handler - Variable in class org.vertx.java.core.net.impl.HandlerHolder
 
handleRegister(SockJSSocket, String) - Method in class org.vertx.java.core.sockjs.EventBusBridge
Client is registering a handler
HandlerHolder<T> - Class in org.vertx.java.core.net.impl
 
HandlerManager<T> - Class in org.vertx.java.core.net.impl
 
HandlerManager(VertxWorkerPool) - 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
handleSocketClosed(SockJSSocket) - Method in class org.vertx.java.core.sockjs.EventBusBridge
The socket has been closed
handleUnregister(SockJSSocket, String) - Method in class org.vertx.java.core.sockjs.EventBusBridge
Client is unregistering a handler
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.vertx.java.core.http.impl.ws.WebSocketDisconnectionNegotiator
 
Handshake - Interface in org.vertx.java.core.http.impl.ws
 
Handshake00 - Class in org.vertx.java.core.http.impl.ws.hybi00
Handler for ietf-08.
Handshake00() - Constructor for class org.vertx.java.core.http.impl.ws.hybi00.Handshake00
 
Handshake08 - Class in org.vertx.java.core.http.impl.ws.hybi08
Handler for ietf-08.
Handshake08() - Constructor for class org.vertx.java.core.http.impl.ws.hybi08.Handshake08
 
HandshakeRFC6455 - Class in org.vertx.java.core.http.impl.ws.hybi17
Handler for RFC6455.
HandshakeRFC6455() - Constructor for class org.vertx.java.core.http.impl.ws.hybi17.HandshakeRFC6455
 
hasHandlers() - Method in class org.vertx.java.core.net.impl.HandlerManager
 
hashCode() - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastServerID
 
hashCode() - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
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
 
HazelcastClusterManager - Class in org.vertx.java.core.eventbus.impl.hazelcast
 
HazelcastClusterManager(VertxInternal) - Constructor for class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastClusterManager
 
HazelcastServerID - Class in org.vertx.java.core.eventbus.impl.hazelcast
 
HazelcastServerID() - Constructor for class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastServerID
 
HazelcastServerID(ServerID) - Constructor for class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastServerID
 
HazelcastSubsMap - Class in org.vertx.java.core.eventbus.impl.hazelcast
 
HazelcastSubsMap(VertxInternal, MultiMap<String, HazelcastServerID>) - Constructor for class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastSubsMap
 
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 class org.vertx.java.core.http.HttpClientResponse
 
headers() - Method in class 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 class 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
 
HeaderUtils - Class in org.vertx.java.core.http.impl
 
HeaderUtils() - Constructor for class org.vertx.java.core.http.impl.HeaderUtils
 
headWithRegEx(String, Handler<HttpServerRequest>) - Method in class org.vertx.java.core.http.RouteMatcher
Specify a handler that will be called for a matching HTTP HEAD
host - Variable in class org.vertx.java.core.net.impl.ServerID
 
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 - Class in org.vertx.java.core.http
Represents a client-side HTTP response.
HttpClientResponse(int, String) - Constructor for class org.vertx.java.core.http.HttpClientResponse
 
HttpReadStreamBase - Class in org.vertx.java.core.http.impl
 
HttpReadStreamBase() - Constructor for class org.vertx.java.core.http.impl.HttpReadStreamBase
 
HttpServer - Interface in org.vertx.java.core.http
An HTTP and WebSockets server
HttpServerRequest - Class in org.vertx.java.core.http
Represents a server-side HTTP request.
HttpServerRequest(String, String, String, String, HttpServerResponse) - Constructor for class org.vertx.java.core.http.HttpServerRequest
 
HttpServerResponse - Class in org.vertx.java.core.http
Represents a server-side HTTP response.
HttpServerResponse() - Constructor for class org.vertx.java.core.http.HttpServerResponse
 

I

inferBinaryName(JavaFileManager.Location, JavaFileObject) - Method in class org.vertx.java.deploy.impl.java.MemoryFileManager
 
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
 
init(VerticleManager) - Method in class org.vertx.java.deploy.impl.java.JavaVerticleFactory
 
init(VerticleManager) - Method in class org.vertx.java.deploy.impl.jruby.JRubyVerticleFactory
 
init(VerticleManager) - Method in class org.vertx.java.deploy.impl.jython.JythonVerticleFactory
 
init(VerticleManager) - Method in class org.vertx.java.deploy.impl.rhino.RhinoVerticleFactory
 
init(VerticleManager) - Method in interface org.vertx.java.deploy.VerticleFactory
 
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
installMod(String) - Method in class org.vertx.java.deploy.impl.VerticleManager
 
installTestApplications() - Method in class org.vertx.java.core.sockjs.impl.DefaultSockJSServer
 
instances - Variable in class org.vertx.java.deploy.impl.Deployment
 
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.
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
 
isDirectory - Variable in class org.vertx.java.core.file.FileProps
Is the file a directory?
isEmpty() - Method in class org.vertx.java.core.eventbus.impl.ServerIDs
 
isEmpty() - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
isEmpty() - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
isEmpty() - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
isEmpty() - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
isEventLoop() - Method in class org.vertx.java.core.impl.DefaultVertx
 
isEventLoop() - Method in class 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
 
isInitialised() - Method in class org.vertx.java.core.eventbus.impl.ServerIDs
 
isNameCompatible(String, JavaFileObject.Kind) - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
isOther - Variable in class org.vertx.java.core.file.FileProps
Is the file some other type? (I.e.
isRegularFile - Variable in class org.vertx.java.core.file.FileProps
Is the file a regular file?
isReuseAddress() - Method in interface org.vertx.java.core.http.HttpClient
 
isReuseAddress() - Method in interface org.vertx.java.core.http.HttpServer
 
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.TCPSSLHelper
 
isReuseAddress() - Method in interface org.vertx.java.core.net.NetClient
 
isReuseAddress() - Method in interface org.vertx.java.core.net.NetServer
 
isSoLinger() - Method in interface org.vertx.java.core.http.HttpClient
 
isSoLinger() - Method in interface org.vertx.java.core.http.HttpServer
 
isSoLinger() - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
isSoLinger() - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
isSoLinger() - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
isSoLinger() - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
isSoLinger() - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
isSoLinger() - Method in interface org.vertx.java.core.net.NetClient
 
isSoLinger() - Method in interface org.vertx.java.core.net.NetServer
 
isSSL() - Method in interface org.vertx.java.core.http.HttpClient
 
isSSL() - Method in interface org.vertx.java.core.http.HttpServer
 
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.ConnectionBase
 
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.net.NetClient
 
isSSL() - Method in interface org.vertx.java.core.net.NetServer
 
isSymbolicLink - Variable in class org.vertx.java.core.file.FileProps
Is the file a symbolic link?
isTCPKeepAlive() - Method in interface org.vertx.java.core.http.HttpClient
 
isTCPKeepAlive() - Method in interface org.vertx.java.core.http.HttpServer
 
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.TCPSSLHelper
 
isTCPKeepAlive() - Method in interface org.vertx.java.core.net.NetClient
 
isTCPKeepAlive() - Method in interface org.vertx.java.core.net.NetServer
 
isTCPNoDelay() - Method in interface org.vertx.java.core.http.HttpClient
 
isTCPNoDelay() - Method in interface org.vertx.java.core.http.HttpServer
 
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.TCPSSLHelper
 
isTCPNoDelay() - Method in interface org.vertx.java.core.net.NetClient
 
isTCPNoDelay() - Method in interface org.vertx.java.core.net.NetServer
 
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
 
isTrustAll() - Method in interface org.vertx.java.core.http.HttpClient
 
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
 
isTrustAll() - Method in interface org.vertx.java.core.net.NetClient
 
isWorker() - Method in class org.vertx.java.core.impl.DefaultVertx
 
isWorker() - Method in class org.vertx.java.core.Vertx
Is the current thread an worker thread?
iterator() - Method in class org.vertx.java.core.eventbus.impl.ServerIDs
 
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.shareddata.impl.SharedSet
 

J

JavaVerticleFactory - Class in org.vertx.java.deploy.impl.java
 
JavaVerticleFactory() - Constructor for class org.vertx.java.deploy.impl.java.JavaVerticleFactory
 
JRubyVerticle - Class in org.vertx.java.deploy.impl.jruby
 
JRubyVerticleFactory - Class in org.vertx.java.deploy.impl.jruby
 
JRubyVerticleFactory() - Constructor for class org.vertx.java.deploy.impl.jruby.JRubyVerticleFactory
 
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
 
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
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
 
JythonVerticle - Class in org.vertx.java.deploy.impl.jython
 
JythonVerticleFactory - Class in org.vertx.java.deploy.impl.jython
 
JythonVerticleFactory() - Constructor for class org.vertx.java.deploy.impl.jython.JythonVerticleFactory
 

K

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

L

lastAccessTime - Variable in class org.vertx.java.core.file.FileProps
The date the file was last accessed
lastModifiedTime - Variable in class org.vertx.java.core.file.FileProps
The date the file was last modified
latin1StringToBytes(String) - Static method in class org.vertx.java.core.parsetools.RecordParser
Helper method to convert a latin-1 String to an array of bytes for use as a delimiter Please do not use this for non latin-1 characters
length() - Method in class org.vertx.java.core.buffer.Buffer
Returns the length of the buffer, measured in bytes.
link(String, String, AsyncResultHandler<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, AsyncResultHandler<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(JavaFileManager.Location, String, Set<JavaFileObject.Kind>, boolean) - Method in class org.vertx.java.deploy.impl.java.MemoryFileManager
 
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, 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) - 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) - 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) - 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
Instruct the server to listen for incoming connections on the specified port and host.
listInstances() - Method in class org.vertx.java.deploy.impl.VerticleManager
 
load(String) - Static method in class org.vertx.java.deploy.impl.rhino.RhinoVerticle
 
loadClass(String, boolean) - Method in class org.vertx.java.deploy.impl.ParentLastURLClassLoader
 
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 - Variable in class org.vertx.java.busmods.BusModBase
 
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
 
LowerCaseKeyMap<T> - Class in org.vertx.java.core.impl
 
LowerCaseKeyMap() - Constructor for class org.vertx.java.core.impl.LowerCaseKeyMap
 
lprops(String, AsyncResultHandler<FileProps>) - Method in interface org.vertx.java.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lprops(String, AsyncResultHandler<FileProps>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
lpropsSync(String) - Method in interface org.vertx.java.core.file.FileSystem
lpropsSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 

M

main(String[]) - Static method in class org.vertx.java.core.http.impl.ws.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
 
main(String[]) - Static method in class org.vertx.java.deploy.impl.cli.Starter
 
main(String[]) - Static method in class org.vertx.java.deploy.impl.rhino.CoffeeScriptCompiler
 
map - Variable in class org.vertx.java.deploy.impl.Args
 
matches(HttpRequest) - Static method in class org.vertx.java.core.http.impl.ws.hybi00.Handshake00
 
matches(HttpRequest) - Static method in class org.vertx.java.core.http.impl.ws.hybi08.Handshake08
 
matches(HttpRequest) - Static method in class org.vertx.java.core.http.impl.ws.hybi17.HandshakeRFC6455
 
MemoryFileManager - Class in org.vertx.java.deploy.impl.java
Java in-memory file manager used by CompilingClassLoader to handle compiled classes
MemoryFileManager(ClassLoader, JavaFileManager) - Constructor for class org.vertx.java.deploy.impl.java.MemoryFileManager
 
merge(ServerIDs) - Method in class org.vertx.java.core.eventbus.impl.ServerIDs
 
mergeIn(JsonObject) - Method in class org.vertx.java.core.json.JsonObject
 
Message<T> - Class in org.vertx.java.core.eventbus
Represents a message on the event bus.
Message() - Constructor for class org.vertx.java.core.eventbus.Message
 
MessageFactory - Class in org.vertx.java.core.eventbus.impl
 
MessageFactory() - Constructor for class org.vertx.java.core.eventbus.impl.MessageFactory
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer.ServerHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.vertx.java.core.http.impl.ws.PingHandler
 
method - Variable in class org.vertx.java.core.http.HttpServerRequest
The HTTP method for the request.
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
 
mkdir(String, AsyncResultHandler<Void>) - Method in interface org.vertx.java.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, boolean, AsyncResultHandler<Void>) - Method in interface org.vertx.java.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String, AsyncResultHandler<Void>) - Method in interface org.vertx.java.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String, boolean, AsyncResultHandler<Void>) - Method in interface org.vertx.java.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
mkdir(String, boolean, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
mkdir(String, String, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
mkdir(String, String, boolean, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
mkdirSync(String) - Method in interface org.vertx.java.core.file.FileSystem
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
 
modDir - Variable in class org.vertx.java.deploy.impl.Deployment
 
modName - Variable in class org.vertx.java.deploy.impl.Deployment
 
moduleDeployed(Deployment) - Method in class org.vertx.java.deploy.impl.Redeployer
 
ModuleReloader - Interface in org.vertx.java.deploy.impl
 
moduleUndeployed(Deployment) - Method in class org.vertx.java.deploy.impl.Redeployer
 
move(String, String, AsyncResultHandler<Void>) - Method in interface org.vertx.java.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, String, AsyncResultHandler<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
 

N

name - Variable in class org.vertx.java.deploy.impl.Deployment
 
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 - Class in org.vertx.java.core.net
Represents a socket-like interface to a TCP/SSL connection on either the client or the server side.
NetSocket(VertxInternal, Channel, String, Context) - Constructor for class org.vertx.java.core.net.NetSocket
 
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.Vertx
Create a non clustered Vertx instance
newVertx(String) - Static method in class org.vertx.java.core.Vertx
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.Vertx
Create a clustered Vertx instance
nextWorker() - Method in class org.vertx.java.core.net.impl.VertxWorkerPool
 
NO_OPTIONS - Static variable in class org.vertx.java.core.http.impl.ws.Base64
No options specified.
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

onComplete(HttpClientResponse, AsyncResultHandler<Void>) - Method in interface org.vertx.java.core.http.impl.ws.Handshake
 
onComplete(HttpClientResponse, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.http.impl.ws.hybi00.Handshake00
 
onComplete(HttpClientResponse, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.http.impl.ws.hybi08.Handshake08
 
onContextCreated(Context) - Method in class org.vertx.java.deploy.impl.rhino.RhinoContextFactory
 
open(String, AsyncResultHandler<AsyncFile>) - Method in interface org.vertx.java.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, String, AsyncResultHandler<AsyncFile>) - Method in interface org.vertx.java.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, String, boolean, AsyncResultHandler<AsyncFile>) - Method in interface org.vertx.java.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, String, boolean, boolean, boolean, AsyncResultHandler<AsyncFile>) - Method in interface org.vertx.java.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, String, boolean, boolean, boolean, boolean, AsyncResultHandler<AsyncFile>) - Method in interface org.vertx.java.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, AsyncResultHandler<AsyncFile>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
open(String, String, AsyncResultHandler<AsyncFile>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
open(String, String, boolean, AsyncResultHandler<AsyncFile>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
open(String, String, boolean, boolean, boolean, AsyncResultHandler<AsyncFile>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
open(String, String, boolean, boolean, boolean, boolean, AsyncResultHandler<AsyncFile>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
openInputStream() - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
openOutputStream() - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
openReader(boolean) - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
openSync(String) - Method in interface org.vertx.java.core.file.FileSystem
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
 
openWriter() - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
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.http.impl.ws.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
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.busmods - package org.vertx.java.busmods
 
org.vertx.java.core - package org.vertx.java.core
 
org.vertx.java.core.buffer - package org.vertx.java.core.buffer
 
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.eventbus.impl.hazelcast - package org.vertx.java.core.eventbus.impl.hazelcast
 
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.ws - package org.vertx.java.core.http.impl.ws
 
org.vertx.java.core.http.impl.ws.hybi00 - package org.vertx.java.core.http.impl.ws.hybi00
 
org.vertx.java.core.http.impl.ws.hybi08 - package org.vertx.java.core.http.impl.ws.hybi08
 
org.vertx.java.core.http.impl.ws.hybi17 - package org.vertx.java.core.http.impl.ws.hybi17
 
org.vertx.java.core.impl - package org.vertx.java.core.impl
 
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.streams - package org.vertx.java.core.streams
 
org.vertx.java.deploy - package org.vertx.java.deploy
 
org.vertx.java.deploy.impl - package org.vertx.java.deploy.impl
 
org.vertx.java.deploy.impl.cli - package org.vertx.java.deploy.impl.cli
 
org.vertx.java.deploy.impl.java - package org.vertx.java.deploy.impl.java
 
org.vertx.java.deploy.impl.jruby - package org.vertx.java.deploy.impl.jruby
 
org.vertx.java.deploy.impl.jython - package org.vertx.java.deploy.impl.jython
 
org.vertx.java.deploy.impl.rhino - package org.vertx.java.deploy.impl.rhino
 
org.vertx.java.framework - package org.vertx.java.framework
 

P

PackageHelper - Class in org.vertx.java.deploy.impl.java
 
PackageHelper(ClassLoader) - Constructor for class org.vertx.java.deploy.impl.java.PackageHelper
 
params() - Method in class 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
 
parentDeploymentName - Variable in class org.vertx.java.deploy.impl.Deployment
 
ParentLastURLClassLoader - Class in org.vertx.java.deploy.impl
 
ParentLastURLClassLoader(URL[], ClassLoader) - Constructor for class org.vertx.java.deploy.impl.ParentLastURLClassLoader
 
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 - Variable in class org.vertx.java.core.http.HttpServerRequest
The path part of the uri.
path - Variable in class 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
 
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.DefaultWebSocket
 
pause() - Method in class org.vertx.java.core.net.impl.ConnectionBase
Pause the connection, see ReadStream.pause()
pause() - Method in interface org.vertx.java.core.streams.ReadStream
Pause the ReadStream.
PingHandler - Class in org.vertx.java.core.http.impl.ws
 
PingHandler() - Constructor for class org.vertx.java.core.http.impl.ws.PingHandler
 
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 - Variable in class org.vertx.java.core.net.impl.ServerID
 
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
props(String, AsyncResultHandler<FileProps>) - Method in interface org.vertx.java.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
props(String, AsyncResultHandler<FileProps>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
propsSync(String) - Method in interface org.vertx.java.core.file.FileSystem
propsSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
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, 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 from getting overloaded.
put(String, ServerID, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastSubsMap
 
put(String, ServerID, AsyncResultHandler<Void>) - Method in interface org.vertx.java.core.eventbus.impl.SubsMap
 
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(String, T) - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
put(K, V) - Method in class org.vertx.java.core.shareddata.impl.SharedMap
 
putAll(Map<? extends String, ? extends T>) - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
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
 
putCloseHook(Object, Runnable) - Method in class org.vertx.java.core.impl.Context
 
putHeader(String, Object) - Method in interface org.vertx.java.core.http.HttpClientRequest
Put an HTTP header - fluent API
putHeader(String, Object) - Method in class org.vertx.java.core.http.HttpServerResponse
Put an HTTP header - fluent API
putHeader(String, Object) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
putHeader(String, Object) - 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
 
putRaw(String, T) - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
putString(String, String) - Method in class org.vertx.java.core.json.JsonObject
 
putTrailer(String, Object) - Method in class org.vertx.java.core.http.HttpServerResponse
Put an HTTP trailer - fluent API
putTrailer(String, Object) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
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 - Variable in class org.vertx.java.core.http.HttpServerRequest
The query part of the uri.

R

randomAlphaString(int) - Static method in class org.vertx.java.framework.TestUtils
 
randomUnicodeString(int) - Static method in class org.vertx.java.framework.TestUtils
 
read(Buffer, int, int, int, AsyncResultHandler<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, int, int, AsyncResultHandler<Buffer>) - Method in class org.vertx.java.core.file.impl.DefaultAsyncFile
 
read() - Method in class org.vertx.java.core.http.impl.ws.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.http.impl.ws.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
 
readData(DataInput) - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastServerID
 
readDir(String, AsyncResultHandler<String[]>) - Method in interface org.vertx.java.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, String, AsyncResultHandler<String[]>) - Method in interface org.vertx.java.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, AsyncResultHandler<String[]>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
readDir(String, String, AsyncResultHandler<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, AsyncResultHandler<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, AsyncResultHandler<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
 
ReadStream - Interface in org.vertx.java.core.streams
Represents a stream of data that can be read from.
readSymlink(String, AsyncResultHandler<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, AsyncResultHandler<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
 
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.
Redeployer - Class in org.vertx.java.deploy.impl
 
Redeployer(Vertx, File, ModuleReloader) - Constructor for class org.vertx.java.deploy.impl.Redeployer
 
register(String, Handler<Void>) - Method in class org.vertx.java.framework.TestUtils
 
registerHandler(String, Handler<? extends Message>, AsyncResultHandler<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>, AsyncResultHandler<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
 
registerTests(Object) - Method in class org.vertx.java.framework.TestUtils
 
reject() - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
reject() - Method in class org.vertx.java.core.http.ServerWebSocket
Reject the WebSocket
reloadModules(Set<Deployment>) - Method in interface org.vertx.java.deploy.impl.ModuleReloader
 
reloadModules(Set<Deployment>) - Method in class org.vertx.java.deploy.impl.VerticleManager
 
remove(String, ServerID, AsyncResultHandler<Boolean>) - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastSubsMap
 
remove(ServerID) - Method in class org.vertx.java.core.eventbus.impl.ServerIDs
 
remove(String, ServerID, AsyncResultHandler<Boolean>) - Method in interface org.vertx.java.core.eventbus.impl.SubsMap
 
remove(Object) - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
remove(Object) - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
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
 
removeAll(Collection<?>) - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
removeAll(Collection<?>) - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
removeAllForServerID(ServerID, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastSubsMap
 
removeAllForServerID(ServerID, AsyncResultHandler<Void>) - Method in interface org.vertx.java.core.eventbus.impl.SubsMap
 
removeField(String) - Method in class org.vertx.java.core.json.JsonObject
 
removeHandler(Handler<T>, Context) - 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 specifiec name.
removeSet(Object) - Method in class org.vertx.java.core.shareddata.SharedData
Remove the Set with the specifiec name.
removeWorker(NioWorker) - Method in class org.vertx.java.core.net.impl.VertxWorkerPool
 
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(T, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
reply() - Method in class org.vertx.java.core.eventbus.Message
Same as reply(T message) but with an empty body
reply(T) - Method in class org.vertx.java.core.eventbus.Message
Reply to this message.
reply(T, Handler<Message<T>>) - Method in class org.vertx.java.core.eventbus.Message
The same as reply(T message) but you can specify handler for the reply - i.e.
replyAddress - Variable in class org.vertx.java.core.eventbus.Message
The reply address (if any)
report() - Method in class org.vertx.java.core.impl.ConnectionPool
 
reportException(Throwable) - Method in class org.vertx.java.core.impl.Context
 
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 class org.vertx.java.core.impl.VertxInternal
 
reportException(Throwable) - Method in class org.vertx.java.deploy.impl.java.JavaVerticleFactory
 
reportException(Throwable) - Method in class org.vertx.java.deploy.impl.jruby.JRubyVerticleFactory
 
reportException(Throwable) - Method in class org.vertx.java.deploy.impl.jython.JythonVerticleFactory
 
reportException(Throwable) - Method in class org.vertx.java.deploy.impl.rhino.RhinoVerticleFactory
 
reportException(Throwable) - Method in interface org.vertx.java.deploy.VerticleFactory
 
request(String, String, Handler<HttpClientResponse>) - Method in interface org.vertx.java.core.http.HttpClient
This method returns an HttpClientRequest instance which represents an HTTP request with the specified uri.
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
 
resolveMainClassName() - Method in class org.vertx.java.deploy.impl.java.CompilingClassLoader
 
response - Variable in class org.vertx.java.core.http.HttpServerRequest
The response.
result - Variable in class org.vertx.java.core.AsyncResult
The result of the operation.
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.DefaultWebSocket
 
resume() - Method in class org.vertx.java.core.net.impl.ConnectionBase
Resume the connection, see ReadStream.resume()
resume() - Method in interface org.vertx.java.core.streams.ReadStream
Resume reading.
resumeEncoding() - Method in class org.vertx.java.core.http.impl.ws.Base64.OutputStream
Resumes encoding of the stream.
retainAll(Collection<?>) - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
retainAll(Collection<?>) - Method in class org.vertx.java.core.shareddata.impl.SharedSet
 
returnConnection(T) - Method in class org.vertx.java.core.impl.ConnectionPool
Return a connection to the pool so it can be used by others.
RhinoContextFactory - Class in org.vertx.java.deploy.impl.rhino
We need to make sure any Java primitive types are passed into Rhino code as the corresponding JS types By default Rhino doesn't do this.
RhinoContextFactory() - Constructor for class org.vertx.java.deploy.impl.rhino.RhinoContextFactory
 
RhinoVerticle - Class in org.vertx.java.deploy.impl.rhino
 
RhinoVerticleFactory - Class in org.vertx.java.deploy.impl.rhino
 
RhinoVerticleFactory() - Constructor for class org.vertx.java.deploy.impl.rhino.RhinoVerticleFactory
 
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() - Method in class org.vertx.java.core.impl.Context
 
runOnCorrectThread(NioSocketChannel, Runnable) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
runOnLoop(Handler<Void>) - Method in class org.vertx.java.core.impl.DefaultVertx
 
runOnLoop(Handler<Void>) - Method in class org.vertx.java.core.Vertx
Put the handler on the event queue for this loop so it will be run asynchronously ASAP after this event has been processed
runTestInLoop(String, int) - Method in class org.vertx.java.framework.TestBase
 

S

se.cgbystrom.netty - package se.cgbystrom.netty
 
send(String, JsonObject, Handler<Message<JsonObject>>) - 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<JsonArray>>) - 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<Buffer>>) - 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<byte[]>>) - 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<String>>) - 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<Integer>>) - 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<Long>>) - 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<Float>>) - 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<Double>>) - 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<Boolean>>) - 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<Short>>) - 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<Character>>) - 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<Byte>>) - 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, JsonObject, Handler<Message<JsonObject>>) - 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<JsonArray>>) - 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<Buffer>>) - 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<byte[]>>) - 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<String>>) - 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<Integer>>) - 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<Long>>) - 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<Float>>) - 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<Double>>) - 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<Boolean>>) - 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<Short>>) - 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<Character>>) - 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<Byte>>) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
send(String, Byte) - Method in class org.vertx.java.core.eventbus.impl.DefaultEventBus
 
sender - Variable in class org.vertx.java.core.eventbus.impl.BaseMessage
 
sendError(Message<JsonObject>, String) - Method in class org.vertx.java.busmods.BusModBase
 
sendError(Message<JsonObject>, String, Exception) - Method in class org.vertx.java.busmods.BusModBase
 
sendEvent(String) - Method in class org.vertx.java.framework.TestUtils
 
sendFile(String) - Method in class 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) - 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 class 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
 
sendOK(Message<JsonObject>) - Method in class org.vertx.java.busmods.BusModBase
 
sendOK(Message<JsonObject>, JsonObject) - Method in class org.vertx.java.busmods.BusModBase
 
sendStatus(String, Message<JsonObject>) - Method in class org.vertx.java.busmods.BusModBase
 
sendStatus(String, Message<JsonObject>, JsonObject) - Method in class org.vertx.java.busmods.BusModBase
 
serverID - Variable in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastServerID
 
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
 
ServerIDs - Class in org.vertx.java.core.eventbus.impl
 
ServerIDs(int) - Constructor for class org.vertx.java.core.eventbus.impl.ServerIDs
 
ServerWebSocket - Class in org.vertx.java.core.http
Represents a server side WebSocket that is passed into a the websocketHandler of an HttpServer
ServerWebSocket(String, String, String) - Constructor for class org.vertx.java.core.http.ServerWebSocket
 
setAcceptBacklog(int) - Method in interface org.vertx.java.core.http.HttpServer
Set the accept backlog
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(Integer) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setAcceptBacklog(int) - Method in interface org.vertx.java.core.net.NetServer
Set the accept backlog
setBinaryData(ChannelBuffer) - Method in class org.vertx.java.core.http.impl.ws.DefaultWebSocketFrame
 
setBinaryData(ChannelBuffer) - Method in interface org.vertx.java.core.http.impl.ws.WebSocketFrame
Sets the type and the content of this frame.
setBossThreads(int) - Method in interface org.vertx.java.core.http.HttpClient
Set the number of boss threads to use.
setBossThreads(int) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setBossThreads(int) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setBossThreads(int) - Method in interface org.vertx.java.core.net.NetClient
Set the number of boss threads to use.
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 class 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 interface org.vertx.java.core.http.HttpServer
Set required to true if you want the server to request client authentication from any connecting clients.
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.net.NetServer
Set required to true if you want the server to request client authentication from any connecting clients.
setClientBossThreads(Integer) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setConnectTimeout(long) - Method in interface org.vertx.java.core.http.HttpClient
Set the connect timeout in milliseconds.
setConnectTimeout(long) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setConnectTimeout(long) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setConnectTimeout(Long) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setConnectTimeout(long) - Method in interface org.vertx.java.core.net.NetClient
Set the connect timeout in milliseconds.
setContainer(Container) - Method in class org.vertx.java.deploy.Verticle
Inject the container
setContext(Context) - Static method in class org.vertx.java.core.impl.Context
 
setContext() - Method in class org.vertx.java.core.net.impl.ConnectionBase
 
setDeploymentHandle(DeploymentHandle) - Method in class org.vertx.java.core.impl.Context
 
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.
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.
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
 
setInitialised() - Method in class org.vertx.java.core.eventbus.impl.ServerIDs
 
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 interface org.vertx.java.core.http.HttpClient
Set the password for the SSL key store.
setKeyStorePassword(String) - Method in interface org.vertx.java.core.http.HttpServer
Set the password for the SSL key store.
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.net.NetClient
Set the password for the SSL key store.
setKeyStorePassword(String) - Method in interface org.vertx.java.core.net.NetServer
Set the password for the SSL key store.
setKeyStorePath(String) - Method in interface org.vertx.java.core.http.HttpClient
Set the path to the SSL key store.
setKeyStorePath(String) - Method in interface org.vertx.java.core.http.HttpServer
Set the path to 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.net.NetClient
Set the path to the SSL key store.
setKeyStorePath(String) - Method in interface org.vertx.java.core.net.NetServer
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 class org.vertx.java.core.impl.ConnectionPool
Set the maximum pool size to the value specified by maxConnections
setOutput(Handler<Buffer>) - Method in class org.vertx.java.core.parsetools.RecordParser
 
setPathAdjustment(Path) - Method in class org.vertx.java.core.impl.Context
 
setPeriodic(long, Handler<Long>) - Method in class org.vertx.java.core.impl.DefaultVertx
 
setPeriodic(long, Handler<Long>) - Method in class 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
 
setReceiveBufferSize(int) - Method in interface org.vertx.java.core.http.HttpClient
Set the TCP receive buffer size for connections created by this instance to size in bytes.
setReceiveBufferSize(int) - Method in interface org.vertx.java.core.http.HttpServer
Set the TCP receive buffer size for connections created by this instance to size in bytes.
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(Integer) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setReceiveBufferSize(int) - Method in interface org.vertx.java.core.net.NetClient
Set the TCP receive buffer size for connections created by this instance to size in bytes.
setReceiveBufferSize(int) - Method in interface org.vertx.java.core.net.NetServer
Set the TCP 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
setReuseAddress(boolean) - Method in interface org.vertx.java.core.http.HttpClient
Set the TCP reuseAddress setting for connections created by this instance to reuse.
setReuseAddress(boolean) - Method in interface org.vertx.java.core.http.HttpServer
Set the TCP reuseAddress setting for connections created by this instance to reuse.
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.net.NetClient
Set the TCP reuseAddress setting for connections created by this instance to reuse.
setReuseAddress(boolean) - Method in interface org.vertx.java.core.net.NetServer
Set the TCP reuseAddress setting for connections created by this instance to reuse.
setSendBufferSize(int) - Method in interface org.vertx.java.core.http.HttpClient
Set the TCP send buffer size for connections created by this instance to size in bytes.
setSendBufferSize(int) - Method in interface org.vertx.java.core.http.HttpServer
Set the TCP send buffer size for connections created by this instance to size in bytes.
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(Integer) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setSendBufferSize(int) - Method in interface org.vertx.java.core.net.NetClient
Set the TCP send buffer size for connections created by this instance to size in bytes.
setSendBufferSize(int) - Method in interface org.vertx.java.core.net.NetServer
Set the TCP 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(boolean) - Method in interface org.vertx.java.core.http.HttpClient
Set the TCP soLinger setting for connections created by this instance to linger.
setSoLinger(boolean) - Method in interface org.vertx.java.core.http.HttpServer
Set the TCP soLinger setting for connections created by this instance to linger.
setSoLinger(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpClient
 
setSoLinger(boolean) - Method in class org.vertx.java.core.http.impl.DefaultHttpServer
 
setSoLinger(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetClient
 
setSoLinger(boolean) - Method in class org.vertx.java.core.net.impl.DefaultNetServer
 
setSoLinger(Boolean) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setSoLinger(boolean) - Method in interface org.vertx.java.core.net.NetClient
Set the TCP soLinger setting for connections created by this instance to linger.
setSoLinger(boolean) - Method in interface org.vertx.java.core.net.NetServer
Set the TCP soLinger setting for connections created by this instance to reuse.
setSSL(boolean) - Method in interface org.vertx.java.core.http.HttpClient
If ssl is true, this signifies that any connections will be SSL connections.
setSSL(boolean) - Method in interface org.vertx.java.core.http.HttpServer
If ssl is true, this signifies that any connections will be SSL connections.
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.net.NetClient
If ssl is true, this signifies that any connections will be SSL connections.
setSSL(boolean) - Method in interface org.vertx.java.core.net.NetServer
If ssl is true, this signifies that any connections will be SSL connections.
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 endoded 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.
setSwitch(String, ChannelHandler) - Method in class org.vertx.java.core.http.impl.SwitchingHttpResponseDecoder
 
setTCPKeepAlive(boolean) - Method in interface org.vertx.java.core.http.HttpClient
Set the TCP keepAlive setting for connections created by this instance to keepAlive.
setTCPKeepAlive(boolean) - Method in interface org.vertx.java.core.http.HttpServer
Set the TCP keepAlive setting for connections created by this instance to keepAlive.
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.net.NetClient
Set the TCP keepAlive setting for connections created by this instance to keepAlive.
setTCPKeepAlive(boolean) - Method in interface org.vertx.java.core.net.NetServer
Set the TCP keepAlive setting for connections created by this instance to keepAlive.
setTCPNoDelay(boolean) - Method in interface org.vertx.java.core.http.HttpClient
If tcpNoDelay is set to true then Nagle's algorithm will turned off for the TCP connections created by this instance.
setTCPNoDelay(boolean) - Method in interface org.vertx.java.core.http.HttpServer
If tcpNoDelay is set to true then Nagle's algorithm will turned off for the TCP connections created by this instance.
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.net.NetClient
If tcpNoDelay is set to true then Nagle's algorithm will turned off for the TCP connections created by this instance.
setTCPNoDelay(boolean) - Method in interface org.vertx.java.core.net.NetServer
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
 
setTimer(long, Handler<Long>) - Method in class org.vertx.java.core.impl.DefaultVertx
 
setTimer(long, Handler<Long>) - Method in class org.vertx.java.core.Vertx
Set a one-shot timer to fire after delay milliseconds, at which point handler will be called with the id of the timer.
setTrafficClass(int) - Method in interface org.vertx.java.core.http.HttpClient
Set the TCP trafficClass setting for connections created by this instance to trafficClass.
setTrafficClass(int) - Method in interface org.vertx.java.core.http.HttpServer
Set the TCP trafficClass setting for connections created by this instance to trafficClass.
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(Integer) - Method in class org.vertx.java.core.net.impl.TCPSSLHelper
 
setTrafficClass(int) - Method in interface org.vertx.java.core.net.NetClient
Set the TCP trafficClass setting for connections created by this instance to trafficClass.
setTrafficClass(int) - Method in interface org.vertx.java.core.net.NetServer
Set the TCP trafficClass setting for connections created by this instance to reuse.
setTrustAll(boolean) - Method in interface org.vertx.java.core.http.HttpClient
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
 
setTrustAll(boolean) - Method in interface org.vertx.java.core.net.NetClient
If you want an SSL client to trust *all* server certificates rather than match them against those in its trust store, you can set this to true.
setTrustStorePassword(String) - Method in interface org.vertx.java.core.http.HttpClient
Set the password for the SSL trust store.
setTrustStorePassword(String) - Method in interface org.vertx.java.core.http.HttpServer
Set the password for the SSL trust store.
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.net.NetClient
Set the password for the SSL trust store.
setTrustStorePassword(String) - Method in interface org.vertx.java.core.net.NetServer
Set the password for the SSL trust store.
setTrustStorePath(String) - Method in interface org.vertx.java.core.http.HttpClient
Set the path to the SSL trust store.
setTrustStorePath(String) - Method in interface org.vertx.java.core.http.HttpServer
Set the path to 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.net.NetClient
Set the path to the SSL trust store.
setTrustStorePath(String) - Method in interface org.vertx.java.core.net.NetServer
Set the path to the SSL trust store.
setUp() - Method in class org.vertx.java.framework.TestBase
 
setVertx(Vertx) - Method in class org.vertx.java.deploy.Verticle
Inject vertx
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.DefaultWebSocket
 
setWriteQueueMaxSize(int) - Method in class org.vertx.java.core.net.impl.ConnectionBase
Set the max size for the write queue, see WriteStream.setWriteQueueMaxSize(int)
setWriteQueueMaxSize(int) - Method in class org.vertx.java.core.streams.Pump
Set the write queue max size to maxSize
setWriteQueueMaxSize(int) - Method in interface org.vertx.java.core.streams.WriteStream
Set the maximum size of the write queue to maxSize.
SHA1 - Static variable in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketChallenge08
 
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 class org.vertx.java.core.Vertx
The shared data object
sharedHttpServers() - Method in class org.vertx.java.core.impl.DefaultVertx
 
sharedHttpServers() - Method in class 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 class 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
 
shouldMask() - Method in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketFrameEncoder08
 
SimpleHandler - Class in org.vertx.java.core
This class can be used for simple handlers which don't receive any value.
SimpleHandler() - Constructor for class org.vertx.java.core.SimpleHandler
 
simplifyHeaders(List<Map.Entry<String, String>>) - Static method in class org.vertx.java.core.http.impl.HeaderUtils
 
size - Variable in class org.vertx.java.core.file.FileProps
The size of the file, in bytes
size() - Method in class org.vertx.java.core.impl.ConcurrentHashSet
 
size() - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
size() - Method in class org.vertx.java.core.json.JsonArray
 
size() - Method in class org.vertx.java.core.json.JsonObject
 
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
 
SockJSServer - Interface in org.vertx.java.core.sockjs
This is an implementation of the server side part of SockJS
SockJSSocket - Class in org.vertx.java.core.sockjs
You interact with SockJS clients through instances of SockJS socket.
SockJSSocket(Vertx) - Constructor for class org.vertx.java.core.sockjs.SockJSSocket
 
solve(String, String, byte[]) - Static method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
solve(long, long, byte[]) - Static method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
solve(String) - Static method in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketChallenge08
 
start() - Method in class org.vertx.java.busmods.BusModBase
Start the busmod
start() - Method in class org.vertx.java.core.streams.Pump
Start the Pump.
start() - Method in class org.vertx.java.deploy.impl.jruby.JRubyVerticle
 
start() - Method in class org.vertx.java.deploy.impl.jython.JythonVerticle
 
start() - Method in class org.vertx.java.deploy.impl.rhino.RhinoVerticle
 
start() - Method in class org.vertx.java.deploy.Verticle
Vert.x calls the start method when the verticle is deployed
start() - Method in class org.vertx.java.framework.TestClientBase
 
START_TEST_EVENT - Static variable in class org.vertx.java.framework.EventFields
 
START_TEST_NAME_FIELD - Static variable in class org.vertx.java.framework.EventFields
 
startApp(String) - Method in class org.vertx.java.framework.TestBase
 
startApp(String, JsonObject) - Method in class org.vertx.java.framework.TestBase
 
startApp(String, boolean) - Method in class org.vertx.java.framework.TestBase
 
startApp(String, int) - Method in class org.vertx.java.framework.TestBase
 
startApp(boolean, String) - Method in class org.vertx.java.framework.TestBase
 
startApp(boolean, String, JsonObject) - Method in class org.vertx.java.framework.TestBase
 
startApp(boolean, String, boolean) - Method in class org.vertx.java.framework.TestBase
 
startApp(boolean, String, int) - Method in class org.vertx.java.framework.TestBase
 
startApp(boolean, String, JsonObject, int, boolean) - Method in class org.vertx.java.framework.TestBase
 
Starter - Class in org.vertx.java.deploy.impl.cli
 
startInBackground(Runnable) - Method in class org.vertx.java.core.impl.DefaultVertx
 
startInBackground(Runnable) - Method in class org.vertx.java.core.impl.VertxInternal
 
startMod(String) - Method in class org.vertx.java.framework.TestBase
 
startMod(String, JsonObject, int, boolean) - Method in class org.vertx.java.framework.TestBase
 
startOnEventLoop(Runnable) - Method in class org.vertx.java.core.impl.DefaultVertx
 
startOnEventLoop(Runnable) - Method in class org.vertx.java.core.impl.VertxInternal
 
startTest(String) - Method in class org.vertx.java.framework.TestBase
 
startTest(String, boolean) - Method in class org.vertx.java.framework.TestBase
 
startTest(String) - Method in class org.vertx.java.framework.TestUtils
 
statusCode - Variable in class org.vertx.java.core.http.HttpClientResponse
The HTTP status code of the response
statusCode - Variable in class org.vertx.java.core.http.HttpServerResponse
The HTTP status code of the response.
statusMessage - Variable in class org.vertx.java.core.http.HttpClientResponse
The HTTP status message of the response
statusMessage - Variable in class org.vertx.java.core.http.HttpServerResponse
The HTTP status message of the response.
stop() - Method in class org.vertx.java.core.streams.Pump
Stop the Pump.
stop() - Method in class org.vertx.java.deploy.impl.jruby.JRubyVerticle
 
stop() - Method in class org.vertx.java.deploy.impl.jython.JythonVerticle
 
stop() - Method in class org.vertx.java.deploy.impl.rhino.RhinoVerticle
 
stop() - Method in class org.vertx.java.deploy.Verticle
Vert.x calls the stop method when the verticle is undeployed.
stop() - Method in class org.vertx.java.framework.TestClientBase
 
stopApp(String) - Method in class org.vertx.java.framework.TestBase
 
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.
SubsMap - Interface in org.vertx.java.core.eventbus.impl
 
succeeded() - Method in class org.vertx.java.core.AsyncResult
Did it succeeed?
suspendEncoding() - Method in class org.vertx.java.core.http.impl.ws.Base64.OutputStream
Suspends encoding of the stream.
SwitchingHttpResponseDecoder - Class in org.vertx.java.core.http.impl
These shenanigans are necessary so we can switch out the response decoder to the websocket decoder as soon as the websocket handshake response has been decoded.
SwitchingHttpResponseDecoder() - Constructor for class org.vertx.java.core.http.impl.SwitchingHttpResponseDecoder
 
symlink(String, String, AsyncResultHandler<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, AsyncResultHandler<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

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
 
tearDown() - Method in class org.vertx.java.framework.TestBase
 
TEST_COMPLETE_EVENT - Static variable in class org.vertx.java.framework.EventFields
 
TEST_COMPLETE_NAME_FIELD - Static variable in class org.vertx.java.framework.EventFields
 
TestBase - Class in org.vertx.java.framework
 
TestBase() - Constructor for class org.vertx.java.framework.TestBase
 
TestClientBase - Class in org.vertx.java.framework
 
TestClientBase() - Constructor for class org.vertx.java.framework.TestClientBase
 
testComplete() - Method in class org.vertx.java.framework.TestUtils
 
TestUtils - Class in org.vertx.java.framework
 
TestUtils(Vertx) - Constructor for class org.vertx.java.framework.TestUtils
 
textHandlerID - Variable in class org.vertx.java.core.http.WebSocket
When a Websocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
toArray() - Method in class org.vertx.java.core.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
 
toMap() - Method in class org.vertx.java.core.json.JsonObject
 
toString() - Method in class org.vertx.java.core.buffer.Buffer
Returns a String represention 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 represention of the Buffer with the encoding specified by enc
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.JsonObject
 
toString() - Method in class org.vertx.java.core.net.impl.ServerID
 
toString() - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
totalSpace - Variable in class org.vertx.java.core.file.FileSystemProps
The total space on the file system, in bytes
toUri() - Method in class org.vertx.java.deploy.impl.java.CustomJavaFileObject
 
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
 
trace(String) - Method in class org.vertx.java.framework.TestUtils
 
TRACE_EVENT - Static variable in class org.vertx.java.framework.EventFields
 
TRACE_MESSAGE_FIELD - Static variable in class org.vertx.java.framework.EventFields
 
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 class org.vertx.java.core.http.HttpClientResponse
 
trailers() - Method in class 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, AsyncResultHandler<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, AsyncResultHandler<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
 
tu - Variable in class org.vertx.java.framework.TestClientBase
 
type() - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
type() - Method in class org.vertx.java.core.eventbus.impl.PingMessage
 
TYPE_FIELD - Static variable in class org.vertx.java.framework.EventFields
 

U

unallocatedSpace - Variable in class org.vertx.java.core.file.FileSystemProps
The total un-allocated space on the file syste, in bytes
unblock() - Method in class org.vertx.java.deploy.impl.VerticleManager
 
undeploy(String, Handler<Void>) - Method in class org.vertx.java.deploy.impl.VerticleManager
 
undeployAll(Handler<Void>) - Method in class org.vertx.java.deploy.impl.VerticleManager
 
undeployModule(String) - Method in class org.vertx.java.deploy.Container
Undeploy a module
undeployModule(String, Handler<Void>) - Method in class org.vertx.java.deploy.Container
Undeploy a module
undeployVerticle(String) - Method in class org.vertx.java.deploy.Container
Undeploy a verticle
undeployVerticle(String, Handler<Void>) - Method in class org.vertx.java.deploy.Container
Undeploy a module
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.
uninstallMod(String) - Method in class org.vertx.java.deploy.impl.VerticleManager
 
unlink(String, AsyncResultHandler<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, AsyncResultHandler<Void>) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
unlinkSync(String) - Method in interface org.vertx.java.core.file.FileSystem
unlinkSync(String) - Method in class org.vertx.java.core.file.impl.DefaultFileSystem
 
unregisterAll() - Method in class org.vertx.java.framework.TestUtils
 
unregisterHandler(String, Handler<? extends Message>, AsyncResultHandler<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>, AsyncResultHandler<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
 
uri - Variable in class org.vertx.java.core.http.HttpServerRequest
The uri of the request.
URL_SAFE - Static variable in class org.vertx.java.core.http.impl.ws.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.
urls - Variable in class org.vertx.java.deploy.impl.Deployment
 
usableSpace - Variable in class org.vertx.java.core.file.FileSystemProps
The total usable space on the file system, in bytes

V

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.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() - Method in class org.vertx.java.core.impl.LowerCaseKeyMap
 
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.
verify(byte[]) - Method in class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
verify(String) - Method in class org.vertx.java.core.http.impl.ws.hybi08.WebSocketChallenge08
 
Verticle - Class in org.vertx.java.deploy
A verticle is the unit of deployment in vert.x
Verticle() - Constructor for class org.vertx.java.deploy.Verticle
 
VerticleFactory - Interface in org.vertx.java.deploy
 
VerticleManager - Class in org.vertx.java.deploy.impl
This class could benefit from some refactoring
VerticleManager(VertxInternal) - Constructor for class org.vertx.java.deploy.impl.VerticleManager
 
VerticleManager(VertxInternal, String) - Constructor for class org.vertx.java.deploy.impl.VerticleManager
 
verticles - Variable in class org.vertx.java.deploy.impl.Deployment
 
vertx - Variable in class org.vertx.java.core.net.impl.ConnectionBase
 
vertx - Variable in class org.vertx.java.core.sockjs.SockJSSocket
 
Vertx - Class in org.vertx.java.core
The control centre of vert.x
Vertx() - Constructor for class org.vertx.java.core.Vertx
 
vertx - Static variable in class org.vertx.java.deploy.impl.VertxLocator
 
vertx - Variable in class org.vertx.java.deploy.Verticle
A reference to the vert.x runtime
vertx - Static variable in class org.vertx.java.framework.TestBase
 
VertxFactory - Interface in org.vertx.java.core
 
VertxInternal - Class in org.vertx.java.core.impl
This class 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
VertxInternal() - Constructor for class org.vertx.java.core.impl.VertxInternal
 
VertxLocator - Class in org.vertx.java.deploy.impl
Used by the vert.x API in a scripting language to get references to the Java API We create a distinct class instance in a different classloader for each verticle so each one can see a different Vertx instance
VertxLocator() - Constructor for class org.vertx.java.deploy.impl.VertxLocator
 
VertxLoggerFormatter - Class in org.vertx.java.core.logging.impl
 
VertxLoggerFormatter() - Constructor for class org.vertx.java.core.logging.impl.VertxLoggerFormatter
 
VertxThreadFactory - Class in org.vertx.java.core.impl
 
VertxWorkerPool - Class in org.vertx.java.core.net.impl
 
VertxWorkerPool() - Constructor for class org.vertx.java.core.net.impl.VertxWorkerPool
 

W

waitAppReady() - Method in class org.vertx.java.framework.TestBase
 
waitAppReady(int) - Method in class org.vertx.java.framework.TestBase
 
waitAppStopped() - Method in class org.vertx.java.framework.TestBase
 
waitAppStopped(int) - Method in class org.vertx.java.framework.TestBase
 
waitEvent(String) - Method in class org.vertx.java.framework.TestBase
 
waitEvent(int, String) - Method in class org.vertx.java.framework.TestBase
 
waitTestComplete(int) - Method in class org.vertx.java.framework.TestBase
 
waitTestComplete() - Method in class org.vertx.java.framework.TestBase
 
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 - Class in org.vertx.java.core.http
Represents an HTML 5 Websocket
WebSocket(String, String) - Constructor for class org.vertx.java.core.http.WebSocket
 
WebSocketChallenge00 - Class in org.vertx.java.core.http.impl.ws.hybi00
 
WebSocketChallenge00() - Constructor for class org.vertx.java.core.http.impl.ws.hybi00.WebSocketChallenge00
 
WebSocketChallenge08 - Class in org.vertx.java.core.http.impl.ws.hybi08
 
WebSocketChallenge08() - Constructor for class org.vertx.java.core.http.impl.ws.hybi08.WebSocketChallenge08
 
WebSocketDisconnectionNegotiator - Class in org.vertx.java.core.http.impl.ws
 
WebSocketDisconnectionNegotiator() - Constructor for class org.vertx.java.core.http.impl.ws.WebSocketDisconnectionNegotiator
 
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.
WebSocketFrameDecoder00 - Class in org.vertx.java.core.http.impl.ws.hybi00
 
WebSocketFrameDecoder08 - Class in org.vertx.java.core.http.impl.ws.hybi08
 
WebSocketFrameEncoder00 - Class in org.vertx.java.core.http.impl.ws.hybi00
 
WebSocketFrameEncoder00() - Constructor for class org.vertx.java.core.http.impl.ws.hybi00.WebSocketFrameEncoder00
 
WebSocketFrameEncoder08 - Class in org.vertx.java.core.http.impl.ws.hybi08
 
WebSocketFrameEncoder08(boolean) - Constructor for class org.vertx.java.core.http.impl.ws.hybi08.WebSocketFrameEncoder08
 
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
 
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
WorkerContext - Class in org.vertx.java.core.impl
 
WorkerContext(Executor) - Constructor for class org.vertx.java.core.impl.WorkerContext
 
workerCount() - Method in class org.vertx.java.core.net.impl.VertxWorkerPool
 
wrapTask(Runnable) - Method in class org.vertx.java.core.impl.Context
 
write(NetSocket) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
write(Buffer, int, AsyncResultHandler<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, int, AsyncResultHandler<Void>) - 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, Handler<Void>) - Method in interface org.vertx.java.core.http.HttpClientRequest
Write a Buffer to the request body.
write(String, Handler<Void>) - Method in interface org.vertx.java.core.http.HttpClientRequest
Write a String to the request body, encoded in UTF-8.
write(String, String, Handler<Void>) - Method in interface org.vertx.java.core.http.HttpClientRequest
Write a String to the request body, encoded with encoding enc.
write(Buffer) - Method in class org.vertx.java.core.http.HttpServerResponse
Write a Buffer to the response body.
write(String, String) - Method in class org.vertx.java.core.http.HttpServerResponse
Write a String to the response body, encoded using the encoding enc.
write(String) - Method in class org.vertx.java.core.http.HttpServerResponse
Write a String to the response body, encoded in UTF-8.
write(Buffer, Handler<Void>) - Method in class org.vertx.java.core.http.HttpServerResponse
Write a Buffer to the response body.
write(String, String, Handler<Void>) - Method in class org.vertx.java.core.http.HttpServerResponse
Write a String to the response body, encoded with encoding enc.
write(String, Handler<Void>) - Method in class 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, Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
write(String, Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
write(String, String, Handler<Void>) - 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, Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
write(String, String, Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
write(String, Handler<Void>) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
write(int) - Method in class org.vertx.java.core.http.impl.ws.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.http.impl.ws.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
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, Handler<Void>) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
write(String, Handler<Void>) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
write(String, String, Handler<Void>) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
write(Buffer) - Method in class org.vertx.java.core.net.NetSocket
Write a Buffer to the request body.
write(String) - Method in class org.vertx.java.core.net.NetSocket
Write a String to the connection, encoded in UTF-8.
write(String, String) - Method in class org.vertx.java.core.net.NetSocket
Write a String to the connection, encoded using the encoding enc.
write(Buffer, Handler<Void>) - Method in class org.vertx.java.core.net.NetSocket
Write a Buffer to the connection.
write(String, Handler<Void>) - Method in class org.vertx.java.core.net.NetSocket
Write a String to the connection, encoded in UTF-8.
write(String, String, Handler<Void>) - Method in class org.vertx.java.core.net.NetSocket
Write a String to the connection, encoded with encoding enc.
writeBinaryFrame(Buffer) - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
writeBinaryFrame(Buffer) - Method in class org.vertx.java.core.http.WebSocket
Write data to the websocket as a binary frame
writeBody(Buffer) - Method in class org.vertx.java.core.eventbus.impl.BaseMessage
 
writeBuffer(Buffer) - Method in class org.vertx.java.core.http.impl.DefaultHttpClientRequest
 
writeBuffer(Buffer) - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
writeBuffer(Buffer) - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
writeBuffer(Buffer) - Method in class org.vertx.java.core.net.impl.DefaultNetSocket
 
writeBuffer(Buffer) - Method in class org.vertx.java.core.net.NetSocket
Write some data to the stream.
writeBuffer(Buffer) - Method in interface org.vertx.java.core.streams.WriteStream
Write some data to the stream.
writeData(DataOutput) - Method in class org.vertx.java.core.eventbus.impl.hazelcast.HazelcastServerID
 
writeFile(String, Buffer, AsyncResultHandler<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, AsyncResultHandler<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.DefaultWebSocket
 
writeHandlerID - Variable in class 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 - Variable in class 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.http.impl.DefaultHttpClientRequest
 
writeQueueFull() - Method in class org.vertx.java.core.http.impl.DefaultHttpServerResponse
 
writeQueueFull() - Method in class org.vertx.java.core.http.impl.DefaultWebSocket
 
writeQueueFull() - Method in class org.vertx.java.core.net.impl.ConnectionBase
Is the write queue full?, see WriteStream.writeQueueFull()
writeQueueFull() - Method in interface org.vertx.java.core.streams.WriteStream
This will return true if there are more bytes in the write queue than the value set using WriteStream.setWriteQueueMaxSize(int)
WriteStream - 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.DefaultWebSocket
 
writeTextFrame(String) - Method in class org.vertx.java.core.http.WebSocket
Write str to the websocket as a text frame
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