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

A

absoluteURI() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
absoluteURI() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
accept() - Method in class io.vertx.axle.core.http.ServerWebSocket
Accept the WebSocket and terminate the WebSocket handshake.
acceptMoreValues(Option) - Method in class io.vertx.axle.core.cli.CommandLine
Checks whether or not the given option accept more values.
actualPort() - Method in class io.vertx.axle.core.http.HttpServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.axle.core.net.NetServer
The actual port the server is listening on.
add(String, String) - Method in class io.vertx.axle.core.MultiMap
Adds a new value with the specified name and value.
add(CharSequence, CharSequence) - Method in class io.vertx.axle.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(String, Iterable<String>) - Method in class io.vertx.axle.core.MultiMap
Adds a new values under the specified name
add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.axle.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
addAll(MultiMap) - Method in class io.vertx.axle.core.MultiMap
Adds all the entries from another MultiMap to this one
addAll(Map<String, String>) - Method in class io.vertx.axle.core.MultiMap
Adds all the entries from a Map to this
addAndGet(long) - Method in class io.vertx.axle.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addArgument(Argument) - Method in class io.vertx.axle.core.cli.CLI
Adds an argument.
addArguments(List<Argument>) - Method in class io.vertx.axle.core.cli.CLI
Adds a set of arguments.
addCloseHook(Closeable) - Method in class io.vertx.axle.core.Context
 
addCookie(Cookie) - Method in class io.vertx.axle.core.http.HttpServerResponse
Add a cookie.
addInboundInterceptor(Consumer<DeliveryContext<T>>) - Method in class io.vertx.axle.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is received by Vert.x
addOption(Option) - Method in class io.vertx.axle.core.cli.CLI
Adds an option.
addOptions(List<Option>) - Method in class io.vertx.axle.core.cli.CLI
Adds a set of options.
addOutboundInterceptor(Consumer<DeliveryContext<T>>) - Method in class io.vertx.axle.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is sent from Vert.x
address() - Method in class io.vertx.axle.core.eventbus.Message
The address the message was sent to
address() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
address() - Method in class io.vertx.axle.core.eventbus.MessageProducer
 
all(Future<T1>, Future<T2>) - Static method in class io.vertx.axle.core.CompositeFuture
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
all(Future<T1>, Future<T2>, Future<T3>) - Static method in class io.vertx.axle.core.CompositeFuture
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.axle.core.CompositeFuture
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.axle.core.CompositeFuture
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.axle.core.CompositeFuture
all(List<Future>) - Static method in class io.vertx.axle.core.CompositeFuture
allArguments() - Method in class io.vertx.axle.core.cli.CommandLine
 
any(Future<T1>, Future<T2>) - Static method in class io.vertx.axle.core.CompositeFuture
Return a composite future, succeeded when any futures is succeeded, failed when all futures are failed.
any(Future<T1>, Future<T2>, Future<T3>) - Static method in class io.vertx.axle.core.CompositeFuture
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.axle.core.CompositeFuture
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.axle.core.CompositeFuture
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.axle.core.CompositeFuture
any(List<Future>) - Static method in class io.vertx.axle.core.CompositeFuture
append(String) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Append an unescaped token to this pointer
Note: If you provide escaped path the behaviour is undefined
append(int) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Append the index as reference token to JsonPointer
append(List<String>) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Append an unescaped list of tokens to JsonPointer
Note: If you provide escaped paths the behaviour is undefined
append(JsonPointer) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Append all tokens of pointer to this pointer
Note: The base URI of this pointer will remain untouched
appendArrayElement(Object, Object) - Method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
Append array element
appendBuffer(Buffer) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified Buffer to the end of this Buffer.
appendBuffer(Buffer, int, int) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified Buffer starting at the offset using len to the end of this Buffer.
appendByte(byte) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified byte to the end of the Buffer.
appendBytes(byte[]) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified byte[] to the end of the Buffer.
appendBytes(byte[], int, int) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified number of bytes from byte[] to the end of the Buffer, starting at the given offset.
appendDouble(double) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified double to the end of the Buffer.
appendFloat(float) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified float to the end of the Buffer.
appendInt(int) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified int to the end of the Buffer.
appendIntLE(int) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified int to the end of the Buffer in the Little Endian Byte Order.
appendLong(long) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified long to the end of the Buffer.
appendLongLE(long) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified long to the end of the Buffer in the Little Endian Byte Order.
appendMedium(int) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer.
appendMediumLE(int) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer in the Little Endian Byte Order.
appendShort(short) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendShortLE(short) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appendString(String, String) - Method in class io.vertx.axle.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 io.vertx.axle.core.buffer.Buffer
Appends the specified String str to the end of the Buffer with UTF-8 encoding.
appendUnsignedByte(short) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified unsigned byte to the end of the Buffer.
appendUnsignedInt(long) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer.
appendUnsignedIntLE(long) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer in the Little Endian Byte Order.
appendUnsignedShort(int) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendUnsignedShortLE(int) - Method in class io.vertx.axle.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
arrayEventMode() - Method in class io.vertx.axle.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json array.
arrayValue() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
arrayValueMode() - Method in class io.vertx.axle.core.parsetools.JsonParser
Flip the parser to emit a single value event for each new json array.
AsyncFile - Class in io.vertx.axle.core.file
Represents a file on the file-system which can be read from, or written to asynchronously.
AsyncFile(AsyncFile) - Constructor for class io.vertx.axle.core.file.AsyncFile
 
AsyncMap<K,V> - Class in io.vertx.axle.core.shareddata
An asynchronous map.
AsyncMap(AsyncMap) - Constructor for class io.vertx.axle.core.shareddata.AsyncMap
 
AsyncMap(AsyncMap, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.axle.core.shareddata.AsyncMap
 

B

binaryData() - Method in class io.vertx.axle.core.http.WebSocketFrame
 
binaryFrame(Buffer, boolean) - Static method in class io.vertx.axle.core.http.WebSocketFrame
Create a binary WebSocket frame.
binaryHandlerID() - Method in class io.vertx.axle.core.http.ServerWebSocket
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.axle.core.http.WebSocket
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in interface io.vertx.axle.core.http.WebSocketBase
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryMessageHandler(Consumer<Buffer>) - Method in class io.vertx.axle.core.http.ServerWebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Consumer<Buffer>) - Method in class io.vertx.axle.core.http.WebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Consumer<Buffer>) - Method in interface io.vertx.axle.core.http.WebSocketBase
Set a binary message handler on the connection.
binaryValue() - Method in class io.vertx.axle.core.parsetools.JsonEvent
Return the binary value.
blockMulticastGroup(String, String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String, String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
body() - Method in class io.vertx.axle.core.eventbus.DeliveryContext
 
body() - Method in class io.vertx.axle.core.eventbus.Message
The body of the message.
bodyEndHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.HttpServerResponse
Provides a handler that will be called after the last part of the body is written to the wire.
bodyHandler(Consumer<Buffer>) - Method in class io.vertx.axle.core.http.HttpClientResponse
Convenience method for receiving the entire request body in one piece.
bodyHandler(Consumer<Buffer>) - Method in class io.vertx.axle.core.http.HttpServerRequest
Convenience method for receiving the entire request body in one piece.
bodyStream() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
booleanValue() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
Buffer - Class in io.vertx.axle.core.buffer
Most data is shuffled around inside Vert.x using buffers.
Buffer(Buffer) - Constructor for class io.vertx.axle.core.buffer.Buffer
 
buffer() - Static method in class io.vertx.axle.core.buffer.Buffer
Create a new, empty buffer.
buffer(int) - Static method in class io.vertx.axle.core.buffer.Buffer
Create a new buffer given the initial size hint.
buffer(String) - Static method in class io.vertx.axle.core.buffer.Buffer
Create a new buffer from a string.
buffer(String, String) - Static method in class io.vertx.axle.core.buffer.Buffer
Create a new buffer from a string and using the specified encoding.
buffer(byte[]) - Static method in class io.vertx.axle.core.buffer.Buffer
Create a new buffer from a byte[].
buffer(ByteBuf) - Static method in class io.vertx.axle.core.buffer.Buffer
Create a new buffer from a Netty ByteBuf.
bytesRead() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
bytesWritten() - Method in class io.vertx.axle.core.http.HttpServerResponse
 

C

cancel() - Method in class io.vertx.axle.core.TimeoutStream
Cancels the timeout.
cancelTimer(long) - Method in class io.vertx.axle.core.Vertx
Cancels the timer with the specified id.
caseInsensitiveMultiMap() - Static method in class io.vertx.axle.core.MultiMap
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
cause(int) - Method in class io.vertx.axle.core.CompositeFuture
Returns a cause of a wrapped future
cause() - Method in class io.vertx.axle.core.Future
A Throwable describing failure.
certificatePath() - Method in class io.vertx.axle.core.net.SelfSignedCertificate
Filesystem path to the X.509 certificate file in PEM format .
charset() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
chmod(String, String) - Method in class io.vertx.axle.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodBlocking(String, String) - Method in class io.vertx.axle.core.file.FileSystem
chmodRecursive(String, String, String) - Method in class io.vertx.axle.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursiveBlocking(String, String, String) - Method in class io.vertx.axle.core.file.FileSystem
chown(String, String, String) - Method in class io.vertx.axle.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
chownBlocking(String, String, String) - Method in class io.vertx.axle.core.file.FileSystem
Blocking version of
clear() - Method in class io.vertx.axle.core.MultiMap
Removes all
clear() - Method in class io.vertx.axle.core.shareddata.AsyncMap
Clear all entries in the map
clear() - Method in class io.vertx.axle.core.shareddata.LocalMap
Clear all entries in the map
CLI - Class in io.vertx.axle.core.cli
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
CLI(CLI) - Constructor for class io.vertx.axle.core.cli.CLI
 
cli() - Method in class io.vertx.axle.core.cli.CommandLine
 
close() - Method in class io.vertx.axle.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
close() - Method in class io.vertx.axle.core.eventbus.MessageProducer
Same as MessageProducer.close() but with an handler called when the operation completes
close() - Method in class io.vertx.axle.core.file.AsyncFile
Close the file.
close() - Method in class io.vertx.axle.core.http.HttpClient
Close the client.
close() - Method in class io.vertx.axle.core.http.HttpConnection
Close the connection and all the currently active streams.
close() - Method in class io.vertx.axle.core.http.HttpServer
Like HttpServer.close() but supplying a handler that will be called when the server is actually closed (or has failed).
close() - Method in class io.vertx.axle.core.http.HttpServerResponse
Close the underlying TCP connection corresponding to the request.
close() - Method in class io.vertx.axle.core.http.ServerWebSocket
Same as close() but with an handler called when the operation completes
close(short) - Method in class io.vertx.axle.core.http.ServerWebSocket
Same as WebSocketBase.close() but with an handler called when the operation completes
close(short, String) - Method in class io.vertx.axle.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
close() - Method in class io.vertx.axle.core.http.WebSocket
Same as WebSocketBase.close() but with an handler called when the operation completes
close(short) - Method in class io.vertx.axle.core.http.WebSocket
Same as WebSocketBase.close() but with an handler called when the operation completes
close(short, String) - Method in class io.vertx.axle.core.http.WebSocket
Same as but with an handler called when the operation completes
close() - Method in interface io.vertx.axle.core.http.WebSocketBase
Same as WebSocketBase.close() but with an handler called when the operation completes
close(short) - Method in interface io.vertx.axle.core.http.WebSocketBase
Same as WebSocketBase.close() but with an handler called when the operation completes
close(short, String) - Method in interface io.vertx.axle.core.http.WebSocketBase
Same as but with an handler called when the operation completes
close() - Method in class io.vertx.axle.core.net.NetClient
Close the client.
close() - Method in class io.vertx.axle.core.net.NetServer
Like NetServer.close() but supplying a handler that will be notified when close is complete.
close() - Method in class io.vertx.axle.core.net.NetSocket
Close the NetSocket and notify the handler when the operation completes.
close() - Method in class io.vertx.axle.core.shareddata.LocalMap
Close and release the map
close() - Method in class io.vertx.axle.core.streams.Pipe
Close the pipe.
close() - Method in class io.vertx.axle.core.Vertx
Like Vertx.close() but the completionHandler will be called when the close is complete
close() - Method in class io.vertx.axle.core.WorkerExecutor
Close the executor.
closed() - Method in class io.vertx.axle.core.http.HttpServerResponse
 
closeHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.HttpConnection
Set a close handler.
closeHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.HttpServerResponse
Set a close handler for the response, this is called when the underlying connection is closed and the response was still using the connection.
closeHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
closeHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.WebSocket
 
closeHandler(Consumer<Void>) - Method in interface io.vertx.axle.core.http.WebSocketBase
Set a close handler.
closeHandler(Consumer<Void>) - Method in class io.vertx.axle.core.net.NetSocket
Set a handler that will be called when the NetSocket is closed
closeReason() - Method in class io.vertx.axle.core.http.ServerWebSocket
Returns the reason message received when the WebSocket was closed by the other side, otherwise null.
closeReason() - Method in class io.vertx.axle.core.http.WebSocket
Returns the reason message received when the WebSocket was closed by the other side, otherwise null.
closeReason() - Method in interface io.vertx.axle.core.http.WebSocketBase
Returns the reason message received when the WebSocket was closed by the other side, otherwise null.
closeReason() - Method in class io.vertx.axle.core.http.WebSocketFrame
 
closeStatusCode() - Method in class io.vertx.axle.core.http.ServerWebSocket
Returns the status code received when the WebSocket was closed by the other side, otherwise null.
closeStatusCode() - Method in class io.vertx.axle.core.http.WebSocket
Returns the status code received when the WebSocket was closed by the other side, otherwise null.
closeStatusCode() - Method in interface io.vertx.axle.core.http.WebSocketBase
Returns the status code received when the WebSocket was closed by the other side, otherwise null.
closeStatusCode() - Method in class io.vertx.axle.core.http.WebSocketFrame
 
clusteredVertx(VertxOptions) - Static method in class io.vertx.axle.core.Vertx
Creates a clustered instance using the specified options.
CommandLine - Class in io.vertx.axle.core.cli
The parser transforms a CLI (a model) into an CommandLine.
CommandLine(CommandLine) - Constructor for class io.vertx.axle.core.cli.CommandLine
 
compareAndSet(long, long) - Method in class io.vertx.axle.core.shareddata.Counter
Set the counter to the specified value only if the current value is the expectec value.
complete(CompositeFuture) - Method in class io.vertx.axle.core.CompositeFuture
Deprecated.
complete() - Method in class io.vertx.axle.core.CompositeFuture
Set this instance as result.
complete(T) - Method in class io.vertx.axle.core.Future
Deprecated.
complete() - Method in class io.vertx.axle.core.Future
Deprecated.
complete(T) - Method in class io.vertx.axle.core.Promise
Set the result.
complete() - Method in class io.vertx.axle.core.Promise
Calls complete(null)
completer() - Method in class io.vertx.axle.core.CompositeFuture
Deprecated.
completer() - Method in class io.vertx.axle.core.Future
Deprecated.
completionHandler() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
compose(Function<CompositeFuture, Future<U>>) - Method in class io.vertx.axle.core.CompositeFuture
Compose this future with a mapper function.
compose(Function<CompositeFuture, Future<U>>, Function<Throwable, Future<U>>) - Method in class io.vertx.axle.core.CompositeFuture
Compose this future with a successMapper and failureMapper functions.
compose(Function<T, Future<U>>) - Method in class io.vertx.axle.core.Future
Compose this future with a mapper function.
compose(Function<T, Future<U>>, Function<Throwable, Future<U>>) - Method in class io.vertx.axle.core.Future
Compose this future with a successMapper and failureMapper functions.
CompositeFuture - Class in io.vertx.axle.core
The composite future wraps a list of futures, it is useful when several futures needs to be coordinated.
CompositeFuture(CompositeFuture) - Constructor for class io.vertx.axle.core.CompositeFuture
 
config() - Method in class io.vertx.axle.core.Context
If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed.
connect(int, String) - Method in class io.vertx.axle.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String, String) - Method in class io.vertx.axle.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(SocketAddress) - Method in class io.vertx.axle.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress, String) - Method in class io.vertx.axle.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connectHandler(Consumer<NetSocket>) - Method in class io.vertx.axle.core.net.NetServer
Supply a connect handler for this server.
connection() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
connection() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
connectionHandler(Consumer<HttpConnection>) - Method in class io.vertx.axle.core.http.HttpClient
Set a connection handler for the client.
connectionHandler(Consumer<HttpConnection>) - Method in class io.vertx.axle.core.http.HttpClientRequest
Set a connection handler called when an HTTP connection has been established.
connectionHandler(Consumer<HttpConnection>) - Method in class io.vertx.axle.core.http.HttpServer
Set a connection handler for the server.
connectStream() - Method in class io.vertx.axle.core.net.NetServer
Return the connect stream for this server.
consumer(String) - Method in class io.vertx.axle.core.eventbus.EventBus
Create a message consumer against the specified address.
consumer(String, Consumer<Message<T>>) - Method in class io.vertx.axle.core.eventbus.EventBus
Create a consumer and register it against the specified address.
contains(String) - Method in class io.vertx.axle.core.MultiMap
Checks to see if there is a value with the specified name
contains(String, String, boolean) - Method in class io.vertx.axle.core.MultiMap
Check if there is a header with the specified name and value.
contains(CharSequence) - Method in class io.vertx.axle.core.MultiMap
Like MultiMap.contains(java.lang.String) but accepting a CharSequence as a parameter
contains(CharSequence, CharSequence, boolean) - Method in class io.vertx.axle.core.MultiMap
Like MultiMap.contains(java.lang.String) but accepting CharSequence parameters.
containsKey(Object) - Method in class io.vertx.axle.core.shareddata.LocalMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class io.vertx.axle.core.shareddata.LocalMap
Returns @{code true} if this map maps one or more keys to the specified value.
contentTransferEncoding() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
contentType() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
Context - Class in io.vertx.axle.core
The execution context of a Handler execution.
Context(Context) - Constructor for class io.vertx.axle.core.Context
 
continuationFrame(Buffer, boolean) - Static method in class io.vertx.axle.core.http.WebSocketFrame
Create a continuation frame
continueHandler(Consumer<Void>) - Method in class io.vertx.axle.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.
Cookie - Class in io.vertx.axle.core.http
Represents an HTTP Cookie.
Cookie(Cookie) - Constructor for class io.vertx.axle.core.http.Cookie
 
cookie(String, String) - Static method in class io.vertx.axle.core.http.Cookie
Create a new cookie
cookieCount() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
cookies() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
copy() - Method in class io.vertx.axle.core.buffer.Buffer
Returns a copy of the entire Buffer.
copy(String, String) - Method in class io.vertx.axle.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String, CopyOptions) - Method in class io.vertx.axle.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy() - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Copy a JsonPointer
copyBlocking(String, String) - Method in class io.vertx.axle.core.file.FileSystem
copyRecursive(String, String, boolean) - Method in class io.vertx.axle.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.axle.core.file.FileSystem
Counter - Class in io.vertx.axle.core.shareddata
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
Counter(Counter) - Constructor for class io.vertx.axle.core.shareddata.Counter
 
create(String) - Static method in class io.vertx.axle.core.cli.CLI
Creates an instance of CLI using the default implementation.
create(CLI) - Static method in class io.vertx.axle.core.cli.CommandLine
Creates a command line object from the CLI.
create() - Static method in class io.vertx.axle.core.json.pointer.JsonPointer
Build an empty JsonPointer
create() - Static method in class io.vertx.axle.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance.
create(String) - Static method in class io.vertx.axle.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance with a fully-qualified domain name,
createDatagramSocket(DatagramSocketOptions) - Method in class io.vertx.axle.core.Vertx
Create a datagram socket using the specified options
createDatagramSocket() - Method in class io.vertx.axle.core.Vertx
Create a datagram socket using default options
createDnsClient(int, String) - Method in class io.vertx.axle.core.Vertx
Create a DNS client to connect to a DNS server at the specified host and port, with the default query timeout (5 seconds)

createDnsClient() - Method in class io.vertx.axle.core.Vertx
Create a DNS client to connect to the DNS server configured by VertxOptions
createDnsClient(DnsClientOptions) - Method in class io.vertx.axle.core.Vertx
Create a DNS client to connect to a DNS server
createFile(String) - Method in class io.vertx.axle.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String, String) - Method in class io.vertx.axle.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFileBlocking(String) - Method in class io.vertx.axle.core.file.FileSystem
createFileBlocking(String, String) - Method in class io.vertx.axle.core.file.FileSystem
createHttpClient(HttpClientOptions) - Method in class io.vertx.axle.core.Vertx
Create a HTTP/HTTPS client using the specified options
createHttpClient() - Method in class io.vertx.axle.core.Vertx
Create a HTTP/HTTPS client using default options
createHttpServer(HttpServerOptions) - Method in class io.vertx.axle.core.Vertx
Create an HTTP/HTTPS server using the specified options
createHttpServer() - Method in class io.vertx.axle.core.Vertx
Create an HTTP/HTTPS server using default options
createNetClient(NetClientOptions) - Method in class io.vertx.axle.core.Vertx
Create a TCP/SSL client using the specified options
createNetClient() - Method in class io.vertx.axle.core.Vertx
Create a TCP/SSL client using default options
createNetServer(NetServerOptions) - Method in class io.vertx.axle.core.Vertx
Create a TCP/SSL server using the specified options
createNetServer() - Method in class io.vertx.axle.core.Vertx
Create a TCP/SSL server using default options
createSharedWorkerExecutor(String) - Method in class io.vertx.axle.core.Vertx
Like Vertx.createSharedWorkerExecutor(java.lang.String) but with the VertxOptions poolSize.
createSharedWorkerExecutor(String, int) - Method in class io.vertx.axle.core.Vertx
Like Vertx.createSharedWorkerExecutor(java.lang.String) but with the VertxOptions maxExecuteTime.
createSharedWorkerExecutor(String, int, long) - Method in class io.vertx.axle.core.Vertx
createSharedWorkerExecutor(String, int, long, TimeUnit) - Method in class io.vertx.axle.core.Vertx
Create a named worker executor, the executor should be closed when it's not needed anymore to release resources.

This method can be called mutiple times with the same name.

createTempDirectory(String) - Method in class io.vertx.axle.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String) - Method in class io.vertx.axle.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, String) - Method in class io.vertx.axle.core.file.FileSystem
Creates a new directory in the directory provided by the path path, using the given prefix to generate its name, asynchronously.
createTempDirectoryBlocking(String) - Method in class io.vertx.axle.core.file.FileSystem
createTempDirectoryBlocking(String, String) - Method in class io.vertx.axle.core.file.FileSystem
createTempDirectoryBlocking(String, String, String) - Method in class io.vertx.axle.core.file.FileSystem
createTempFile(String, String) - Method in class io.vertx.axle.core.file.FileSystem
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String) - Method in class io.vertx.axle.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, String) - Method in class io.vertx.axle.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFileBlocking(String, String) - Method in class io.vertx.axle.core.file.FileSystem
createTempFileBlocking(String, String, String) - Method in class io.vertx.axle.core.file.FileSystem
createTempFileBlocking(String, String, String, String) - Method in class io.vertx.axle.core.file.FileSystem
creationTime() - Method in class io.vertx.axle.core.file.FileProps
The date the file was created
currentContext() - Static method in class io.vertx.axle.core.Vertx
Gets the current context
customFrameHandler(Consumer<HttpFrame>) - Method in class io.vertx.axle.core.http.HttpClientResponse
Set an custom frame handler.
customFrameHandler(Consumer<HttpFrame>) - Method in class io.vertx.axle.core.http.HttpServerRequest
Set a custom frame handler.

D

data() - Method in class io.vertx.axle.core.datagram.DatagramPacket
Returns the data of the DatagramPacket
DatagramPacket - Class in io.vertx.axle.core.datagram
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
DatagramPacket(DatagramPacket) - Constructor for class io.vertx.axle.core.datagram.DatagramPacket
 
DatagramSocket - Class in io.vertx.axle.core.datagram
A datagram socket can be used to send DatagramPacket's to remote datagram servers and receive DatagramPackets .
DatagramSocket(DatagramSocket) - Constructor for class io.vertx.axle.core.datagram.DatagramSocket
 
decrementAndGet() - Method in class io.vertx.axle.core.shareddata.Counter
Decrement the counter atomically and return the new count
DEFAULT_WRITE_QUEUE_MAX_SIZE - Static variable in class io.vertx.axle.core.eventbus.MessageProducer
 
delete(String) - Method in class io.vertx.axle.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete(RequestOptions) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP DELETE request to send to the server with the specified options.
delete(int, String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the specified host and port.
delete(String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the specified host and default port.
delete(RequestOptions, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
delete(int, String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
delete(String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
delete(String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the default host and port.
delete(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
delete() - Method in class io.vertx.axle.core.net.SelfSignedCertificate
Delete the private key and certificate files.
deleteAbs(String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP DELETE request to send to the server using an absolute URI
deleteAbs(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
deleteBlocking(String) - Method in class io.vertx.axle.core.file.FileSystem
deleteRecursive(String, boolean) - Method in class io.vertx.axle.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteRecursiveBlocking(String, boolean) - Method in class io.vertx.axle.core.file.FileSystem
delimitedMode(String) - Method in class io.vertx.axle.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the String delim encoded in latin-1 .
delimitedMode(Buffer) - Method in class io.vertx.axle.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the delimiter delim.
DeliveryContext<T> - Class in io.vertx.axle.core.eventbus
Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.
DeliveryContext(DeliveryContext) - Constructor for class io.vertx.axle.core.eventbus.DeliveryContext
 
DeliveryContext(DeliveryContext, TypeArg<T>) - Constructor for class io.vertx.axle.core.eventbus.DeliveryContext
 
deliveryOptions(DeliveryOptions) - Method in class io.vertx.axle.core.eventbus.MessageProducer
Update the delivery options of this producer.
deploymentID() - Method in class io.vertx.axle.core.Context
If the context is associated with a Verticle deployment, this returns the deployment ID of that deployment.
deploymentIDs() - Method in class io.vertx.axle.core.Vertx
Return a Set of deployment IDs for the currently deployed deploymentIDs.
deployVerticle(String) - Method in class io.vertx.axle.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but the completionHandler will be notified when the deployment is complete.
deployVerticle(String, DeploymentOptions) - Method in class io.vertx.axle.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but DeploymentOptions are provided to configure the deployment.
deployVerticle(Verticle) - Method in class io.vertx.axle.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but the completionHandler will be notified when the deployment is complete.
deployVerticle(Verticle, DeploymentOptions) - Method in class io.vertx.axle.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but DeploymentOptions are provided to configure the deployment.
deployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.axle.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but Verticle instance is created by invoking the verticleSupplier.
DnsClient - Class in io.vertx.axle.core.dns
Provides a way to asynchronously lookup information from DNS servers.
DnsClient(DnsClient) - Constructor for class io.vertx.axle.core.dns.DnsClient
 
domainSocketAddress(String) - Static method in class io.vertx.axle.core.net.SocketAddress
Create a domain socket address.
doubleValue() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
drainHandler(Consumer<Void>) - Method in class io.vertx.axle.core.eventbus.MessageProducer
 
drainHandler(Consumer<Void>) - Method in class io.vertx.axle.core.file.AsyncFile
 
drainHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.HttpClientRequest
 
drainHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.HttpServerResponse
 
drainHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
drainHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.WebSocket
 
drainHandler(Consumer<Void>) - Method in interface io.vertx.axle.core.http.WebSocketBase
 
drainHandler(Consumer<Void>) - Method in class io.vertx.axle.core.net.NetSocket
 
drainHandler(Consumer<Void>) - Method in interface io.vertx.axle.core.streams.WriteStream
Set a drain handler on the stream.

E

encode() - Method in class io.vertx.axle.core.http.Cookie
Encode the cookie to a string.
end(T) - Method in class io.vertx.axle.core.eventbus.MessageProducer
Same as but with an handler called when the operation completes
end() - Method in class io.vertx.axle.core.eventbus.MessageProducer
Closes the producer, calls MessageProducer.close()
end(Buffer) - Method in class io.vertx.axle.core.file.AsyncFile
Same as but with an handler called when the operation completes
end() - Method in class io.vertx.axle.core.file.AsyncFile
Close the file, see AsyncFile.close().
end(String) - Method in class io.vertx.axle.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but with an handler called when the operation completes
end(String, String) - Method in class io.vertx.axle.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.axle.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but with an handler called when the operation completes
end() - Method in class io.vertx.axle.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but with an handler called when the operation completes
end() - Method in class io.vertx.axle.core.http.HttpServerResponse
Same as HttpServerResponse.end() but with an handler called when the operation completes
end(String) - Method in class io.vertx.axle.core.http.HttpServerResponse
Same as HttpServerResponse.end() but with an handler called when the operation completes
end(String, String) - Method in class io.vertx.axle.core.http.HttpServerResponse
Same as HttpServerResponse.end() but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.axle.core.http.HttpServerResponse
Same as HttpServerResponse.end() but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.axle.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
end() - Method in class io.vertx.axle.core.http.ServerWebSocket
end(Buffer) - Method in class io.vertx.axle.core.http.WebSocket
Same as but with an handler called when the operation completes
end() - Method in class io.vertx.axle.core.http.WebSocket
end(Buffer) - Method in interface io.vertx.axle.core.http.WebSocketBase
Same as but with an handler called when the operation completes
end() - Method in interface io.vertx.axle.core.http.WebSocketBase
end(Buffer) - Method in class io.vertx.axle.core.net.NetSocket
Same as but with an handler called when the operation completes
end() - Method in class io.vertx.axle.core.net.NetSocket
end() - Method in class io.vertx.axle.core.parsetools.JsonParser
End the stream, this must be called after all the json stream has been processed.
end() - Method in interface io.vertx.axle.core.streams.WriteStream
Same as WriteStream.end() but with an handler called when the operation completes
end(T) - Method in interface io.vertx.axle.core.streams.WriteStream
Same as but with an handler called when the operation completes
ended() - Method in class io.vertx.axle.core.http.HttpServerResponse
 
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.datagram.DatagramSocket
 
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.file.AsyncFile
 
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.HttpClientRequest
Deprecated.
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.HttpClientResponse
 
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.HttpServerRequest
 
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.HttpServerResponse
Set an end handler for the response.
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.WebSocket
 
endHandler(Consumer<Void>) - Method in interface io.vertx.axle.core.http.WebSocketBase
 
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.net.NetSocket
This handler might be called after the close handler when the socket is paused and there are still buffers to deliver.
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.parsetools.JsonParser
 
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.parsetools.RecordParser
 
endHandler(Consumer<Void>) - Method in interface io.vertx.axle.core.streams.ReadStream
Set an end handler.
endHandler(Consumer<Void>) - Method in class io.vertx.axle.core.TimeoutStream
 
endOnComplete(boolean) - Method in class io.vertx.axle.core.streams.Pipe
Set to true to call WriteStream.end() when the source ReadStream completes, false otherwise.
endOnFailure(boolean) - Method in class io.vertx.axle.core.streams.Pipe
Set to true to call WriteStream.end() when the source ReadStream fails, false otherwise.
endOnSuccess(boolean) - Method in class io.vertx.axle.core.streams.Pipe
Set to true to call WriteStream.end() when the source ReadStream succeeds, false otherwise.
entries() - Method in class io.vertx.axle.core.MultiMap
Returns all entries in the multi-map.
equals(Object) - Method in class io.vertx.axle.core.buffer.Buffer
 
equals(Object) - Method in class io.vertx.axle.core.cli.CLI
 
equals(Object) - Method in class io.vertx.axle.core.cli.CommandLine
 
equals(Object) - Method in class io.vertx.axle.core.CompositeFuture
 
equals(Object) - Method in class io.vertx.axle.core.Context
 
equals(Object) - Method in class io.vertx.axle.core.datagram.DatagramPacket
 
equals(Object) - Method in class io.vertx.axle.core.datagram.DatagramSocket
 
equals(Object) - Method in class io.vertx.axle.core.dns.DnsClient
 
equals(Object) - Method in class io.vertx.axle.core.dns.MxRecord
 
equals(Object) - Method in class io.vertx.axle.core.dns.SrvRecord
 
equals(Object) - Method in class io.vertx.axle.core.eventbus.DeliveryContext
 
equals(Object) - Method in class io.vertx.axle.core.eventbus.EventBus
 
equals(Object) - Method in class io.vertx.axle.core.eventbus.Message
 
equals(Object) - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
equals(Object) - Method in class io.vertx.axle.core.eventbus.MessageProducer
 
equals(Object) - Method in class io.vertx.axle.core.file.AsyncFile
 
equals(Object) - Method in class io.vertx.axle.core.file.FileProps
 
equals(Object) - Method in class io.vertx.axle.core.file.FileSystem
 
equals(Object) - Method in class io.vertx.axle.core.file.FileSystemProps
 
equals(Object) - Method in class io.vertx.axle.core.Future
 
equals(Object) - Method in class io.vertx.axle.core.http.Cookie
 
equals(Object) - Method in class io.vertx.axle.core.http.HttpClient
 
equals(Object) - Method in class io.vertx.axle.core.http.HttpClientRequest
 
equals(Object) - Method in class io.vertx.axle.core.http.HttpClientResponse
 
equals(Object) - Method in class io.vertx.axle.core.http.HttpConnection
 
equals(Object) - Method in class io.vertx.axle.core.http.HttpFrame
 
equals(Object) - Method in class io.vertx.axle.core.http.HttpServer
 
equals(Object) - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
equals(Object) - Method in class io.vertx.axle.core.http.HttpServerRequest
 
equals(Object) - Method in class io.vertx.axle.core.http.HttpServerResponse
 
equals(Object) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
equals(Object) - Method in class io.vertx.axle.core.http.WebSocket
 
equals(Object) - Method in class io.vertx.axle.core.http.WebSocketFrame
 
equals(Object) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
 
equals(Object) - Method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
 
equals(Object) - Method in class io.vertx.axle.core.MultiMap
 
equals(Object) - Method in class io.vertx.axle.core.net.NetClient
 
equals(Object) - Method in class io.vertx.axle.core.net.NetServer
 
equals(Object) - Method in class io.vertx.axle.core.net.NetSocket
 
equals(Object) - Method in class io.vertx.axle.core.net.SelfSignedCertificate
 
equals(Object) - Method in class io.vertx.axle.core.net.SocketAddress
 
equals(Object) - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
equals(Object) - Method in class io.vertx.axle.core.parsetools.JsonParser
 
equals(Object) - Method in class io.vertx.axle.core.parsetools.RecordParser
 
equals(Object) - Method in class io.vertx.axle.core.Promise
 
equals(Object) - Method in class io.vertx.axle.core.shareddata.AsyncMap
 
equals(Object) - Method in class io.vertx.axle.core.shareddata.Counter
 
equals(Object) - Method in class io.vertx.axle.core.shareddata.LocalMap
 
equals(Object) - Method in class io.vertx.axle.core.shareddata.Lock
 
equals(Object) - Method in class io.vertx.axle.core.shareddata.SharedData
 
equals(Object) - Method in class io.vertx.axle.core.streams.Pipe
 
equals(Object) - Method in class io.vertx.axle.core.streams.Pump
 
equals(Object) - Method in class io.vertx.axle.core.TimeoutStream
 
equals(Object) - Method in class io.vertx.axle.core.Vertx
 
equals(Object) - Method in class io.vertx.axle.core.WorkerExecutor
 
EventBus - Class in io.vertx.axle.core.eventbus
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.
EventBus(EventBus) - Constructor for class io.vertx.axle.core.eventbus.EventBus
 
eventBus() - Method in class io.vertx.axle.core.Vertx
Get the event bus object.
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.Context
Set an exception handler called when the context runs an action throwing an uncaught throwable.

When this handler is called, Vertx.currentContext() will return this context.

exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.datagram.DatagramSocket
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.eventbus.MessageProducer
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.file.AsyncFile
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClientRequest
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClientResponse
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpConnection
Set an handler called when a connection error happens
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpServer
Set an exception handler called for socket errors happening before the HTTP connection is established, e.g during the TLS handshake.
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpServerRequest
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpServerResponse
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.http.WebSocket
 
exceptionHandler(Consumer<Throwable>) - Method in interface io.vertx.axle.core.http.WebSocketBase
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.net.NetSocket
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.parsetools.JsonParser
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.parsetools.RecordParser
 
exceptionHandler(Consumer<Throwable>) - Method in interface io.vertx.axle.core.streams.ReadStream
Set an exception handler on the read stream.
exceptionHandler(Consumer<Throwable>) - Method in interface io.vertx.axle.core.streams.StreamBase
Set an exception handler.
exceptionHandler(Consumer<Throwable>) - Method in interface io.vertx.axle.core.streams.WriteStream
Set an exception handler on the write stream.
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.TimeoutStream
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.axle.core.Vertx
Set a default exception handler for Context, set on at creation.
executeBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.axle.core.Context
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>) - Method in class io.vertx.axle.core.Context
executeBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.axle.core.Vertx
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>) - Method in class io.vertx.axle.core.Vertx
executeBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.axle.core.WorkerExecutor
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>) - Method in class io.vertx.axle.core.WorkerExecutor
exists(String) - Method in class io.vertx.axle.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
existsBlocking(String) - Method in class io.vertx.axle.core.file.FileSystem

F

fail(int, String) - Method in class io.vertx.axle.core.eventbus.Message
Signal to the sender that processing of this message failed.
fail(Throwable) - Method in class io.vertx.axle.core.Future
Deprecated.
fail(String) - Method in class io.vertx.axle.core.Future
Deprecated.
fail(Throwable) - Method in class io.vertx.axle.core.Promise
Set the failure.
fail(String) - Method in class io.vertx.axle.core.Promise
Calls Promise.fail(java.lang.Throwable) with the message.
failed(int) - Method in class io.vertx.axle.core.CompositeFuture
Returns true if a wrapped future is failed
failed() - Method in class io.vertx.axle.core.Future
Did it fail?
failedFuture(Throwable) - Static method in class io.vertx.axle.core.Future
Create a failed future with the specified failure cause.
failedFuture(String) - Static method in class io.vertx.axle.core.Future
Create a failed future with the specified failure message.
fetch(long) - Method in class io.vertx.axle.core.datagram.DatagramSocket
 
fetch(long) - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
fetch(long) - Method in class io.vertx.axle.core.file.AsyncFile
 
fetch(long) - Method in class io.vertx.axle.core.http.HttpClientRequest
Deprecated.
fetch(long) - Method in class io.vertx.axle.core.http.HttpClientResponse
 
fetch(long) - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
fetch(long) - Method in class io.vertx.axle.core.http.HttpServerRequest
 
fetch(long) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
fetch(long) - Method in class io.vertx.axle.core.http.WebSocket
 
fetch(long) - Method in interface io.vertx.axle.core.http.WebSocketBase
 
fetch(long) - Method in class io.vertx.axle.core.net.NetSocket
 
fetch(long) - Method in class io.vertx.axle.core.parsetools.JsonParser
 
fetch(long) - Method in class io.vertx.axle.core.parsetools.RecordParser
 
fetch(long) - Method in interface io.vertx.axle.core.streams.ReadStream
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.axle.core.TimeoutStream
 
fieldName() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
file() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
filename() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
FileProps - Class in io.vertx.axle.core.file
Represents properties of a file on the file system.
FileProps(FileProps) - Constructor for class io.vertx.axle.core.file.FileProps
 
FileSystem - Class in io.vertx.axle.core.file
Contains a broad set of operations for manipulating files on the file system.
FileSystem(FileSystem) - Constructor for class io.vertx.axle.core.file.FileSystem
 
fileSystem() - Method in class io.vertx.axle.core.Vertx
Get the filesystem object.
FileSystemProps - Class in io.vertx.axle.core.file
Represents properties of the file system.
FileSystemProps(FileSystemProps) - Constructor for class io.vertx.axle.core.file.FileSystemProps
 
fixedSizeMode(int) - Method in class io.vertx.axle.core.parsetools.RecordParser
Flip the parser into fixed size mode, where the record size is specified by size in bytes.
flags() - Method in class io.vertx.axle.core.http.HttpFrame
 
flatMap(Function<CompositeFuture, Future<U>>) - Method in class io.vertx.axle.core.CompositeFuture
flatMap(Function<T, Future<U>>) - Method in class io.vertx.axle.core.Future
floatValue() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
flush() - Method in class io.vertx.axle.core.file.AsyncFile
Same as AsyncFile.flush() but the handler will be called when the flush is complete or if an error occurs
formAttributes() - Method in class io.vertx.axle.core.http.HttpServerRequest
Returns a map of all form attributes in the request.
frameHandler(Consumer<WebSocketFrame>) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
frameHandler(Consumer<WebSocketFrame>) - Method in class io.vertx.axle.core.http.WebSocket
 
frameHandler(Consumer<WebSocketFrame>) - Method in interface io.vertx.axle.core.http.WebSocketBase
Set a frame handler on the connection.
from(String) - Static method in class io.vertx.axle.core.json.pointer.JsonPointer
Build a JsonPointer from a json pointer string
fromURI(URI) - Static method in class io.vertx.axle.core.json.pointer.JsonPointer
Build a JsonPointer from a URI.
fsProps(String) - Method in class io.vertx.axle.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsPropsBlocking(String) - Method in class io.vertx.axle.core.file.FileSystem
Future<T> - Class in io.vertx.axle.core
Represents the result of an action that may, or may not, have occurred yet.
Future(Future) - Constructor for class io.vertx.axle.core.Future
 
Future(Future, TypeArg<T>) - Constructor for class io.vertx.axle.core.Future
 
future(Consumer<Promise<T>>) - Static method in class io.vertx.axle.core.Future
Create a future that hasn't completed yet and that is passed to the handler before it is returned.
future() - Static method in class io.vertx.axle.core.Future
Deprecated.
future() - Method in class io.vertx.axle.core.Promise
 

G

get(String) - Method in class io.vertx.axle.core.Context
Get some data from the context.
get(RequestOptions) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP GET request to send to the server with the specified options.
get(int, String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP GET request to send to the server at the specified host and port.
get(String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP GET request to send to the server at the specified host and default port.
get(RequestOptions, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
get(int, String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
get(String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
get(String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP GET request to send to the server at the default host and port.
get(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
get(String) - Method in class io.vertx.axle.core.MultiMap
Returns the value of with the specified name.
get(CharSequence) - Method in class io.vertx.axle.core.MultiMap
 
get(K) - Method in class io.vertx.axle.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
get() - Method in class io.vertx.axle.core.shareddata.Counter
Get the current value of the counter
get(Object) - Method in class io.vertx.axle.core.shareddata.LocalMap
Get a value from the map
getAbs(String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP GET request to send to the server using an absolute URI
getAbs(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
getAll(String) - Method in class io.vertx.axle.core.MultiMap
Returns the values with the specified name
getAll(CharSequence) - Method in class io.vertx.axle.core.MultiMap
Like MultiMap.getAll(java.lang.String) but accepting a CharSequence as a parameter
getAndAdd(long) - Method in class io.vertx.axle.core.shareddata.Counter
Add the value to the counter atomically and return the value before the add
getAndIncrement() - Method in class io.vertx.axle.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
getArgument(String) - Method in class io.vertx.axle.core.cli.CLI
Gets an Argument based on its name (argument name).
getArgument(int) - Method in class io.vertx.axle.core.cli.CLI
Gets an Argument based on its index.
getArguments() - Method in class io.vertx.axle.core.cli.CLI
Gets the list of defined arguments.
getArgumentValue(String) - Method in class io.vertx.axle.core.cli.CommandLine
Gets the value of an argument with the matching name (arg name).
getArgumentValue(int) - Method in class io.vertx.axle.core.cli.CommandLine
Gets the value of an argument with the given index.
getArrayElement(Object, int) - Method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
Move the iterator the the array element at specified index
getAsyncMap(String) - Method in class io.vertx.axle.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getBuffer(int, int) - Method in class io.vertx.axle.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 io.vertx.axle.core.buffer.Buffer
Returns the byte at position pos in the Buffer.
getByteBuf() - Method in class io.vertx.axle.core.buffer.Buffer
Returns the Buffer as a Netty ByteBuf.
getBytes() - Method in class io.vertx.axle.core.buffer.Buffer
Returns a copy of the entire Buffer as a byte[]
getBytes(int, int) - Method in class io.vertx.axle.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
getBytes(byte[]) - Method in class io.vertx.axle.core.buffer.Buffer
Transfers the content of the Buffer into a byte[].
getBytes(byte[], int) - Method in class io.vertx.axle.core.buffer.Buffer
Transfers the content of the Buffer into a byte[] at the specific destination.
getBytes(int, int, byte[]) - Method in class io.vertx.axle.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[].
getBytes(int, int, byte[], int) - Method in class io.vertx.axle.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[] at the specific destination.
getClusterWideMap(String) - Method in class io.vertx.axle.core.shareddata.SharedData
Get the cluster wide map with the specified name.
getCookie(String) - Method in class io.vertx.axle.core.http.HttpServerRequest
Get the cookie with the specified name.
getCounter(String) - Method in class io.vertx.axle.core.shareddata.SharedData
Get an asynchronous counter.
getDelegate() - Method in class io.vertx.axle.core.buffer.Buffer
 
getDelegate() - Method in class io.vertx.axle.core.cli.CLI
 
getDelegate() - Method in class io.vertx.axle.core.cli.CommandLine
 
getDelegate() - Method in class io.vertx.axle.core.CompositeFuture
 
getDelegate() - Method in class io.vertx.axle.core.Context
 
getDelegate() - Method in class io.vertx.axle.core.datagram.DatagramPacket
 
getDelegate() - Method in class io.vertx.axle.core.datagram.DatagramSocket
 
getDelegate() - Method in class io.vertx.axle.core.dns.DnsClient
 
getDelegate() - Method in class io.vertx.axle.core.dns.MxRecord
 
getDelegate() - Method in class io.vertx.axle.core.dns.SrvRecord
 
getDelegate() - Method in class io.vertx.axle.core.eventbus.DeliveryContext
 
getDelegate() - Method in class io.vertx.axle.core.eventbus.EventBus
 
getDelegate() - Method in class io.vertx.axle.core.eventbus.Message
 
getDelegate() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
getDelegate() - Method in class io.vertx.axle.core.eventbus.MessageProducer
 
getDelegate() - Method in class io.vertx.axle.core.file.AsyncFile
 
getDelegate() - Method in class io.vertx.axle.core.file.FileProps
 
getDelegate() - Method in class io.vertx.axle.core.file.FileSystem
 
getDelegate() - Method in class io.vertx.axle.core.file.FileSystemProps
 
getDelegate() - Method in class io.vertx.axle.core.Future
 
getDelegate() - Method in class io.vertx.axle.core.http.Cookie
 
getDelegate() - Method in class io.vertx.axle.core.http.HttpClient
 
getDelegate() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
getDelegate() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
getDelegate() - Method in class io.vertx.axle.core.http.HttpConnection
 
getDelegate() - Method in class io.vertx.axle.core.http.HttpFrame
 
getDelegate() - Method in class io.vertx.axle.core.http.HttpServer
 
getDelegate() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
getDelegate() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
getDelegate() - Method in class io.vertx.axle.core.http.HttpServerResponse
 
getDelegate() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
getDelegate() - Method in class io.vertx.axle.core.http.WebSocket
 
getDelegate() - Method in interface io.vertx.axle.core.http.WebSocketBase
 
getDelegate() - Method in class io.vertx.axle.core.http.WebSocketFrame
 
getDelegate() - Method in class io.vertx.axle.core.json.pointer.JsonPointer
 
getDelegate() - Method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
 
getDelegate() - Method in interface io.vertx.axle.core.metrics.Measured
 
getDelegate() - Method in class io.vertx.axle.core.MultiMap
 
getDelegate() - Method in class io.vertx.axle.core.net.NetClient
 
getDelegate() - Method in class io.vertx.axle.core.net.NetServer
 
getDelegate() - Method in class io.vertx.axle.core.net.NetSocket
 
getDelegate() - Method in class io.vertx.axle.core.net.SelfSignedCertificate
 
getDelegate() - Method in class io.vertx.axle.core.net.SocketAddress
 
getDelegate() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
getDelegate() - Method in class io.vertx.axle.core.parsetools.JsonParser
 
getDelegate() - Method in class io.vertx.axle.core.parsetools.RecordParser
 
getDelegate() - Method in class io.vertx.axle.core.Promise
 
getDelegate() - Method in class io.vertx.axle.core.shareddata.AsyncMap
 
getDelegate() - Method in class io.vertx.axle.core.shareddata.Counter
 
getDelegate() - Method in class io.vertx.axle.core.shareddata.LocalMap
 
getDelegate() - Method in class io.vertx.axle.core.shareddata.Lock
 
getDelegate() - Method in class io.vertx.axle.core.shareddata.SharedData
 
getDelegate() - Method in class io.vertx.axle.core.streams.Pipe
 
getDelegate() - Method in class io.vertx.axle.core.streams.Pump
 
getDelegate() - Method in interface io.vertx.axle.core.streams.ReadStream
 
getDelegate() - Method in interface io.vertx.axle.core.streams.StreamBase
 
getDelegate() - Method in interface io.vertx.axle.core.streams.WriteStream
 
getDelegate() - Method in class io.vertx.axle.core.TimeoutStream
 
getDelegate() - Method in class io.vertx.axle.core.Vertx
 
getDelegate() - Method in class io.vertx.axle.core.WorkerExecutor
 
getDescription() - Method in class io.vertx.axle.core.cli.CLI
 
getDomain() - Method in class io.vertx.axle.core.http.Cookie
 
getDouble(int) - Method in class io.vertx.axle.core.buffer.Buffer
Returns the double at position pos in the Buffer.
getFloat(int) - Method in class io.vertx.axle.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getFormAttribute(String) - Method in class io.vertx.axle.core.http.HttpServerRequest
Return the first form attribute value with the specified name
getHeader(String) - Method in class io.vertx.axle.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(CharSequence) - Method in class io.vertx.axle.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.axle.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader(CharSequence) - Method in class io.vertx.axle.core.http.HttpServerRequest
Return the first header value with the specified name
getHost() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
getInstanceCount() - Method in class io.vertx.axle.core.Context
 
getInt(int) - Method in class io.vertx.axle.core.buffer.Buffer
Returns the int at position pos in the Buffer.
getIntLE(int) - Method in class io.vertx.axle.core.buffer.Buffer
Gets a 32-bit integer at the specified absolute index in this buffer with Little Endian Byte Order.
getLocalAsyncMap(String) - Method in class io.vertx.axle.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getLocalCounter(String) - Method in class io.vertx.axle.core.shareddata.SharedData
Get an asynchronous local counter.
getLocalLock(String) - Method in class io.vertx.axle.core.shareddata.SharedData
Get an asynchronous local lock with the specified name.
getLocalLockWithTimeout(String, long) - Method in class io.vertx.axle.core.shareddata.SharedData
Like SharedData.getLocalLock(java.lang.String) but specifying a timeout.
getLocalMap(String) - Method in class io.vertx.axle.core.shareddata.SharedData
Return a LocalMap with the specific name.
getLock(String) - Method in class io.vertx.axle.core.shareddata.SharedData
Get an asynchronous lock with the specified name.
getLockWithTimeout(String, long) - Method in class io.vertx.axle.core.shareddata.SharedData
Like SharedData.getLock(java.lang.String) but specifying a timeout.
getLong(int) - Method in class io.vertx.axle.core.buffer.Buffer
Returns the long at position pos in the Buffer.
getLongLE(int) - Method in class io.vertx.axle.core.buffer.Buffer
Gets a 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
getMaxBufferedMessages() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
getMedium(int) - Method in class io.vertx.axle.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer.
getMediumLE(int) - Method in class io.vertx.axle.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
getName() - Method in class io.vertx.axle.core.cli.CLI
 
getName() - Method in class io.vertx.axle.core.http.Cookie
 
getNow(RequestOptions, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
getNow(int, String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
getNow(String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
getNow(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
getObjectParameter(Object, String, boolean) - Method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
Returns the object parameter with specified key.
getOption(String) - Method in class io.vertx.axle.core.cli.CLI
Gets an Option based on its name (short name, long name or argument name).
getOptions() - Method in class io.vertx.axle.core.cli.CLI
Gets the list of options.
getOptionValue(String) - Method in class io.vertx.axle.core.cli.CommandLine
Gets the value of an option with the matching name (can be the long name, short name or arg name).
getOrCreateContext() - Method in class io.vertx.axle.core.Vertx
Gets the current context, or creates one if there isn't one
getOrDefault(Object, V) - Method in class io.vertx.axle.core.shareddata.LocalMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getParam(String) - Method in class io.vertx.axle.core.http.HttpServerRequest
Return the first param value with the specified name
getPath() - Method in class io.vertx.axle.core.http.Cookie
 
getPriority() - Method in class io.vertx.axle.core.cli.CLI
 
getRawMethod() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
getRawValueForArgument(Argument) - Method in class io.vertx.axle.core.cli.CommandLine
Gets the raw value of the given argument.
getRawValueForOption(Option) - Method in class io.vertx.axle.core.cli.CommandLine
Gets the raw value of the given option.
getRawValues(Option) - Method in class io.vertx.axle.core.cli.CommandLine
Deprecated.
getRawValuesForArgument(Argument) - Method in class io.vertx.axle.core.cli.CommandLine
Gets the raw values of the given argument.
getRawValuesForOption(Option) - Method in class io.vertx.axle.core.cli.CommandLine
Gets the raw values of the given option.
getShort(int) - Method in class io.vertx.axle.core.buffer.Buffer
Returns the short at position pos in the Buffer.
getShortLE(int) - Method in class io.vertx.axle.core.buffer.Buffer
Gets a 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getStatusCode() - Method in class io.vertx.axle.core.http.HttpServerResponse
 
getStatusMessage() - Method in class io.vertx.axle.core.http.HttpServerResponse
 
getStreamPriority() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
getString(int, int, String) - Method in class io.vertx.axle.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 io.vertx.axle.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
getSummary() - Method in class io.vertx.axle.core.cli.CLI
 
getTrailer(String) - Method in class io.vertx.axle.core.http.HttpClientResponse
Return the first trailer value with the specified name
getUnsignedByte(int) - Method in class io.vertx.axle.core.buffer.Buffer
Returns the unsigned byte at position pos in the Buffer, as a short.
getUnsignedInt(int) - Method in class io.vertx.axle.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long.
getUnsignedIntLE(int) - Method in class io.vertx.axle.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long in Little Endian Byte Order.
getUnsignedMedium(int) - Method in class io.vertx.axle.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
getUnsignedMediumLE(int) - Method in class io.vertx.axle.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedShort(int) - Method in class io.vertx.axle.core.buffer.Buffer
Returns the unsigned short at position pos in the Buffer, as an int.
getUnsignedShortLE(int) - Method in class io.vertx.axle.core.buffer.Buffer
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getURIWithoutFragment() - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Return the underlying URI without the fragment
getValue() - Method in class io.vertx.axle.core.http.Cookie
 
getWindowSize() - Method in class io.vertx.axle.core.http.HttpConnection
 
getWritePos() - Method in class io.vertx.axle.core.file.AsyncFile
 
goAway(long) - Method in class io.vertx.axle.core.http.HttpConnection
Like HttpConnection.goAway(long) with a last stream id -1 which means to disallow any new stream creation.
goAway(long, int) - Method in class io.vertx.axle.core.http.HttpConnection
Like HttpConnection.goAway(long) with no buffer.
goAway(long, int, Buffer) - Method in class io.vertx.axle.core.http.HttpConnection
Send a go away frame to the remote endpoint of the connection.
goAwayHandler(Consumer<GoAway>) - Method in class io.vertx.axle.core.http.HttpConnection
Set an handler called when a frame is received.

H

handle(Buffer) - Method in class io.vertx.axle.core.parsetools.JsonParser
Something has happened, so handle it.
handle(Buffer) - Method in class io.vertx.axle.core.parsetools.RecordParser
This method is called to provide the parser with data.
handler(Consumer<DatagramPacket>) - Method in class io.vertx.axle.core.datagram.DatagramSocket
 
handler(Consumer<Message<T>>) - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
handler(Consumer<Buffer>) - Method in class io.vertx.axle.core.file.AsyncFile
 
handler(Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClientRequest
Deprecated.
handler(Consumer<Buffer>) - Method in class io.vertx.axle.core.http.HttpClientResponse
 
handler(Consumer<Buffer>) - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
handler(Consumer<Buffer>) - Method in class io.vertx.axle.core.http.HttpServerRequest
 
handler(Consumer<Buffer>) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
handler(Consumer<Buffer>) - Method in class io.vertx.axle.core.http.WebSocket
 
handler(Consumer<Buffer>) - Method in interface io.vertx.axle.core.http.WebSocketBase
 
handler(Consumer<Buffer>) - Method in class io.vertx.axle.core.net.NetSocket
 
handler(Consumer<JsonEvent>) - Method in class io.vertx.axle.core.parsetools.JsonParser
 
handler(Consumer<Buffer>) - Method in class io.vertx.axle.core.parsetools.RecordParser
 
handler(Consumer<T>) - Method in interface io.vertx.axle.core.streams.ReadStream
Set a data handler.
handler(Consumer<Long>) - Method in class io.vertx.axle.core.TimeoutStream
 
hashCode() - Method in class io.vertx.axle.core.buffer.Buffer
 
hashCode() - Method in class io.vertx.axle.core.cli.CLI
 
hashCode() - Method in class io.vertx.axle.core.cli.CommandLine
 
hashCode() - Method in class io.vertx.axle.core.CompositeFuture
 
hashCode() - Method in class io.vertx.axle.core.Context
 
hashCode() - Method in class io.vertx.axle.core.datagram.DatagramPacket
 
hashCode() - Method in class io.vertx.axle.core.datagram.DatagramSocket
 
hashCode() - Method in class io.vertx.axle.core.dns.DnsClient
 
hashCode() - Method in class io.vertx.axle.core.dns.MxRecord
 
hashCode() - Method in class io.vertx.axle.core.dns.SrvRecord
 
hashCode() - Method in class io.vertx.axle.core.eventbus.DeliveryContext
 
hashCode() - Method in class io.vertx.axle.core.eventbus.EventBus
 
hashCode() - Method in class io.vertx.axle.core.eventbus.Message
 
hashCode() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
hashCode() - Method in class io.vertx.axle.core.eventbus.MessageProducer
 
hashCode() - Method in class io.vertx.axle.core.file.AsyncFile
 
hashCode() - Method in class io.vertx.axle.core.file.FileProps
 
hashCode() - Method in class io.vertx.axle.core.file.FileSystem
 
hashCode() - Method in class io.vertx.axle.core.file.FileSystemProps
 
hashCode() - Method in class io.vertx.axle.core.Future
 
hashCode() - Method in class io.vertx.axle.core.http.Cookie
 
hashCode() - Method in class io.vertx.axle.core.http.HttpClient
 
hashCode() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
hashCode() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
hashCode() - Method in class io.vertx.axle.core.http.HttpConnection
 
hashCode() - Method in class io.vertx.axle.core.http.HttpFrame
 
hashCode() - Method in class io.vertx.axle.core.http.HttpServer
 
hashCode() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
hashCode() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
hashCode() - Method in class io.vertx.axle.core.http.HttpServerResponse
 
hashCode() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
hashCode() - Method in class io.vertx.axle.core.http.WebSocket
 
hashCode() - Method in class io.vertx.axle.core.http.WebSocketFrame
 
hashCode() - Method in class io.vertx.axle.core.json.pointer.JsonPointer
 
hashCode() - Method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
 
hashCode() - Method in class io.vertx.axle.core.MultiMap
 
hashCode() - Method in class io.vertx.axle.core.net.NetClient
 
hashCode() - Method in class io.vertx.axle.core.net.NetServer
 
hashCode() - Method in class io.vertx.axle.core.net.NetSocket
 
hashCode() - Method in class io.vertx.axle.core.net.SelfSignedCertificate
 
hashCode() - Method in class io.vertx.axle.core.net.SocketAddress
 
hashCode() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
hashCode() - Method in class io.vertx.axle.core.parsetools.JsonParser
 
hashCode() - Method in class io.vertx.axle.core.parsetools.RecordParser
 
hashCode() - Method in class io.vertx.axle.core.Promise
 
hashCode() - Method in class io.vertx.axle.core.shareddata.AsyncMap
 
hashCode() - Method in class io.vertx.axle.core.shareddata.Counter
 
hashCode() - Method in class io.vertx.axle.core.shareddata.LocalMap
 
hashCode() - Method in class io.vertx.axle.core.shareddata.Lock
 
hashCode() - Method in class io.vertx.axle.core.shareddata.SharedData
 
hashCode() - Method in class io.vertx.axle.core.streams.Pipe
 
hashCode() - Method in class io.vertx.axle.core.streams.Pump
 
hashCode() - Method in class io.vertx.axle.core.TimeoutStream
 
hashCode() - Method in class io.vertx.axle.core.Vertx
 
hashCode() - Method in class io.vertx.axle.core.WorkerExecutor
 
head(RequestOptions) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP HEAD request to send to the server with the specified options.
head(int, String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and port.
head(String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and default port.
head(RequestOptions, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
head(int, String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
head(String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
head(String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the default host and port.
head(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
headAbs(String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP HEAD request to send to the server using an absolute URI
headAbs(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
headers() - Method in class io.vertx.axle.core.eventbus.Message
Multi-map of message headers.
headers() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
headers() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
headers() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
headers() - Method in class io.vertx.axle.core.http.HttpServerResponse
 
headers() - Method in class io.vertx.axle.core.http.ServerWebSocket
Returns the HTTP headers when the WebSocket is first obtained in the handler.
headers() - Method in class io.vertx.axle.core.http.WebSocket
Returns the HTTP headers when the WebSocket is first obtained in the handler.
headers() - Method in interface io.vertx.axle.core.http.WebSocketBase
Returns the HTTP headers when the WebSocket is first obtained in the handler.
headersEndHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.HttpServerResponse
Provide a handler that will be called just before the headers are written to the wire.
headNow(RequestOptions, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
headNow(int, String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
headNow(String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
headNow(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
headWritten() - Method in class io.vertx.axle.core.http.HttpServerResponse
 
host() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
host() - Method in class io.vertx.axle.core.net.SocketAddress
 
HttpClient - Class in io.vertx.axle.core.http
An asynchronous HTTP client.
HttpClient(HttpClient) - Constructor for class io.vertx.axle.core.http.HttpClient
 
HttpClientRequest - Class in io.vertx.axle.core.http
Represents a client-side HTTP request.
HttpClientRequest(HttpClientRequest) - Constructor for class io.vertx.axle.core.http.HttpClientRequest
 
HttpClientResponse - Class in io.vertx.axle.core.http
Represents a client-side HTTP response.
HttpClientResponse(HttpClientResponse) - Constructor for class io.vertx.axle.core.http.HttpClientResponse
 
HttpConnection - Class in io.vertx.axle.core.http
Represents an HTTP connection.
HttpConnection(HttpConnection) - Constructor for class io.vertx.axle.core.http.HttpConnection
 
HttpFrame - Class in io.vertx.axle.core.http
An HTTP/2 frame.
HttpFrame(HttpFrame) - Constructor for class io.vertx.axle.core.http.HttpFrame
 
HttpServer - Class in io.vertx.axle.core.http
An HTTP and WebSockets server.
HttpServer(HttpServer) - Constructor for class io.vertx.axle.core.http.HttpServer
 
HttpServerFileUpload - Class in io.vertx.axle.core.http
Represents an file upload from an HTML FORM.
HttpServerFileUpload(HttpServerFileUpload) - Constructor for class io.vertx.axle.core.http.HttpServerFileUpload
 
HttpServerRequest - Class in io.vertx.axle.core.http
Represents a server-side HTTP request.
HttpServerRequest(HttpServerRequest) - Constructor for class io.vertx.axle.core.http.HttpServerRequest
 
HttpServerResponse - Class in io.vertx.axle.core.http
Represents a server-side HTTP response.
HttpServerResponse(HttpServerResponse) - Constructor for class io.vertx.axle.core.http.HttpServerResponse
 

I

incrementAndGet() - Method in class io.vertx.axle.core.shareddata.Counter
Increment the counter atomically and return the new count
indicatedServerName() - Method in class io.vertx.axle.core.http.HttpConnection
Returns the SNI server name presented during the SSL handshake by the client.
indicatedServerName() - Method in class io.vertx.axle.core.net.NetSocket
Returns the SNI server name presented during the SSL handshake by the client.
inetSocketAddress(int, String) - Static method in class io.vertx.axle.core.net.SocketAddress
Create a inet socket address, host must be non null and port must be between 0 and 65536.
instantValue() - Method in class io.vertx.axle.core.parsetools.JsonEvent
Return the Instant value.
integerValue() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
io.vertx.axle.core - package io.vertx.axle.core
 
io.vertx.axle.core.buffer - package io.vertx.axle.core.buffer
 
io.vertx.axle.core.cli - package io.vertx.axle.core.cli
 
io.vertx.axle.core.datagram - package io.vertx.axle.core.datagram
 
io.vertx.axle.core.dns - package io.vertx.axle.core.dns
 
io.vertx.axle.core.eventbus - package io.vertx.axle.core.eventbus
 
io.vertx.axle.core.file - package io.vertx.axle.core.file
 
io.vertx.axle.core.http - package io.vertx.axle.core.http
 
io.vertx.axle.core.json.pointer - package io.vertx.axle.core.json.pointer
 
io.vertx.axle.core.metrics - package io.vertx.axle.core.metrics
 
io.vertx.axle.core.net - package io.vertx.axle.core.net
 
io.vertx.axle.core.parsetools - package io.vertx.axle.core.parsetools
 
io.vertx.axle.core.shareddata - package io.vertx.axle.core.shareddata
 
io.vertx.axle.core.streams - package io.vertx.axle.core.streams
 
isArgumentAssigned(Argument) - Method in class io.vertx.axle.core.cli.CommandLine
Checks whether or not the given argument has been assigned in the command line.
isArray(Object) - Method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
 
isArray() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
isAskingForHelp() - Method in class io.vertx.axle.core.cli.CommandLine
Checks whether or not the user has passed a "help" option and is asking for help.
isBinary() - Method in class io.vertx.axle.core.http.WebSocketFrame
 
isBoolean() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
isChunked() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
isChunked() - Method in class io.vertx.axle.core.http.HttpServerResponse
 
isClose() - Method in class io.vertx.axle.core.http.WebSocketFrame
 
isClosed() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
isClosed() - Method in class io.vertx.axle.core.http.WebSocket
 
isClosed() - Method in interface io.vertx.axle.core.http.WebSocketBase
 
isClustered() - Method in class io.vertx.axle.core.Vertx
Is this Vert.x instance clustered?
isComplete(int) - Method in class io.vertx.axle.core.CompositeFuture
Returns true if a wrapped future is completed
isComplete() - Method in class io.vertx.axle.core.Future
Has the future completed?
isContinuation() - Method in class io.vertx.axle.core.http.WebSocketFrame
 
isDirectory() - Method in class io.vertx.axle.core.file.FileProps
Is the file a directory?
isEmpty() - Method in class io.vertx.axle.core.MultiMap
Return true if empty
isEmpty() - Method in class io.vertx.axle.core.shareddata.LocalMap
 
isEnded() - Method in class io.vertx.axle.core.http.HttpServerRequest
Has the request ended? I.e.
isEventLoopContext() - Method in class io.vertx.axle.core.Context
Is the current context an event loop context?
isExpectMultipart() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
isFinal() - Method in class io.vertx.axle.core.http.WebSocketFrame
 
isFlagEnabled(String) - Method in class io.vertx.axle.core.cli.CommandLine
Gets the value of an option marked as a flag.
isHidden() - Method in class io.vertx.axle.core.cli.CLI
Checks whether or not the current CLI instance is hidden.
isLocalPointer() - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Return true if the pointer is local (URI with only fragment)
isMetricsEnabled() - Method in class io.vertx.axle.core.datagram.DatagramSocket
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.axle.core.eventbus.EventBus
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.axle.core.http.HttpClient
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.axle.core.http.HttpServer
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in interface io.vertx.axle.core.metrics.Measured
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.axle.core.net.NetClient
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.axle.core.net.NetServer
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.axle.core.Vertx
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.axle.core.WorkerExecutor
Whether the metrics are enabled for this measured object
isMultiThreadedWorkerContext() - Method in class io.vertx.axle.core.Context
Is the current context a multi-threaded worker context?
isNativeTransportEnabled() - Method in class io.vertx.axle.core.Vertx
 
isNull(Object) - Method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
 
isNull() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
isNumber() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
isObject(Object) - Method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
 
isObject() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
isOnEventLoopThread() - Static method in class io.vertx.axle.core.Context
Is the current thread an event thread?
isOnVertxThread() - Static method in class io.vertx.axle.core.Context
Is the current thread a Vert.x thread? That's either a worker thread or an event loop thread
isOnWorkerThread() - Static method in class io.vertx.axle.core.Context
Is the current thread a worker thread?
isOptionAssigned(Option) - Method in class io.vertx.axle.core.cli.CommandLine
Checks whether or not the given option has been assigned in the command line.
isOther() - Method in class io.vertx.axle.core.file.FileProps
Is the file some other type? (I.e.
isParent(JsonPointer) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Return true if this pointer is a parent pointer of child.
isRegistered() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
isRegularFile() - Method in class io.vertx.axle.core.file.FileProps
Is the file a regular file?
isRootPointer() - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Return true if the pointer is a root pointer
isSeenInCommandLine(Option) - Method in class io.vertx.axle.core.cli.CommandLine
Checks whether or not the given option has been seen in the user command line.
isSend() - Method in class io.vertx.axle.core.eventbus.Message
Signals if this message represents a send or publish event.
isSizeAvailable() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
isSsl() - Method in class io.vertx.axle.core.http.HttpConnection
 
isSSL() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
isSsl() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
isSsl() - Method in class io.vertx.axle.core.http.WebSocket
 
isSsl() - Method in interface io.vertx.axle.core.http.WebSocketBase
 
isSsl() - Method in class io.vertx.axle.core.net.NetSocket
 
isString() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
isSymbolicLink() - Method in class io.vertx.axle.core.file.FileProps
Is the file a symbolic link?
isText() - Method in class io.vertx.axle.core.http.WebSocketFrame
 
isValid() - Method in class io.vertx.axle.core.cli.CommandLine
Checks whether or not the command line is valid, i.e.
isWorkerContext() - Method in class io.vertx.axle.core.Context
Is the current context a worker context?
iterator() - Method in class io.vertx.axle.core.MultiMap
 

J

join(Future<T1>, Future<T2>) - Static method in class io.vertx.axle.core.CompositeFuture
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
join(Future<T1>, Future<T2>, Future<T3>) - Static method in class io.vertx.axle.core.CompositeFuture
join(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.axle.core.CompositeFuture
join(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.axle.core.CompositeFuture
join(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.axle.core.CompositeFuture
join(List<Future>) - Static method in class io.vertx.axle.core.CompositeFuture
JSON_ITERATOR - Static variable in class io.vertx.axle.core.json.pointer.JsonPointerIterator
Instance of a JsonPointerIterator to query Vert.x Json structures
JsonEvent - Class in io.vertx.axle.core.parsetools
A JSON event emited by the JsonParser.
JsonEvent(JsonEvent) - Constructor for class io.vertx.axle.core.parsetools.JsonEvent
 
JsonParser - Class in io.vertx.axle.core.parsetools
A parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.
JsonParser(JsonParser) - Constructor for class io.vertx.axle.core.parsetools.JsonParser
 
JsonPointer - Class in io.vertx.axle.core.json.pointer
Implementation of RFC6901 Json Pointers.
JsonPointer(JsonPointer) - Constructor for class io.vertx.axle.core.json.pointer.JsonPointer
 
JsonPointerIterator - Class in io.vertx.axle.core.json.pointer
The JsonPointerIterator is used by the read/write algorithms of the JsonPointer to read/write the querying data structure
Every method takes the currentValue as parameter, representing the actual value held by the query algorithm.
Implementations of this interface should be stateless, so they can be reused
You can implement this interface to query the structure you want using json pointers

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

JsonPointerIterator(JsonPointerIterator) - Constructor for class io.vertx.axle.core.json.pointer.JsonPointerIterator
 

K

keyCertOptions() - Method in class io.vertx.axle.core.net.SelfSignedCertificate
Provides the KeyCertOptions RSA private key file in PEM format corresponding to the SelfSignedCertificate.privateKeyPath()

L

lastAccessTime() - Method in class io.vertx.axle.core.file.FileProps
The date the file was last accessed
lastModifiedTime() - Method in class io.vertx.axle.core.file.FileProps
The date the file was last modified
length() - Method in class io.vertx.axle.core.buffer.Buffer
Returns the length of the buffer, measured in bytes.
link(String, String) - Method in class io.vertx.axle.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
linkBlocking(String, String) - Method in class io.vertx.axle.core.file.FileSystem
listen(int, String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
Start listening on the given port and host.
listen(int, String) - Method in class io.vertx.axle.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(SocketAddress) - Method in class io.vertx.axle.core.http.HttpServer
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
listen(int) - Method in class io.vertx.axle.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String) but supplying a handler that will be called when the server is actually listening (or has failed).
listen() - Method in class io.vertx.axle.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String) but supplying a handler that will be called when the server is actually listening (or has failed).
listen() - Method in class io.vertx.axle.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listen(int, String) - Method in class io.vertx.axle.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listen(int) - Method in class io.vertx.axle.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listen(SocketAddress) - Method in class io.vertx.axle.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listenMulticastGroup(String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
listenMulticastGroup(String, String, String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
localAddress() - Method in class io.vertx.axle.core.datagram.DatagramSocket
Return the SocketAddress to which this DatagramSocket is bound.
localAddress() - Method in class io.vertx.axle.core.http.HttpConnection
 
localAddress() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
localAddress() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
localAddress() - Method in class io.vertx.axle.core.http.WebSocket
 
localAddress() - Method in interface io.vertx.axle.core.http.WebSocketBase
 
localAddress() - Method in class io.vertx.axle.core.net.NetSocket
 
localConsumer(String) - Method in class io.vertx.axle.core.eventbus.EventBus
Like EventBus.consumer(java.lang.String) but the address won't be propagated across the cluster.
localConsumer(String, Consumer<Message<T>>) - Method in class io.vertx.axle.core.eventbus.EventBus
Like EventBus.consumer(java.lang.String) but the address won't be propagated across the cluster.
LocalMap<K,V> - Class in io.vertx.axle.core.shareddata
Local maps can be used to share data safely in a single Vert.x instance.
LocalMap(LocalMap) - Constructor for class io.vertx.axle.core.shareddata.LocalMap
 
LocalMap(LocalMap, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.axle.core.shareddata.LocalMap
 
Lock - Class in io.vertx.axle.core.shareddata
An asynchronous exclusive lock which can be obtained from any node in the cluster.
Lock(Lock) - Constructor for class io.vertx.axle.core.shareddata.Lock
 
longValue() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
lookup(String) - Method in class io.vertx.axle.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lookup4(String) - Method in class io.vertx.axle.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
lookup6(String) - Method in class io.vertx.axle.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
lprops(String) - Method in class io.vertx.axle.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lpropsBlocking(String) - Method in class io.vertx.axle.core.file.FileSystem

M

map(Function<CompositeFuture, U>) - Method in class io.vertx.axle.core.CompositeFuture
Apply a mapper function on this future.
map(Function<T, U>) - Method in class io.vertx.axle.core.Future
Apply a mapper function on this future.
map(V) - Method in class io.vertx.axle.core.Future
Map the result of a future to a specific value.
mapEmpty() - Method in class io.vertx.axle.core.Future
Map the result of a future to null.
mapTo(Class<T>) - Method in class io.vertx.axle.core.parsetools.JsonEvent
Decodes and returns the current value as the specified type.
mapTo(TypeReference<T>) - Method in class io.vertx.axle.core.parsetools.JsonEvent
Decodes and returns the current value as the specified type.
maxRecordSize(int) - Method in class io.vertx.axle.core.parsetools.RecordParser
Set the maximum allowed size for a record when using the delimited mode.
Measured - Interface in io.vertx.axle.core.metrics

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

message() - Method in class io.vertx.axle.core.eventbus.DeliveryContext
 
Message<T> - Class in io.vertx.axle.core.eventbus
Represents a message that is received from the event bus in a handler.
Message(Message) - Constructor for class io.vertx.axle.core.eventbus.Message
 
Message(Message, TypeArg<T>) - Constructor for class io.vertx.axle.core.eventbus.Message
 
MessageConsumer<T> - Class in io.vertx.axle.core.eventbus
An event bus consumer object representing a stream of message to an EventBus address that can be read from.
MessageConsumer(MessageConsumer) - Constructor for class io.vertx.axle.core.eventbus.MessageConsumer
 
MessageConsumer(MessageConsumer, TypeArg<T>) - Constructor for class io.vertx.axle.core.eventbus.MessageConsumer
 
MessageProducer<T> - Class in io.vertx.axle.core.eventbus
Represents a stream of message that can be written to.
MessageProducer(MessageProducer) - Constructor for class io.vertx.axle.core.eventbus.MessageProducer
 
MessageProducer(MessageProducer, TypeArg<T>) - Constructor for class io.vertx.axle.core.eventbus.MessageProducer
 
method() - Method in class io.vertx.axle.core.http.HttpClientRequest
The HTTP method for the request.
method() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
mkdir(String) - Method in class io.vertx.axle.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String) - Method in class io.vertx.axle.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdirBlocking(String) - Method in class io.vertx.axle.core.file.FileSystem
mkdirBlocking(String, String) - Method in class io.vertx.axle.core.file.FileSystem
mkdirs(String) - Method in class io.vertx.axle.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, String) - Method in class io.vertx.axle.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirsBlocking(String) - Method in class io.vertx.axle.core.file.FileSystem
mkdirsBlocking(String, String) - Method in class io.vertx.axle.core.file.FileSystem
move(String, String) - Method in class io.vertx.axle.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, String, CopyOptions) - Method in class io.vertx.axle.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
moveBlocking(String, String) - Method in class io.vertx.axle.core.file.FileSystem
MultiMap - Class in io.vertx.axle.core
This class represents a MultiMap of String keys to a List of String values.
MultiMap(MultiMap) - Constructor for class io.vertx.axle.core.MultiMap
 
MxRecord - Class in io.vertx.axle.core.dns
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
MxRecord(MxRecord) - Constructor for class io.vertx.axle.core.dns.MxRecord
 

N

name() - Method in class io.vertx.axle.core.dns.MxRecord
The name of the MX record
name() - Method in class io.vertx.axle.core.dns.SrvRecord
Returns the name for the server being queried.
name() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
names() - Method in class io.vertx.axle.core.MultiMap
Gets a immutable Set of all names
NetClient - Class in io.vertx.axle.core.net
A TCP client.
NetClient(NetClient) - Constructor for class io.vertx.axle.core.net.NetClient
 
NetServer - Class in io.vertx.axle.core.net
Represents a TCP server

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

NetServer(NetServer) - Constructor for class io.vertx.axle.core.net.NetServer
 
netSocket() - Method in class io.vertx.axle.core.http.HttpClientResponse
Get a net socket for the underlying connection of this request.
netSocket() - Method in class io.vertx.axle.core.http.HttpServerRequest
Get a net socket for the underlying connection of this request.
NetSocket - Class in io.vertx.axle.core.net
Represents a socket-like interface to a TCP connection on either the client or the server side.
NetSocket(NetSocket) - Constructor for class io.vertx.axle.core.net.NetSocket
 
nettyEventLoopGroup() - Method in class io.vertx.axle.core.Vertx
Return the Netty EventLoopGroup used by Vert.x
newDelimited(String, Consumer<Buffer>) - Static method in class io.vertx.axle.core.parsetools.RecordParser
Like RecordParser.newDelimited(java.lang.String, java.util.function.Consumer<io.vertx.axle.core.buffer.Buffer>) but set the output that will receive whole records which have been parsed.
newDelimited(String, ReadStream<Buffer>) - Static method in class io.vertx.axle.core.parsetools.RecordParser
newDelimited(String, Publisher<Buffer>) - Static method in class io.vertx.axle.core.parsetools.RecordParser
newDelimited(String) - Static method in class io.vertx.axle.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(Buffer) - Static method in class io.vertx.axle.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the Buffer delim.
newDelimited(Buffer, Consumer<Buffer>) - Static method in class io.vertx.axle.core.parsetools.RecordParser
Like RecordParser.newDelimited(java.lang.String, java.util.function.Consumer<io.vertx.axle.core.buffer.Buffer>) but set the output that will receive whole records which have been parsed.
newDelimited(Buffer, ReadStream<Buffer>) - Static method in class io.vertx.axle.core.parsetools.RecordParser
newDelimited(Buffer, Publisher<Buffer>) - Static method in class io.vertx.axle.core.parsetools.RecordParser
newFixed(int) - Static method in class io.vertx.axle.core.parsetools.RecordParser
Create a new RecordParser instance, initially in fixed size mode, and where the record size is specified by the size parameter.
newFixed(int, Consumer<Buffer>) - Static method in class io.vertx.axle.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but set the output that will receive whole records which have been parsed.
newFixed(int, ReadStream<Buffer>) - Static method in class io.vertx.axle.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but wraps the stream.
newFixed(int, Publisher<Buffer>) - Static method in class io.vertx.axle.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but wraps the stream.
newInstance(Buffer) - Static method in class io.vertx.axle.core.buffer.Buffer
 
newInstance(CLI) - Static method in class io.vertx.axle.core.cli.CLI
 
newInstance(CommandLine) - Static method in class io.vertx.axle.core.cli.CommandLine
 
newInstance(CompositeFuture) - Static method in class io.vertx.axle.core.CompositeFuture
 
newInstance(Context) - Static method in class io.vertx.axle.core.Context
 
newInstance(DatagramPacket) - Static method in class io.vertx.axle.core.datagram.DatagramPacket
 
newInstance(DatagramSocket) - Static method in class io.vertx.axle.core.datagram.DatagramSocket
 
newInstance(DnsClient) - Static method in class io.vertx.axle.core.dns.DnsClient
 
newInstance(MxRecord) - Static method in class io.vertx.axle.core.dns.MxRecord
 
newInstance(SrvRecord) - Static method in class io.vertx.axle.core.dns.SrvRecord
 
newInstance(DeliveryContext) - Static method in class io.vertx.axle.core.eventbus.DeliveryContext
 
newInstance(DeliveryContext, TypeArg<T>) - Static method in class io.vertx.axle.core.eventbus.DeliveryContext
 
newInstance(EventBus) - Static method in class io.vertx.axle.core.eventbus.EventBus
 
newInstance(Message) - Static method in class io.vertx.axle.core.eventbus.Message
 
newInstance(Message, TypeArg<T>) - Static method in class io.vertx.axle.core.eventbus.Message
 
newInstance(MessageConsumer) - Static method in class io.vertx.axle.core.eventbus.MessageConsumer
 
newInstance(MessageConsumer, TypeArg<T>) - Static method in class io.vertx.axle.core.eventbus.MessageConsumer
 
newInstance(MessageProducer) - Static method in class io.vertx.axle.core.eventbus.MessageProducer
 
newInstance(MessageProducer, TypeArg<T>) - Static method in class io.vertx.axle.core.eventbus.MessageProducer
 
newInstance(AsyncFile) - Static method in class io.vertx.axle.core.file.AsyncFile
 
newInstance(FileProps) - Static method in class io.vertx.axle.core.file.FileProps
 
newInstance(FileSystem) - Static method in class io.vertx.axle.core.file.FileSystem
 
newInstance(FileSystemProps) - Static method in class io.vertx.axle.core.file.FileSystemProps
 
newInstance(Future) - Static method in class io.vertx.axle.core.Future
 
newInstance(Future, TypeArg<T>) - Static method in class io.vertx.axle.core.Future
 
newInstance(Cookie) - Static method in class io.vertx.axle.core.http.Cookie
 
newInstance(HttpClient) - Static method in class io.vertx.axle.core.http.HttpClient
 
newInstance(HttpClientRequest) - Static method in class io.vertx.axle.core.http.HttpClientRequest
 
newInstance(HttpClientResponse) - Static method in class io.vertx.axle.core.http.HttpClientResponse
 
newInstance(HttpConnection) - Static method in class io.vertx.axle.core.http.HttpConnection
 
newInstance(HttpFrame) - Static method in class io.vertx.axle.core.http.HttpFrame
 
newInstance(HttpServer) - Static method in class io.vertx.axle.core.http.HttpServer
 
newInstance(HttpServerFileUpload) - Static method in class io.vertx.axle.core.http.HttpServerFileUpload
 
newInstance(HttpServerRequest) - Static method in class io.vertx.axle.core.http.HttpServerRequest
 
newInstance(HttpServerResponse) - Static method in class io.vertx.axle.core.http.HttpServerResponse
 
newInstance(ServerWebSocket) - Static method in class io.vertx.axle.core.http.ServerWebSocket
 
newInstance(WebSocket) - Static method in class io.vertx.axle.core.http.WebSocket
 
newInstance(WebSocketBase) - Static method in interface io.vertx.axle.core.http.WebSocketBase
 
newInstance(WebSocketFrame) - Static method in class io.vertx.axle.core.http.WebSocketFrame
 
newInstance(JsonPointer) - Static method in class io.vertx.axle.core.json.pointer.JsonPointer
 
newInstance(JsonPointerIterator) - Static method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
 
newInstance(Measured) - Static method in interface io.vertx.axle.core.metrics.Measured
 
newInstance(MultiMap) - Static method in class io.vertx.axle.core.MultiMap
 
newInstance(NetClient) - Static method in class io.vertx.axle.core.net.NetClient
 
newInstance(NetServer) - Static method in class io.vertx.axle.core.net.NetServer
 
newInstance(NetSocket) - Static method in class io.vertx.axle.core.net.NetSocket
 
newInstance(SelfSignedCertificate) - Static method in class io.vertx.axle.core.net.SelfSignedCertificate
 
newInstance(SocketAddress) - Static method in class io.vertx.axle.core.net.SocketAddress
 
newInstance(JsonEvent) - Static method in class io.vertx.axle.core.parsetools.JsonEvent
 
newInstance(JsonParser) - Static method in class io.vertx.axle.core.parsetools.JsonParser
 
newInstance(RecordParser) - Static method in class io.vertx.axle.core.parsetools.RecordParser
 
newInstance(Promise) - Static method in class io.vertx.axle.core.Promise
 
newInstance(Promise, TypeArg<T>) - Static method in class io.vertx.axle.core.Promise
 
newInstance(AsyncMap) - Static method in class io.vertx.axle.core.shareddata.AsyncMap
 
newInstance(AsyncMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.axle.core.shareddata.AsyncMap
 
newInstance(Counter) - Static method in class io.vertx.axle.core.shareddata.Counter
 
newInstance(LocalMap) - Static method in class io.vertx.axle.core.shareddata.LocalMap
 
newInstance(LocalMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.axle.core.shareddata.LocalMap
 
newInstance(Lock) - Static method in class io.vertx.axle.core.shareddata.Lock
 
newInstance(SharedData) - Static method in class io.vertx.axle.core.shareddata.SharedData
 
newInstance(Pipe) - Static method in class io.vertx.axle.core.streams.Pipe
 
newInstance(Pipe, TypeArg<T>) - Static method in class io.vertx.axle.core.streams.Pipe
 
newInstance(Pump) - Static method in class io.vertx.axle.core.streams.Pump
 
newInstance(ReadStream) - Static method in interface io.vertx.axle.core.streams.ReadStream
 
newInstance(ReadStream, TypeArg<T>) - Static method in interface io.vertx.axle.core.streams.ReadStream
 
newInstance(StreamBase) - Static method in interface io.vertx.axle.core.streams.StreamBase
 
newInstance(WriteStream) - Static method in interface io.vertx.axle.core.streams.WriteStream
 
newInstance(WriteStream, TypeArg<T>) - Static method in interface io.vertx.axle.core.streams.WriteStream
 
newInstance(TimeoutStream) - Static method in class io.vertx.axle.core.TimeoutStream
 
newInstance(Vertx) - Static method in class io.vertx.axle.core.Vertx
 
newInstance(WorkerExecutor) - Static method in class io.vertx.axle.core.WorkerExecutor
 
newParser() - Static method in class io.vertx.axle.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser(ReadStream<Buffer>) - Static method in class io.vertx.axle.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser(Publisher<Buffer>) - Static method in class io.vertx.axle.core.parsetools.JsonParser
Create a new JsonParser instance.
next() - Method in class io.vertx.axle.core.eventbus.DeliveryContext
Call the next interceptor
numberPumped() - Method in class io.vertx.axle.core.streams.Pump
Return the total number of items pumped by this pump.

O

objectContainsKey(Object, String) - Method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
 
objectEventMode() - Method in class io.vertx.axle.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json object.
objectValue() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
objectValueMode() - Method in class io.vertx.axle.core.parsetools.JsonParser
Flip the parser to emit a single value event for each new json object.
onComplete() - Method in class io.vertx.axle.core.CompositeFuture
 
onComplete() - Method in class io.vertx.axle.core.Future
Add a handler to be notified of the result.
onFailure(Consumer<Throwable>) - Method in class io.vertx.axle.core.CompositeFuture
 
onFailure(Consumer<Throwable>) - Method in class io.vertx.axle.core.Future
Add a handler to be notified of the failed result.
onSuccess(Consumer<CompositeFuture>) - Method in class io.vertx.axle.core.CompositeFuture
 
onSuccess(Consumer<T>) - Method in class io.vertx.axle.core.Future
Add a handler to be notified of the succeeded result.
open(String, OpenOptions) - Method in class io.vertx.axle.core.file.FileSystem
Open the file represented by path, asynchronously.
openBlocking(String, OpenOptions) - Method in class io.vertx.axle.core.file.FileSystem
options(RequestOptions) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server with the specified options.
options(int, String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and port.
options(String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and default port.
options(RequestOptions, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
options(int, String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
options(String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
options(String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the default host and port.
options(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
optionsAbs(String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server using an absolute URI
optionsAbs(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
optionsNow(RequestOptions, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
optionsNow(int, String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
optionsNow(String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
optionsNow(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
otherwise(Function<Throwable, CompositeFuture>) - Method in class io.vertx.axle.core.CompositeFuture
Apply a mapper function on this future.
otherwise(CompositeFuture) - Method in class io.vertx.axle.core.CompositeFuture
Map the failure of a future to a specific value.
otherwise(Function<Throwable, T>) - Method in class io.vertx.axle.core.Future
Apply a mapper function on this future.
otherwise(T) - Method in class io.vertx.axle.core.Future
Map the failure of a future to a specific value.
otherwiseEmpty() - Method in class io.vertx.axle.core.CompositeFuture
Map the failure of a future to null.
otherwiseEmpty() - Method in class io.vertx.axle.core.Future
Map the failure of a future to null.
owner() - Method in class io.vertx.axle.core.Context
 

P

params() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
parent() - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Remove last reference token of this pointer
parse(List<String>) - Method in class io.vertx.axle.core.cli.CLI
Parses the user command line interface and create a new CommandLine containing extracting values.
parse(List<String>, boolean) - Method in class io.vertx.axle.core.cli.CLI
Parses the user command line interface and create a new CommandLine containing extracting values.
path() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
path() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
path() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
path() - Method in class io.vertx.axle.core.net.SocketAddress
 
pause() - Method in class io.vertx.axle.core.datagram.DatagramSocket
 
pause() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
pause() - Method in class io.vertx.axle.core.file.AsyncFile
 
pause() - Method in class io.vertx.axle.core.http.HttpClientRequest
Deprecated.
pause() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
pause() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
pause() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
pause() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
pause() - Method in class io.vertx.axle.core.http.WebSocket
 
pause() - Method in interface io.vertx.axle.core.http.WebSocketBase
 
pause() - Method in class io.vertx.axle.core.net.NetSocket
 
pause() - Method in class io.vertx.axle.core.parsetools.JsonParser
 
pause() - Method in class io.vertx.axle.core.parsetools.RecordParser
 
pause() - Method in interface io.vertx.axle.core.streams.ReadStream
Pause the ReadStream, it sets the buffer in fetch mode and clears the actual demand.
pause() - Method in class io.vertx.axle.core.TimeoutStream
 
payload() - Method in class io.vertx.axle.core.http.HttpFrame
 
periodicStream(long) - Method in class io.vertx.axle.core.Vertx
Returns a periodic timer as a read stream.
ping(Buffer) - Method in class io.vertx.axle.core.http.HttpConnection
Send a frame to the remote endpoint.
pingFrame(Buffer) - Static method in class io.vertx.axle.core.http.WebSocketFrame
Create a ping WebSocket frame.
pingHandler(Consumer<Buffer>) - Method in class io.vertx.axle.core.http.HttpConnection
Set an handler notified when a frame is received from the remote endpoint.
pipe() - Method in class io.vertx.axle.core.datagram.DatagramSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.axle.core.file.AsyncFile
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.axle.core.http.HttpClientRequest
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.axle.core.http.HttpClientResponse
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.axle.core.http.HttpServerRequest
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.axle.core.http.ServerWebSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.axle.core.http.WebSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in interface io.vertx.axle.core.http.WebSocketBase
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.axle.core.net.NetSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.axle.core.parsetools.JsonParser
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.axle.core.parsetools.RecordParser
Pause this stream and return a to transfer the elements of this stream to a destination .
Pipe<T> - Class in io.vertx.axle.core.streams
Pipe data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.
Pipe(Pipe) - Constructor for class io.vertx.axle.core.streams.Pipe
 
Pipe(Pipe, TypeArg<T>) - Constructor for class io.vertx.axle.core.streams.Pipe
 
pipe() - Method in interface io.vertx.axle.core.streams.ReadStream
Pause this stream and return a Pipe to transfer the elements of this stream to a destination WriteStream.
pipe() - Method in class io.vertx.axle.core.TimeoutStream
Pause this stream and return a to transfer the elements of this stream to a destination .
pipeTo(WriteStream<DatagramPacket>) - Method in class io.vertx.axle.core.datagram.DatagramSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Message<T>>) - Method in class io.vertx.axle.core.eventbus.MessageConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.axle.core.file.AsyncFile
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClientRequest
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.axle.core.http.HttpClientResponse
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.axle.core.http.HttpServerFileUpload
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.axle.core.http.HttpServerRequest
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.axle.core.http.ServerWebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.axle.core.http.WebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in interface io.vertx.axle.core.http.WebSocketBase
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.axle.core.net.NetSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonEvent>) - Method in class io.vertx.axle.core.parsetools.JsonParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.axle.core.parsetools.RecordParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>) - Method in interface io.vertx.axle.core.streams.ReadStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Long>) - Method in class io.vertx.axle.core.TimeoutStream
Pipe this ReadStream to the WriteStream.
pongFrame(Buffer) - Static method in class io.vertx.axle.core.http.WebSocketFrame
Create a pong WebSocket frame.
pongHandler(Consumer<Buffer>) - Method in class io.vertx.axle.core.http.ServerWebSocket
Set a pong frame handler on the connection.
pongHandler(Consumer<Buffer>) - Method in class io.vertx.axle.core.http.WebSocket
Set a pong frame handler on the connection.
pongHandler(Consumer<Buffer>) - Method in interface io.vertx.axle.core.http.WebSocketBase
Set a pong frame handler on the connection.
port() - Method in class io.vertx.axle.core.dns.SrvRecord
Returns the port the service is running on.
port() - Method in class io.vertx.axle.core.net.SocketAddress
 
post(RequestOptions) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP POST request to send to the server with the specified options.
post(int, String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP POST request to send to the server at the specified host and port.
post(String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP POST request to send to the server at the specified host and default port.
post(RequestOptions, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
post(int, String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
post(String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
post(String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP POST request to send to the server at the default host and port.
post(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
postAbs(String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP POST request to send to the server using an absolute URI
postAbs(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
priority() - Method in class io.vertx.axle.core.dns.MxRecord
The priority of the MX record.
priority() - Method in class io.vertx.axle.core.dns.SrvRecord
Returns the priority for this service record.
privateKeyPath() - Method in class io.vertx.axle.core.net.SelfSignedCertificate
Filesystem path to the RSA private key file in PEM format
processArgs() - Method in class io.vertx.axle.core.Context
The process args
Promise<T> - Class in io.vertx.axle.core
Represents the writable side of an action that may, or may not, have occurred yet.
Promise(Promise) - Constructor for class io.vertx.axle.core.Promise
 
Promise(Promise, TypeArg<T>) - Constructor for class io.vertx.axle.core.Promise
 
promise() - Static method in class io.vertx.axle.core.Promise
Create a promise that hasn't completed yet
props(String) - Method in class io.vertx.axle.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
propsBlocking(String) - Method in class io.vertx.axle.core.file.FileSystem
protocol() - Method in class io.vertx.axle.core.dns.SrvRecord
Returns the protocol for the service being queried (i.e.
publish(String, Object) - Method in class io.vertx.axle.core.eventbus.EventBus
Publish a message.
publish(String, Object, DeliveryOptions) - Method in class io.vertx.axle.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
publisher(String) - Method in class io.vertx.axle.core.eventbus.EventBus
Create a message publisher against the specified address.
publisher(String, DeliveryOptions) - Method in class io.vertx.axle.core.eventbus.EventBus
Like EventBus.publisher(java.lang.String) but specifying delivery options that will be used for configuring the delivery of the message.
Pump - Class in io.vertx.axle.core.streams
Pumps data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.
Pump(Pump) - Constructor for class io.vertx.axle.core.streams.Pump
 
pump(ReadStream<T>, WriteStream<T>) - Static method in class io.vertx.axle.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream
pump(Publisher<T>, WriteStream<T>) - Static method in class io.vertx.axle.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream
pump(ReadStream<T>, WriteStream<T>, int) - Static method in class io.vertx.axle.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream and writeQueueMaxSize
pump(Publisher<T>, WriteStream<T>, int) - Static method in class io.vertx.axle.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream and writeQueueMaxSize
push(HttpMethod, String, String) - Method in class io.vertx.axle.core.http.HttpServerResponse
push(HttpMethod, String, MultiMap) - Method in class io.vertx.axle.core.http.HttpServerResponse
push(HttpMethod, String) - Method in class io.vertx.axle.core.http.HttpServerResponse
push(HttpMethod, String, String, MultiMap) - Method in class io.vertx.axle.core.http.HttpServerResponse
Push a response to the client.

The handler will be notified with a success when the push can be sent and with a failure when the client has disabled push or reset the push before it has been sent.

The handler may be queued if the client has reduced the maximum number of streams the server can push concurrently.

Push can be sent only for peer initiated streams and if the response is not ended.

pushHandler(Consumer<HttpClientRequest>) - Method in class io.vertx.axle.core.http.HttpClientRequest
Set a push handler for this request.

The handler is called when the client receives a push promise from the server.

put(String, Object) - Method in class io.vertx.axle.core.Context
Put some data in the context.
put(RequestOptions) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP PUT request to send to the server with the specified options.
put(int, String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP PUT request to send to the server at the specified host and port.
put(String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP PUT request to send to the server at the specified host and default port.
put(RequestOptions, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
put(int, String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
put(String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
put(String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP PUT request to send to the server at the default host and port.
put(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
put(K, V) - Method in class io.vertx.axle.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
put(K, V, long) - Method in class io.vertx.axle.core.shareddata.AsyncMap
Like AsyncMap.put(K, V) but specifying a time to live for the entry.
put(K, V) - Method in class io.vertx.axle.core.shareddata.LocalMap
Put an entry in the map
putAbs(String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP PUT request to send to the server using an absolute URI
putAbs(String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
putHeader(String, String) - Method in class io.vertx.axle.core.http.HttpClientRequest
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in class io.vertx.axle.core.http.HttpClientRequest
putHeader(String, Iterable<String>) - Method in class io.vertx.axle.core.http.HttpClientRequest
Put an HTTP header with multiple values
putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.axle.core.http.HttpClientRequest
putHeader(String, String) - Method in class io.vertx.axle.core.http.HttpServerResponse
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in class io.vertx.axle.core.http.HttpServerResponse
putHeader(String, Iterable<String>) - Method in class io.vertx.axle.core.http.HttpServerResponse
Like HttpServerResponse.putHeader(java.lang.String, java.lang.String) but providing multiple values via a String Iterable
putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.axle.core.http.HttpServerResponse
putIfAbsent(K, V) - Method in class io.vertx.axle.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
putIfAbsent(K, V, long) - Method in class io.vertx.axle.core.shareddata.AsyncMap
Link AsyncMap.putIfAbsent(K, V) but specifying a time to live for the entry.
putIfAbsent(K, V) - Method in class io.vertx.axle.core.shareddata.LocalMap
Put the entry only if there is no existing entry for that key
putTrailer(String, String) - Method in class io.vertx.axle.core.http.HttpServerResponse
Put an HTTP trailer
putTrailer(CharSequence, CharSequence) - Method in class io.vertx.axle.core.http.HttpServerResponse
putTrailer(String, Iterable<String>) - Method in class io.vertx.axle.core.http.HttpServerResponse
Like HttpServerResponse.putTrailer(java.lang.String, java.lang.String) but providing multiple values via a String Iterable
putTrailer(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.axle.core.http.HttpServerResponse

Q

query() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
query() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
query() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
query(Object, JsonPointerIterator) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Query objectToQuery using the provided JsonPointerIterator.
queryJson(Object) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Query jsonElement.
queryJsonOrDefault(Object, Object) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Query jsonElement.
queryOrDefault(Object, JsonPointerIterator, Object) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Query objectToQuery using the provided JsonPointerIterator.

R

rawMethod() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
read(Buffer, int, long, int) - Method in class io.vertx.axle.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
readDir(String) - Method in class io.vertx.axle.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, String) - Method in class io.vertx.axle.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDirBlocking(String) - Method in class io.vertx.axle.core.file.FileSystem
readDirBlocking(String, String) - Method in class io.vertx.axle.core.file.FileSystem
readFile(String) - Method in class io.vertx.axle.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
readFileBlocking(String) - Method in class io.vertx.axle.core.file.FileSystem
readFromBuffer(int, Buffer) - Method in class io.vertx.axle.core.buffer.Buffer
 
ReadStream<T> - Interface in io.vertx.axle.core.streams
Represents a stream of items that can be read from.
readSymlink(String) - Method in class io.vertx.axle.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
readSymlinkBlocking(String) - Method in class io.vertx.axle.core.file.FileSystem
RecordParser - Class in io.vertx.axle.core.parsetools
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records.
RecordParser(RecordParser) - Constructor for class io.vertx.axle.core.parsetools.RecordParser
 
recover(Function<Throwable, Future<CompositeFuture>>) - Method in class io.vertx.axle.core.CompositeFuture
Handles a failure of this Future by returning the result of another Future.
recover(Function<Throwable, Future<T>>) - Method in class io.vertx.axle.core.Future
Handles a failure of this Future by returning the result of another Future.
redirectHandler(Function<HttpClientResponse, Future<HttpClientRequest>>) - Method in class io.vertx.axle.core.http.HttpClient
Set a redirect handler for the http client.
registerCodec(MessageCodec) - Method in class io.vertx.axle.core.eventbus.EventBus
Register a message codec.
registerVerticleFactory(VerticleFactory) - Method in class io.vertx.axle.core.Vertx
Register a VerticleFactory that can be used for deploying Verticles based on an identifier.
reject() - Method in class io.vertx.axle.core.http.ServerWebSocket
Reject the WebSocket.
reject(int) - Method in class io.vertx.axle.core.http.ServerWebSocket
Like reject() but with a status.
release() - Method in class io.vertx.axle.core.shareddata.Lock
Release the lock.
remoteAddress() - Method in class io.vertx.axle.core.http.HttpConnection
 
remoteAddress() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
remoteAddress() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
remoteAddress() - Method in class io.vertx.axle.core.http.WebSocket
 
remoteAddress() - Method in interface io.vertx.axle.core.http.WebSocketBase
 
remoteAddress() - Method in class io.vertx.axle.core.net.NetSocket
 
remoteSettings() - Method in class io.vertx.axle.core.http.HttpConnection
 
remoteSettingsHandler(Consumer<Http2Settings>) - Method in class io.vertx.axle.core.http.HttpConnection
Set an handler that is called when remote endpoint Http2Settings are updated.
remove(String) - Method in class io.vertx.axle.core.Context
Remove some data from the context.
remove(String) - Method in class io.vertx.axle.core.MultiMap
Removes the value with the given name
remove(CharSequence) - Method in class io.vertx.axle.core.MultiMap
Like MultiMap.remove(java.lang.String) but accepting CharSequence as parameters
remove(K) - Method in class io.vertx.axle.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
remove(Object) - Method in class io.vertx.axle.core.shareddata.LocalMap
Remove an entry from the map
removeArgument(int) - Method in class io.vertx.axle.core.cli.CLI
Removes an argument identified by its index.
removeCloseHook(Closeable) - Method in class io.vertx.axle.core.Context
 
removeCookie(String) - Method in class io.vertx.axle.core.http.HttpServerResponse
Expire a cookie, notifying a User Agent to remove it from its cookie jar.
removeCookie(String, boolean) - Method in class io.vertx.axle.core.http.HttpServerResponse
Remove a cookie from the cookie set.
removeIfPresent(K, V) - Method in class io.vertx.axle.core.shareddata.AsyncMap
Remove a value from the map, only if entry already exists with same value.
removeIfPresent(K, V) - Method in class io.vertx.axle.core.shareddata.LocalMap
Remove the entry only if there is an entry with the specified key and value.
removeInboundInterceptor(Consumer<DeliveryContext<T>>) - Method in class io.vertx.axle.core.eventbus.EventBus
removeOption(String) - Method in class io.vertx.axle.core.cli.CLI
Removes an option identified by its name.
removeOutboundInterceptor(Consumer<DeliveryContext<T>>) - Method in class io.vertx.axle.core.eventbus.EventBus
replace(K, V) - Method in class io.vertx.axle.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
replace(K, V) - Method in class io.vertx.axle.core.shareddata.LocalMap
Replace the entry only if there is an existing entry with the key
replaceIfPresent(K, V, V) - Method in class io.vertx.axle.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to a specific value
replaceIfPresent(K, V, V) - Method in class io.vertx.axle.core.shareddata.LocalMap
Replace the entry only if there is an existing entry with the specified key and value.
reply(Object) - Method in class io.vertx.axle.core.eventbus.Message
Deprecated.
reply(Object, DeliveryOptions) - Method in class io.vertx.axle.core.eventbus.Message
Deprecated.
replyAddress() - Method in class io.vertx.axle.core.eventbus.Message
The reply address.
replyAndRequest(Object) - Method in class io.vertx.axle.core.eventbus.Message
Reply to this message, specifying a replyHandler for the reply - i.e.
replyAndRequest(Object, DeliveryOptions) - Method in class io.vertx.axle.core.eventbus.Message
Like but specifying options that can be used to configure the delivery.
request(String, Object) - Method in class io.vertx.axle.core.eventbus.EventBus
Sends a message and and specify a replyHandler that will be called if the recipient subsequently replies to the message.
request(String, Object, DeliveryOptions) - Method in class io.vertx.axle.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
request(HttpMethod, SocketAddress, RequestOptions) - Method in class io.vertx.axle.core.http.HttpClient
Like HttpClient.request(io.vertx.core.http.HttpMethod, io.vertx.axle.core.net.SocketAddress, io.vertx.core.http.RequestOptions) using the serverAddress parameter to connect to the server instead of the absoluteURI parameter.
request(HttpMethod, RequestOptions) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP request to send to the server with the specified options.
request(HttpMethod, int, String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP request to send to the server at the specified host and port.
request(HttpMethod, SocketAddress, int, String, String) - Method in class io.vertx.axle.core.http.HttpClient
Like HttpClient.request(io.vertx.core.http.HttpMethod, io.vertx.axle.core.net.SocketAddress, io.vertx.core.http.RequestOptions) using the serverAddress parameter to connect to the server instead of the absoluteURI parameter.
request(HttpMethod, String, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP request to send to the server at the specified host and default port.
request(HttpMethod, RequestOptions, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
request(HttpMethod, SocketAddress, RequestOptions, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Like HttpClient.request(io.vertx.core.http.HttpMethod, io.vertx.axle.core.net.SocketAddress, io.vertx.core.http.RequestOptions) using the serverAddress parameter to connect to the server instead of the absoluteURI parameter.
request(HttpMethod, int, String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
request(HttpMethod, SocketAddress, int, String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Like HttpClient.request(io.vertx.core.http.HttpMethod, io.vertx.axle.core.net.SocketAddress, io.vertx.core.http.RequestOptions) using the serverAddress parameter to connect to the server instead of the absoluteURI parameter.
request(HttpMethod, String, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
request(HttpMethod, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP request to send to the server at the default host and port.
request(HttpMethod, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
request() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
requestAbs(HttpMethod, String) - Method in class io.vertx.axle.core.http.HttpClient
Create an HTTP request to send to the server using an absolute URI
requestAbs(HttpMethod, SocketAddress, String) - Method in class io.vertx.axle.core.http.HttpClient
Like HttpClient.requestAbs(io.vertx.core.http.HttpMethod, java.lang.String) using the serverAddress parameter to connect to the server instead of the absoluteURI parameter.
requestAbs(HttpMethod, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
requestAbs(HttpMethod, SocketAddress, String, Consumer<HttpClientResponse>) - Method in class io.vertx.axle.core.http.HttpClient
Like HttpClient.requestAbs(io.vertx.core.http.HttpMethod, java.lang.String) using the serverAddress parameter to connect to the server instead of the absoluteURI parameter.
requestHandler(Consumer<HttpServerRequest>) - Method in class io.vertx.axle.core.http.HttpServer
Set the request handler for the server to requestHandler.
requestStream() - Method in class io.vertx.axle.core.http.HttpServer
Return the request stream for the server.
reset() - Method in class io.vertx.axle.core.http.HttpClientRequest
Reset this stream with the error code 0.
reset(long) - Method in class io.vertx.axle.core.http.HttpClientRequest
Reset this request:

for HTTP/2, this performs send an HTTP/2 reset frame with the specified error code for HTTP/1.x, this closes the connection when the current request is inflight

When the request has not yet been sent, the request will be aborted and false is returned as indicator.

reset() - Method in class io.vertx.axle.core.http.HttpServerResponse
Reset this HTTP/2 stream with the error code 0.
reset(long) - Method in class io.vertx.axle.core.http.HttpServerResponse
Reset this HTTP/2 stream with the error code.
resolveA(String) - Method in class io.vertx.axle.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
resolveAAAA(String) - Method in class io.vertx.axle.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
resolveCNAME(String) - Method in class io.vertx.axle.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
resolveMX(String) - Method in class io.vertx.axle.core.dns.DnsClient
Try to resolve the MX records for the given name.
resolveNS(String) - Method in class io.vertx.axle.core.dns.DnsClient
Try to resolve the NS records for the given name.
resolvePTR(String) - Method in class io.vertx.axle.core.dns.DnsClient
Try to resolve the PTR record for the given name.
resolveSRV(String) - Method in class io.vertx.axle.core.dns.DnsClient
Try to resolve the SRV records for the given name.
resolveTXT(String) - Method in class io.vertx.axle.core.dns.DnsClient
Try to resolve the TXT records for the given name.
response() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
result() - Method in class io.vertx.axle.core.CompositeFuture
The result of the operation.
result() - Method in class io.vertx.axle.core.Future
The result of the operation.
resultAt(int) - Method in class io.vertx.axle.core.CompositeFuture
Returns the result of a wrapped future
resume() - Method in class io.vertx.axle.core.datagram.DatagramSocket
 
resume() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
resume() - Method in class io.vertx.axle.core.file.AsyncFile
 
resume() - Method in class io.vertx.axle.core.http.HttpClientRequest
Deprecated.
resume() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
resume() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
resume() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
resume() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
resume() - Method in class io.vertx.axle.core.http.WebSocket
 
resume() - Method in interface io.vertx.axle.core.http.WebSocketBase
 
resume() - Method in class io.vertx.axle.core.net.NetSocket
 
resume() - Method in class io.vertx.axle.core.parsetools.JsonParser
 
resume() - Method in class io.vertx.axle.core.parsetools.RecordParser
 
resume() - Method in interface io.vertx.axle.core.streams.ReadStream
Resume reading, and sets the buffer in flowing mode.
resume() - Method in class io.vertx.axle.core.TimeoutStream
 
reverseLookup(String) - Method in class io.vertx.axle.core.dns.DnsClient
Try to do a reverse lookup of an IP address.
runOnContext(Consumer<Void>) - Method in class io.vertx.axle.core.Context
Run the specified action asynchronously on the same context, some time after the current execution has completed.
runOnContext(Consumer<Void>) - Method in class io.vertx.axle.core.Vertx
Puts the handler on the event queue for the current context so it will be run asynchronously ASAP after all preceeding events have been handled.

S

scheme() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
SelfSignedCertificate - Class in io.vertx.axle.core.net
A self-signed certificate helper for testing and development purposes.
SelfSignedCertificate(SelfSignedCertificate) - Constructor for class io.vertx.axle.core.net.SelfSignedCertificate
 
send(Buffer, int, String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
send(String, int, String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
send(String, String, int, String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
send() - Method in class io.vertx.axle.core.eventbus.DeliveryContext
 
send(String, Object) - Method in class io.vertx.axle.core.eventbus.EventBus
Deprecated.
send(String, Object, DeliveryOptions) - Method in class io.vertx.axle.core.eventbus.EventBus
Deprecated.
send(T) - Method in class io.vertx.axle.core.eventbus.MessageProducer
Deprecated.
sender() - Method in class io.vertx.axle.core.datagram.DatagramPacket
Returns the SocketAddress of the sender that sent this DatagramPacket.
sender(int, String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
Returns a WriteStream able to send to the SocketAddress.
sender(String) - Method in class io.vertx.axle.core.eventbus.EventBus
Create a message sender against the specified address.
sender(String, DeliveryOptions) - Method in class io.vertx.axle.core.eventbus.EventBus
Like EventBus.sender(java.lang.String) but specifying delivery options that will be used for configuring the delivery of the message.
sendFile(String) - Method in class io.vertx.axle.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long) - Method in class io.vertx.axle.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long, long) - Method in class io.vertx.axle.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String) - Method in class io.vertx.axle.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long) - Method in class io.vertx.axle.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long, long) - Method in class io.vertx.axle.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String) but also takes a handler that will be called when the send has completed or a failure has occurred
sendHead() - Method in class io.vertx.axle.core.http.HttpClientRequest
Forces the head of the request to be written before HttpClientRequest.end(java.lang.String) is called on the request or any data is written to it.
sendHead(Consumer<HttpVersion>) - Method in class io.vertx.axle.core.http.HttpClientRequest
Like HttpClientRequest.sendHead() but with an handler after headers have been sent.
ServerWebSocket - Class in io.vertx.axle.core.http
Represents a server side WebSocket.
ServerWebSocket(ServerWebSocket) - Constructor for class io.vertx.axle.core.http.ServerWebSocket
 
service() - Method in class io.vertx.axle.core.dns.SrvRecord
Returns the service's name (i.e.
set(String, String) - Method in class io.vertx.axle.core.MultiMap
Sets a value under the specified name.
set(CharSequence, CharSequence) - Method in class io.vertx.axle.core.MultiMap
Like MultiMap.set(java.lang.String, java.lang.String) but accepting CharSequence as parameters
set(String, Iterable<String>) - Method in class io.vertx.axle.core.MultiMap
Sets values for the specified name.
set(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.axle.core.MultiMap
Like MultiMap.set(java.lang.String, java.lang.String) but accepting CharSequence as parameters
setAll(MultiMap) - Method in class io.vertx.axle.core.MultiMap
Cleans this instance.
setAll(Map<String, String>) - Method in class io.vertx.axle.core.MultiMap
Cleans and set all values of the given instance
setArguments(List<Argument>) - Method in class io.vertx.axle.core.cli.CLI
Sets the list of arguments.
setBuffer(int, Buffer) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b.
setBuffer(int, Buffer, int, int) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b on the given offset and len.
setByte(int, byte) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the byte at position pos in the Buffer to the value b.
setBytes(int, ByteBuffer) - Method in class io.vertx.axle.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 io.vertx.axle.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the byte[] b.
setBytes(int, byte[], int, int) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the given number of bytes at position pos in the Buffer to the bytes represented by the byte[] b.
setChunked(boolean) - Method in class io.vertx.axle.core.http.HttpClientRequest
If chunked is true then the request will be set into HTTP chunked mode
setChunked(boolean) - Method in class io.vertx.axle.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.
setDescription(String) - Method in class io.vertx.axle.core.cli.CLI
 
setDomain(String) - Method in class io.vertx.axle.core.http.Cookie
Sets the domain of this cookie
setDouble(int, double) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the double at position pos in the Buffer to the value d.
setExpectMultipart(boolean) - Method in class io.vertx.axle.core.http.HttpServerRequest
Call this with true if you are expecting a multi-part body to be submitted in the request.
setFloat(int, float) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the float at position pos in the Buffer to the value f.
setFollowRedirects(boolean) - Method in class io.vertx.axle.core.http.HttpClientRequest
Set the request to follow HTTP redirects up to HttpClientOptions.
setHandler() - Method in class io.vertx.axle.core.CompositeFuture
 
setHandler() - Method in class io.vertx.axle.core.Future
setHandshake(Future<Integer>) - Method in class io.vertx.axle.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the close() method will try to accept the handshake and close the WebSocket afterward.
setHidden(boolean) - Method in class io.vertx.axle.core.cli.CLI
Sets whether or not the current instance of CLI must be hidden.
setHost(String) - Method in class io.vertx.axle.core.http.HttpClientRequest
Set the request host.

For HTTP/2 it sets the pseudo header otherwise it sets the header

setHttpOnly(boolean) - Method in class io.vertx.axle.core.http.Cookie
Determines if this cookie is HTTP only.
setInt(int, int) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i.
setIntLE(int, int) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i in the Little Endian Byte Order.
setLong(int, long) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l.
setLongLE(int, long) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l in the Little Endian Byte Order.
setMaxAge(long) - Method in class io.vertx.axle.core.http.Cookie
Sets the maximum age of this cookie in seconds.
setMaxBufferedMessages(int) - Method in class io.vertx.axle.core.eventbus.MessageConsumer
Set the number of messages this registration will buffer when this stream is paused.
setMaxRedirects(int) - Method in class io.vertx.axle.core.http.HttpClientRequest
Set the max number of HTTP redirects this request will follow.
setMedium(int, int) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the 24bit int at position pos in the Buffer to the value i.
setMediumLE(int, int) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the 24bit int at position pos in the Buffer to the value i.
setName(String) - Method in class io.vertx.axle.core.cli.CLI
Sets the name of the CLI.
setOptions(List<Option>) - Method in class io.vertx.axle.core.cli.CLI
Sets the list of arguments.
setOutput(Consumer<Buffer>) - Method in class io.vertx.axle.core.parsetools.RecordParser
 
setPath(String) - Method in class io.vertx.axle.core.http.Cookie
Sets the path of this cookie.
setPeriodic(long, Consumer<Long>) - Method in class io.vertx.axle.core.Vertx
Set a periodic timer to fire every delay milliseconds, at which point handler will be called with the id of the timer.
setPriority(int) - Method in class io.vertx.axle.core.cli.CLI
Sets the priority of the CLI.
setRawMethod(String) - Method in class io.vertx.axle.core.http.HttpClientRequest
Set the value the method to send when the method is used.
setReadBufferSize(int) - Method in class io.vertx.axle.core.file.AsyncFile
Sets the buffer size that will be used to read the data from the file.
setReadLength(long) - Method in class io.vertx.axle.core.file.AsyncFile
Sets the number of bytes that will be read when using the file as a ReadStream.
setReadPos(long) - Method in class io.vertx.axle.core.file.AsyncFile
Sets the position from which data will be read from when using the file as a ReadStream.
setSecure(boolean) - Method in class io.vertx.axle.core.http.Cookie
Sets the security getStatus of this cookie
setShort(int, short) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s.
setShortLE(int, short) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s in the Little Endian Byte Order.
setStatusCode(int) - Method in class io.vertx.axle.core.http.HttpServerResponse
Set the status code.
setStatusMessage(String) - Method in class io.vertx.axle.core.http.HttpServerResponse
Set the status message
setStreamPriority(StreamPriority) - Method in class io.vertx.axle.core.http.HttpClientRequest
Sets the priority of the associated stream.
setStreamPriority(StreamPriority) - Method in class io.vertx.axle.core.http.HttpServerResponse
Sets the priority of the associated stream

This is not implemented for HTTP/1.x.

setString(int, String) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the value of str encoded in UTF-8.
setString(int, String, String) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the value of str encoded in encoding enc.
setSummary(String) - Method in class io.vertx.axle.core.cli.CLI
Sets the summary of the CLI.
setTimeout(long) - Method in class io.vertx.axle.core.http.HttpClientRequest
Set's the amount of time after which if the request does not return any data within the timeout period an TimeoutException will be passed to the exception handler (if provided) and the request will be closed.
setTimer(long, Consumer<Long>) - Method in class io.vertx.axle.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.
settings() - Method in class io.vertx.axle.core.http.HttpConnection
 
setUnsignedByte(int, short) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the unsigned byte at position pos in the Buffer to the value b.
setUnsignedInt(int, long) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the unsigned int at position pos in the Buffer to the value i.
setUnsignedIntLE(int, long) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the unsigned int at position pos in the Buffer to the value i in the Little Endian Byte Order.
setUnsignedShort(int, int) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the unsigned short at position pos in the Buffer to the value s.
setUnsignedShortLE(int, int) - Method in class io.vertx.axle.core.buffer.Buffer
Sets the unsigned short at position pos in the Buffer to the value s in the Little Endian Byte Order.
setValue(String) - Method in class io.vertx.axle.core.http.Cookie
Sets the value of this cookie
setWindowSize(int) - Method in class io.vertx.axle.core.http.HttpConnection
Update the current connection wide window size to a new size.
setWritePos(long) - Method in class io.vertx.axle.core.file.AsyncFile
Sets the position from which data will be written when using the file as a WriteStream.
setWriteQueueMaxSize(int) - Method in class io.vertx.axle.core.eventbus.MessageProducer
 
setWriteQueueMaxSize(int) - Method in class io.vertx.axle.core.file.AsyncFile
 
setWriteQueueMaxSize(int) - Method in class io.vertx.axle.core.http.HttpClientRequest
 
setWriteQueueMaxSize(int) - Method in class io.vertx.axle.core.http.HttpServerResponse
 
setWriteQueueMaxSize(int) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.axle.core.http.WebSocket
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.axle.core.http.WebSocketBase
 
setWriteQueueMaxSize(int) - Method in class io.vertx.axle.core.net.NetSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.axle.core.streams.Pump
Set the write queue max size to maxSize
setWriteQueueMaxSize(int) - Method in interface io.vertx.axle.core.streams.WriteStream
Set the maximum size of the write queue to maxSize.
SharedData - Class in io.vertx.axle.core.shareddata
Shared data allows you to share data safely between different parts of your application in a safe way.
SharedData(SharedData) - Constructor for class io.vertx.axle.core.shareddata.SharedData
 
sharedData() - Method in class io.vertx.axle.core.Vertx
Get the shared data object.
shutdown() - Method in class io.vertx.axle.core.http.HttpConnection
Initiate a connection shutdown, a go away frame is sent and the connection is closed when all current active streams are closed or after a time out of 30 seconds.
shutdown(long) - Method in class io.vertx.axle.core.http.HttpConnection
Initiate a connection shutdown, a go away frame is sent and the connection is closed when all current streams will be closed or the timeout is fired.
shutdownHandler(Consumer<Void>) - Method in class io.vertx.axle.core.http.HttpConnection
Set an handler called when a frame has been sent or received and all connections are closed.
size() - Method in class io.vertx.axle.core.CompositeFuture
 
size() - Method in class io.vertx.axle.core.file.FileProps
The size of the file, in bytes
size() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
The size of the upload may not be available until it is all read.
size() - Method in class io.vertx.axle.core.MultiMap
Return the number of keys.
size() - Method in class io.vertx.axle.core.shareddata.AsyncMap
Provide the number of entries in the map
size() - Method in class io.vertx.axle.core.shareddata.LocalMap
Get the size of the map
slice() - Method in class io.vertx.axle.core.buffer.Buffer
Returns a slice of this buffer.
slice(int, int) - Method in class io.vertx.axle.core.buffer.Buffer
Returns a slice of this buffer.
SocketAddress - Class in io.vertx.axle.core.net
The address of a socket, an inet socket address or a domain socket address.
SocketAddress(SocketAddress) - Constructor for class io.vertx.axle.core.net.SocketAddress
 
SrvRecord - Class in io.vertx.axle.core.dns
Represent a Service-Record (SRV) which was resolved for a domain.
SrvRecord(SrvRecord) - Constructor for class io.vertx.axle.core.dns.SrvRecord
 
sslSession() - Method in class io.vertx.axle.core.http.HttpConnection
 
sslSession() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
sslSession() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
sslSession() - Method in class io.vertx.axle.core.http.WebSocket
 
sslSession() - Method in interface io.vertx.axle.core.http.WebSocketBase
 
sslSession() - Method in class io.vertx.axle.core.net.NetSocket
 
start() - Method in class io.vertx.axle.core.streams.Pump
Start the Pump.
statusCode() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
statusMessage() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
stop() - Method in class io.vertx.axle.core.streams.Pump
Stop the Pump.
StreamBase - Interface in io.vertx.axle.core.streams
Base interface for a stream.
streamId() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
streamId() - Method in class io.vertx.axle.core.http.HttpServerResponse
 
streamPriority() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
streamPriorityHandler(Consumer<StreamPriority>) - Method in class io.vertx.axle.core.http.HttpClientResponse
Set an handler for stream priority changes.
streamPriorityHandler(Consumer<StreamPriority>) - Method in class io.vertx.axle.core.http.HttpServerRequest
Set an handler for stream priority changes
streamToFileSystem(String) - Method in class io.vertx.axle.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
stringValue() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
subProtocol() - Method in class io.vertx.axle.core.http.ServerWebSocket
Returns the WebSocket sub protocol selected by the WebSocket handshake.
subProtocol() - Method in class io.vertx.axle.core.http.WebSocket
Returns the WebSocket sub protocol selected by the WebSocket handshake.
subProtocol() - Method in interface io.vertx.axle.core.http.WebSocketBase
Returns the WebSocket sub protocol selected by the WebSocket handshake.
succeeded(int) - Method in class io.vertx.axle.core.CompositeFuture
Returns true if a wrapped future is succeeded
succeeded() - Method in class io.vertx.axle.core.Future
Did it succeed?
succeededFuture() - Static method in class io.vertx.axle.core.Future
Create a succeeded future with a null result
succeededFuture(T) - Static method in class io.vertx.axle.core.Future
Created a succeeded future with the specified result.
symlink(String, String) - Method in class io.vertx.axle.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlinkBlocking(String, String) - Method in class io.vertx.axle.core.file.FileSystem

T

target() - Method in class io.vertx.axle.core.dns.SrvRecord
Returns the name of the host for the service.
textData() - Method in class io.vertx.axle.core.http.WebSocketFrame
 
textFrame(String, boolean) - Static method in class io.vertx.axle.core.http.WebSocketFrame
Create a text WebSocket frame.
textHandlerID() - Method in class io.vertx.axle.core.http.ServerWebSocket
When a WebSocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
textHandlerID() - Method in class io.vertx.axle.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.
textHandlerID() - Method in interface io.vertx.axle.core.http.WebSocketBase
When a WebSocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
textMessageHandler(Consumer<String>) - Method in class io.vertx.axle.core.http.ServerWebSocket
Set a text message handler on the connection.
textMessageHandler(Consumer<String>) - Method in class io.vertx.axle.core.http.WebSocket
Set a text message handler on the connection.
textMessageHandler(Consumer<String>) - Method in interface io.vertx.axle.core.http.WebSocketBase
Set a text message handler on the connection.
TimeoutStream - Class in io.vertx.axle.core
A timeout stream is triggered by a timer, the Handler will be call when the timer is fired, it can be once or several times depending on the nature of the timer related to this stream.
TimeoutStream(TimeoutStream) - Constructor for class io.vertx.axle.core.TimeoutStream
 
timerStream(long) - Method in class io.vertx.axle.core.Vertx
Returns a one-shot timer as a read stream.
to(WriteStream<T>) - Method in class io.vertx.axle.core.streams.Pipe
Start to pipe the elements to the destination WriteStream.
toJson() - Method in class io.vertx.axle.core.buffer.Buffer
Returns a Json representation of the Buffer.
toJsonArray() - Method in class io.vertx.axle.core.buffer.Buffer
Returns a Json array representation of the Buffer.
toJsonObject() - Method in class io.vertx.axle.core.buffer.Buffer
Returns a Json object representation of the Buffer.
toPublisher() - Method in class io.vertx.axle.core.datagram.DatagramSocket
 
toPublisher() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
toPublisher() - Method in class io.vertx.axle.core.file.AsyncFile
 
toPublisher() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
toPublisher() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
toPublisher() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
toPublisher() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
toPublisher() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
toPublisher() - Method in class io.vertx.axle.core.http.WebSocket
 
toPublisher() - Method in class io.vertx.axle.core.net.NetSocket
 
toPublisher() - Method in class io.vertx.axle.core.parsetools.JsonParser
 
toPublisher() - Method in class io.vertx.axle.core.parsetools.RecordParser
 
toPublisher() - Method in interface io.vertx.axle.core.streams.ReadStream
 
toPublisher() - Method in class io.vertx.axle.core.TimeoutStream
 
toPublisherBuilder() - Method in class io.vertx.axle.core.datagram.DatagramSocket
 
toPublisherBuilder() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
toPublisherBuilder() - Method in class io.vertx.axle.core.file.AsyncFile
 
toPublisherBuilder() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
toPublisherBuilder() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
toPublisherBuilder() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
toPublisherBuilder() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
toPublisherBuilder() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
toPublisherBuilder() - Method in class io.vertx.axle.core.http.WebSocket
 
toPublisherBuilder() - Method in class io.vertx.axle.core.net.NetSocket
 
toPublisherBuilder() - Method in class io.vertx.axle.core.parsetools.JsonParser
 
toPublisherBuilder() - Method in class io.vertx.axle.core.parsetools.RecordParser
 
toPublisherBuilder() - Method in class io.vertx.axle.core.TimeoutStream
 
toString() - Method in class io.vertx.axle.core.buffer.Buffer
Returns a String representation of the Buffer with the UTF-8encoding
toString(String) - Method in class io.vertx.axle.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString(Charset) - Method in class io.vertx.axle.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString() - Method in class io.vertx.axle.core.cli.CLI
 
toString() - Method in class io.vertx.axle.core.cli.CommandLine
 
toString() - Method in class io.vertx.axle.core.CompositeFuture
 
toString() - Method in class io.vertx.axle.core.Context
 
toString() - Method in class io.vertx.axle.core.datagram.DatagramPacket
 
toString() - Method in class io.vertx.axle.core.datagram.DatagramSocket
 
toString() - Method in class io.vertx.axle.core.dns.DnsClient
 
toString() - Method in class io.vertx.axle.core.dns.MxRecord
 
toString() - Method in class io.vertx.axle.core.dns.SrvRecord
 
toString() - Method in class io.vertx.axle.core.eventbus.DeliveryContext
 
toString() - Method in class io.vertx.axle.core.eventbus.EventBus
 
toString() - Method in class io.vertx.axle.core.eventbus.Message
 
toString() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
 
toString() - Method in class io.vertx.axle.core.eventbus.MessageProducer
 
toString() - Method in class io.vertx.axle.core.file.AsyncFile
 
toString() - Method in class io.vertx.axle.core.file.FileProps
 
toString() - Method in class io.vertx.axle.core.file.FileSystem
 
toString() - Method in class io.vertx.axle.core.file.FileSystemProps
 
toString() - Method in class io.vertx.axle.core.Future
 
toString() - Method in class io.vertx.axle.core.http.Cookie
 
toString() - Method in class io.vertx.axle.core.http.HttpClient
 
toString() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
toString() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
toString() - Method in class io.vertx.axle.core.http.HttpConnection
 
toString() - Method in class io.vertx.axle.core.http.HttpFrame
 
toString() - Method in class io.vertx.axle.core.http.HttpServer
 
toString() - Method in class io.vertx.axle.core.http.HttpServerFileUpload
 
toString() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
toString() - Method in class io.vertx.axle.core.http.HttpServerResponse
 
toString() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
toString() - Method in class io.vertx.axle.core.http.WebSocket
 
toString() - Method in class io.vertx.axle.core.http.WebSocketFrame
 
toString() - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Build a string representation of the JSON Pointer
toString() - Method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
 
toString() - Method in class io.vertx.axle.core.MultiMap
 
toString() - Method in class io.vertx.axle.core.net.NetClient
 
toString() - Method in class io.vertx.axle.core.net.NetServer
 
toString() - Method in class io.vertx.axle.core.net.NetSocket
 
toString() - Method in class io.vertx.axle.core.net.SelfSignedCertificate
 
toString() - Method in class io.vertx.axle.core.net.SocketAddress
 
toString() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
toString() - Method in class io.vertx.axle.core.parsetools.JsonParser
 
toString() - Method in class io.vertx.axle.core.parsetools.RecordParser
 
toString() - Method in class io.vertx.axle.core.Promise
 
toString() - Method in class io.vertx.axle.core.shareddata.AsyncMap
 
toString() - Method in class io.vertx.axle.core.shareddata.Counter
 
toString() - Method in class io.vertx.axle.core.shareddata.LocalMap
 
toString() - Method in class io.vertx.axle.core.shareddata.Lock
 
toString() - Method in class io.vertx.axle.core.shareddata.SharedData
 
toString() - Method in class io.vertx.axle.core.streams.Pipe
 
toString() - Method in class io.vertx.axle.core.streams.Pump
 
toString() - Method in class io.vertx.axle.core.TimeoutStream
 
toString() - Method in class io.vertx.axle.core.Vertx
 
toString() - Method in class io.vertx.axle.core.WorkerExecutor
 
totalSpace() - Method in class io.vertx.axle.core.file.FileSystemProps
 
toURI() - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Build a URI representation of the JSON Pointer
tracedQuery(Object, JsonPointerIterator) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Query objectToQuery tracing each element walked during the query, including the first and the result (if any).
The first element of the list is objectToQuery and the last is the result, or the element before the first null was encountered
trailers() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
trailers() - Method in class io.vertx.axle.core.http.HttpServerResponse
 
truncate(String, long) - Method in class io.vertx.axle.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncateBlocking(String, long) - Method in class io.vertx.axle.core.file.FileSystem
trustOptions() - Method in class io.vertx.axle.core.net.SelfSignedCertificate
Provides the TrustOptions X.509 certificate file in PEM format corresponding to the SelfSignedCertificate.certificatePath()
tryComplete(CompositeFuture) - Method in class io.vertx.axle.core.CompositeFuture
Deprecated.
tryComplete() - Method in class io.vertx.axle.core.CompositeFuture
Try to set this instance as result.
tryComplete(T) - Method in class io.vertx.axle.core.Future
Deprecated.
tryComplete() - Method in class io.vertx.axle.core.Future
Deprecated.
tryComplete(T) - Method in class io.vertx.axle.core.Promise
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete() - Method in class io.vertx.axle.core.Promise
Calls tryComplete(null).
tryFail(Throwable) - Method in class io.vertx.axle.core.Future
Deprecated.
tryFail(String) - Method in class io.vertx.axle.core.Future
Deprecated.
tryFail(Throwable) - Method in class io.vertx.axle.core.Promise
Like Promise.fail(java.lang.Throwable) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryFail(String) - Method in class io.vertx.axle.core.Promise
Calls Promise.fail(java.lang.Throwable) with the message.
type() - Method in class io.vertx.axle.core.http.HttpFrame
 
type() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 

U

unallocatedSpace() - Method in class io.vertx.axle.core.file.FileSystemProps
 
undeploy(String) - Method in class io.vertx.axle.core.Vertx
Like #undeploy(String) but the completionHandler will be notified when the undeployment is complete.
unlink(String) - Method in class io.vertx.axle.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
unlinkBlocking(String) - Method in class io.vertx.axle.core.file.FileSystem
unlistenMulticastGroup(String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
unlistenMulticastGroup(String, String, String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
unregister() - Method in class io.vertx.axle.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregisterCodec(String) - Method in class io.vertx.axle.core.eventbus.EventBus
Unregister a message codec.
unregisterVerticleFactory(VerticleFactory) - Method in class io.vertx.axle.core.Vertx
Unregister a VerticleFactory
updateSettings(Http2Settings) - Method in class io.vertx.axle.core.http.HttpConnection
Send to the remote endpoint an update of this endpoint settings

The completionHandler will be notified when the remote endpoint has acknowledged the settings.

upgrade() - Method in class io.vertx.axle.core.http.HttpServerRequest
Upgrade the connection to a WebSocket connection.
upgradeToSsl(Consumer<Void>) - Method in class io.vertx.axle.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(String, Consumer<Void>) - Method in class io.vertx.axle.core.net.NetSocket
Upgrade channel to use SSL/TLS.
uploadHandler(Consumer<HttpServerFileUpload>) - Method in class io.vertx.axle.core.http.HttpServerRequest
Set an upload handler.
uri() - Method in class io.vertx.axle.core.http.HttpClientRequest
 
uri() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
uri() - Method in class io.vertx.axle.core.http.ServerWebSocket
 
usableSpace() - Method in class io.vertx.axle.core.file.FileSystemProps
 

V

value() - Method in class io.vertx.axle.core.parsetools.JsonEvent
 
version() - Method in class io.vertx.axle.core.http.HttpClientResponse
 
version() - Method in class io.vertx.axle.core.http.HttpServerRequest
 
verticleFactories() - Method in class io.vertx.axle.core.Vertx
Return the Set of currently registered verticle factories.
Vertx - Class in io.vertx.axle.core
The entry point into the Vert.x Core API.
Vertx(Vertx) - Constructor for class io.vertx.axle.core.Vertx
 
vertx() - Static method in class io.vertx.axle.core.Vertx
Creates a non clustered instance using default options.
vertx(VertxOptions) - Static method in class io.vertx.axle.core.Vertx
Creates a non clustered instance using the specified options

W

websocket(RequestOptions, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(int, String, String, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(RequestOptions, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(int, String, String, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, String, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, String, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(RequestOptions, MultiMap, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(int, String, String, MultiMap, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(RequestOptions, MultiMap, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(int, String, String, MultiMap, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, String, MultiMap, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, String, MultiMap, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(RequestOptions, MultiMap, WebsocketVersion, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(int, String, String, MultiMap, WebsocketVersion, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(RequestOptions, MultiMap, WebsocketVersion, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(int, String, String, MultiMap, WebsocketVersion, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, String, MultiMap, WebsocketVersion, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, String, MultiMap, WebsocketVersion, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(RequestOptions, MultiMap, WebsocketVersion, String, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(int, String, String, MultiMap, WebsocketVersion, String, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(RequestOptions, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(int, String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, String, MultiMap, WebsocketVersion, String, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, MultiMap, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, MultiMap, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, MultiMap, WebsocketVersion, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, MultiMap, WebsocketVersion, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, MultiMap, WebsocketVersion, String, Consumer<WebSocket>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocket(String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
webSocket(int, String, String) - Method in class io.vertx.axle.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
webSocket(String, String) - Method in class io.vertx.axle.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
webSocket(String) - Method in class io.vertx.axle.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
webSocket(WebSocketConnectOptions) - Method in class io.vertx.axle.core.http.HttpClient
Connect a WebSocket with the specified options.
WebSocket - Class in io.vertx.axle.core.http
Represents a client-side WebSocket.
WebSocket(WebSocket) - Constructor for class io.vertx.axle.core.http.WebSocket
 
websocketAbs(String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Consumer<Throwable>) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
webSocketAbs(String, MultiMap, WebsocketVersion, List<String>) - Method in class io.vertx.axle.core.http.HttpClient
Connect a WebSocket with the specified absolute url, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols.
WebSocketBase - Interface in io.vertx.axle.core.http
Base WebSocket implementation.
WebSocketFrame - Class in io.vertx.axle.core.http
A WebSocket frame that represents either text or binary data.
WebSocketFrame(WebSocketFrame) - Constructor for class io.vertx.axle.core.http.WebSocketFrame
 
websocketHandler(Consumer<ServerWebSocket>) - Method in class io.vertx.axle.core.http.HttpServer
Set the websocket handler for the server to wsHandler.
websocketStream(RequestOptions) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(int, String, String) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(String, String) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(RequestOptions, MultiMap) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(int, String, String, MultiMap) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(String, String, MultiMap) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(RequestOptions, MultiMap, WebsocketVersion) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(int, String, String, MultiMap, WebsocketVersion) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(String, String, MultiMap, WebsocketVersion) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(RequestOptions, MultiMap, WebsocketVersion, String) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(int, String, String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(String, String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(String) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(String, MultiMap) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(String, MultiMap, WebsocketVersion) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream(String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
websocketStream() - Method in class io.vertx.axle.core.http.HttpServer
Return the websocket stream for the server.
websocketStreamAbs(String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.axle.core.http.HttpClient
Deprecated.
weight() - Method in class io.vertx.axle.core.dns.SrvRecord
Returns the weight of this service record.
WorkerExecutor - Class in io.vertx.axle.core
An executor for executing blocking code in Vert.x .
WorkerExecutor(WorkerExecutor) - Constructor for class io.vertx.axle.core.WorkerExecutor
 
write(T) - Method in class io.vertx.axle.core.eventbus.MessageProducer
 
write(Buffer) - Method in class io.vertx.axle.core.file.AsyncFile
Same as AsyncFile.write(io.vertx.axle.core.buffer.Buffer) but with an handler called when the operation completes
write(Buffer, long) - Method in class io.vertx.axle.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
write(Buffer) - Method in class io.vertx.axle.core.http.HttpClientRequest
Same as HttpClientRequest.write(io.vertx.axle.core.buffer.Buffer) but with an handler called when the operation completes
write(String) - Method in class io.vertx.axle.core.http.HttpClientRequest
Same as HttpClientRequest.write(io.vertx.axle.core.buffer.Buffer) but with an handler called when the operation completes
write(String, String) - Method in class io.vertx.axle.core.http.HttpClientRequest
Same as HttpClientRequest.write(io.vertx.axle.core.buffer.Buffer) but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.axle.core.http.HttpServerResponse
Same as HttpServerResponse.write(io.vertx.axle.core.buffer.Buffer) but with an handler called when the operation completes
write(String, String) - Method in class io.vertx.axle.core.http.HttpServerResponse
Same as HttpServerResponse.write(io.vertx.axle.core.buffer.Buffer) but with an handler called when the operation completes
write(String) - Method in class io.vertx.axle.core.http.HttpServerResponse
Same as HttpServerResponse.write(io.vertx.axle.core.buffer.Buffer) but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
write(Buffer) - Method in class io.vertx.axle.core.http.WebSocket
 
write(Buffer) - Method in interface io.vertx.axle.core.http.WebSocketBase
 
write(Object, JsonPointerIterator, Object, boolean) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Write newElement in objectToWrite using this pointer.
write(String) - Method in class io.vertx.axle.core.net.NetSocket
Same as NetSocket.write(java.lang.String) but with an handler called when the operation completes
write(String, String) - Method in class io.vertx.axle.core.net.NetSocket
Same as NetSocket.write(java.lang.String) but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.axle.core.net.NetSocket
Like but with an handler called when the message has been written or failed to be written.
write(Buffer) - Method in class io.vertx.axle.core.parsetools.JsonParser
Handle a Buffer, pretty much like calling Handler.
write(T) - Method in interface io.vertx.axle.core.streams.WriteStream
Same as but with an handler called when the operation completes
writeArrayElement(Object, int, Object) - Method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
Write array element at specified index
writeBinaryMessage(Buffer) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
writeBinaryMessage(Buffer) - Method in class io.vertx.axle.core.http.WebSocket
 
writeBinaryMessage(Buffer) - Method in interface io.vertx.axle.core.http.WebSocketBase
Same as WebSocketBase.writeBinaryMessage(io.vertx.axle.core.buffer.Buffer) but with an handler called when the operation completes
writeContinue() - Method in class io.vertx.axle.core.http.HttpServerResponse
Used to write an interim 100 Continue response to signify that the client should send the rest of the request.
writeCustomFrame(int, int, Buffer) - Method in class io.vertx.axle.core.http.HttpClientRequest
Write an HTTP/2 frame to the request, allowing to extend the HTTP/2 protocol.
writeCustomFrame(HttpFrame) - Method in class io.vertx.axle.core.http.HttpClientRequest
writeCustomFrame(int, int, Buffer) - Method in class io.vertx.axle.core.http.HttpServerResponse
Write an HTTP/2 frame to the response, allowing to extend the HTTP/2 protocol.
writeCustomFrame(HttpFrame) - Method in class io.vertx.axle.core.http.HttpServerResponse
writeFile(String, Buffer) - Method in class io.vertx.axle.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
writeFileBlocking(String, Buffer) - Method in class io.vertx.axle.core.file.FileSystem
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.axle.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.axle.core.http.WebSocketBase
Same as WebSocketBase.writeFinalBinaryFrame(io.vertx.axle.core.buffer.Buffer) but with an handler called when the operation completes
writeFinalTextFrame(String) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
writeFinalTextFrame(String) - Method in class io.vertx.axle.core.http.WebSocket
 
writeFinalTextFrame(String) - Method in interface io.vertx.axle.core.http.WebSocketBase
Same as WebSocketBase.writeFinalTextFrame(java.lang.String) but with an handler called when the operation completes
writeFrame(WebSocketFrame) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame) - Method in class io.vertx.axle.core.http.WebSocket
 
writeFrame(WebSocketFrame) - Method in interface io.vertx.axle.core.http.WebSocketBase
Same as WebSocketBase.writeFrame(io.vertx.axle.core.http.WebSocketFrame) but with an handler called when the operation completes
writeHandlerID() - Method in class io.vertx.axle.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.
writeJson(Object, Object) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Write newElement in jsonElement using this pointer.
writeJson(Object, Object, boolean) - Method in class io.vertx.axle.core.json.pointer.JsonPointer
Write newElement in jsonElement using this pointer.
writeObjectParameter(Object, String, Object) - Method in class io.vertx.axle.core.json.pointer.JsonPointerIterator
Write object parameter at specified key
writePing(Buffer) - Method in class io.vertx.axle.core.http.ServerWebSocket
Writes a ping frame to the connection.
writePing(Buffer) - Method in class io.vertx.axle.core.http.WebSocket
Writes a ping frame to the connection.
writePing(Buffer) - Method in interface io.vertx.axle.core.http.WebSocketBase
Writes a ping frame to the connection.
writePong(Buffer) - Method in class io.vertx.axle.core.http.ServerWebSocket
Writes a pong frame to the connection.
writePong(Buffer) - Method in class io.vertx.axle.core.http.WebSocket
Writes a pong frame to the connection.
writePong(Buffer) - Method in interface io.vertx.axle.core.http.WebSocketBase
Writes a pong frame to the connection.
writeQueueFull() - Method in class io.vertx.axle.core.eventbus.MessageProducer
This will return true if there are more bytes in the write queue than the value set using MessageProducer.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.axle.core.file.AsyncFile
This will return true if there are more bytes in the write queue than the value set using AsyncFile.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.axle.core.http.HttpClientRequest
This will return true if there are more bytes in the write queue than the value set using HttpClientRequest.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.axle.core.http.HttpServerResponse
This will return true if there are more bytes in the write queue than the value set using HttpServerResponse.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.axle.core.http.ServerWebSocket
This will return true if there are more bytes in the write queue than the value set using setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.axle.core.http.WebSocket
This will return true if there are more bytes in the write queue than the value set using WebSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in interface io.vertx.axle.core.http.WebSocketBase
This will return true if there are more bytes in the write queue than the value set using WebSocketBase.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.axle.core.net.NetSocket
This will return true if there are more bytes in the write queue than the value set using NetSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in interface io.vertx.axle.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<T> - Interface in io.vertx.axle.core.streams
Represents a stream of data that can be written to.
writeTextMessage(String) - Method in class io.vertx.axle.core.http.ServerWebSocket
 
writeTextMessage(String) - Method in class io.vertx.axle.core.http.WebSocket
 
writeTextMessage(String) - Method in interface io.vertx.axle.core.http.WebSocketBase
Same as WebSocketBase.writeTextMessage(java.lang.String) but with an handler called when the operation completes
writeToBuffer(Buffer) - Method in class io.vertx.axle.core.buffer.Buffer
 

_

__TYPE_ARG - Static variable in class io.vertx.axle.core.buffer.Buffer
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.cli.CLI
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.cli.CommandLine
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.CompositeFuture
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.Context
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.datagram.DatagramPacket
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.datagram.DatagramSocket
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.dns.DnsClient
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.dns.MxRecord
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.dns.SrvRecord
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.eventbus.DeliveryContext
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.eventbus.EventBus
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.eventbus.Message
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.eventbus.MessageConsumer
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.eventbus.MessageProducer
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.file.AsyncFile
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.file.FileProps
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.file.FileSystem
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.file.FileSystemProps
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.Future
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.http.Cookie
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.http.HttpClient
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.http.HttpClientRequest
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.http.HttpClientResponse
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.http.HttpConnection
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.http.HttpFrame
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.http.HttpServer
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.http.HttpServerFileUpload
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.http.HttpServerRequest
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.http.HttpServerResponse
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.http.ServerWebSocket
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.http.WebSocket
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.http.WebSocketFrame
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.json.pointer.JsonPointer
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.json.pointer.JsonPointerIterator
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.MultiMap
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.net.NetClient
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.net.NetServer
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.net.NetSocket
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.net.SelfSignedCertificate
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.net.SocketAddress
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.parsetools.JsonEvent
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.parsetools.JsonParser
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.parsetools.RecordParser
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.Promise
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.shareddata.AsyncMap
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.shareddata.Counter
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.shareddata.LocalMap
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.shareddata.Lock
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.shareddata.SharedData
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.streams.Pipe
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.streams.Pump
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.TimeoutStream
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.Vertx
 
__TYPE_ARG - Static variable in class io.vertx.axle.core.WorkerExecutor
 
__typeArg_0 - Variable in class io.vertx.axle.core.eventbus.DeliveryContext
 
__typeArg_0 - Variable in class io.vertx.axle.core.eventbus.Message
 
__typeArg_0 - Variable in class io.vertx.axle.core.eventbus.MessageConsumer
 
__typeArg_0 - Variable in class io.vertx.axle.core.eventbus.MessageProducer
 
__typeArg_0 - Variable in class io.vertx.axle.core.Future
 
__typeArg_0 - Variable in class io.vertx.axle.core.Promise
 
__typeArg_0 - Variable in class io.vertx.axle.core.shareddata.AsyncMap
 
__typeArg_0 - Variable in class io.vertx.axle.core.shareddata.LocalMap
 
__typeArg_0 - Variable in class io.vertx.axle.core.streams.Pipe
 
__typeArg_1 - Variable in class io.vertx.axle.core.shareddata.AsyncMap
 
__typeArg_1 - Variable in class io.vertx.axle.core.shareddata.LocalMap
 
A B C D E F G H I J K L M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2019 SmallRye. All rights reserved.