- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- close(short) - Method in class io.vertx.axle.core.http.WebSocket
-
- 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
-
- close(short) - Method in interface io.vertx.axle.core.http.WebSocketBase
-
- 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
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.vertx.axle.core.MultiMap
-
- 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
-
- createSharedWorkerExecutor(String, int) - Method in class io.vertx.axle.core.Vertx
-
- 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.
- 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
-
- 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
-
- end(String) - Method in class io.vertx.axle.core.http.HttpClientRequest
-
- end(String, String) - Method in class io.vertx.axle.core.http.HttpClientRequest
-
- end(Buffer) - Method in class io.vertx.axle.core.http.HttpClientRequest
-
- end() - Method in class io.vertx.axle.core.http.HttpClientRequest
-
- end() - Method in class io.vertx.axle.core.http.HttpServerResponse
-
- end(String) - Method in class io.vertx.axle.core.http.HttpServerResponse
-
- end(String, String) - Method in class io.vertx.axle.core.http.HttpServerResponse
-
- end(Buffer) - Method in class io.vertx.axle.core.http.HttpServerResponse
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- goAway(long, int) - Method in class io.vertx.axle.core.http.HttpConnection
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- putTrailer(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.axle.core.http.HttpServerResponse
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- send(String, int, String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
-
- send(String, String, int, String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
-
- 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
-
- sender(int, String) - Method in class io.vertx.axle.core.datagram.DatagramSocket
-
- 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
-
- sendFile(String) - Method in class io.vertx.axle.core.http.HttpServerResponse
-
- sendFile(String, long) - Method in class io.vertx.axle.core.http.HttpServerResponse
-
- sendFile(String, long, long) - Method in class io.vertx.axle.core.http.HttpServerResponse
-
- sendFile(String) - Method in class io.vertx.axle.core.net.NetSocket
-
- sendFile(String, long) - Method in class io.vertx.axle.core.net.NetSocket
-
- sendFile(String, long, long) - Method in class io.vertx.axle.core.net.NetSocket
-
- sendHead() - Method in class io.vertx.axle.core.http.HttpClientRequest
-
- sendHead(Consumer<HttpVersion>) - Method in class io.vertx.axle.core.http.HttpClientRequest
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- tryFail(String) - Method in class io.vertx.axle.core.Promise
-
- type() - Method in class io.vertx.axle.core.http.HttpFrame
-
- type() - Method in class io.vertx.axle.core.parsetools.JsonEvent
-
- 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
-
- 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
-
- write(String) - Method in class io.vertx.axle.core.http.HttpClientRequest
-
- write(String, String) - Method in class io.vertx.axle.core.http.HttpClientRequest
-
- write(Buffer) - Method in class io.vertx.axle.core.http.HttpServerResponse
-
- write(String, String) - Method in class io.vertx.axle.core.http.HttpServerResponse
-
- write(String) - Method in class io.vertx.axle.core.http.HttpServerResponse
-
- 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
-
- write(String, String) - Method in class io.vertx.axle.core.net.NetSocket
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- writeQueueFull() - Method in class io.vertx.axle.core.file.AsyncFile
-
- writeQueueFull() - Method in class io.vertx.axle.core.http.HttpClientRequest
-
- writeQueueFull() - Method in class io.vertx.axle.core.http.HttpServerResponse
-
- writeQueueFull() - Method in class io.vertx.axle.core.http.ServerWebSocket
-
- writeQueueFull() - Method in class io.vertx.axle.core.http.WebSocket
-
- writeQueueFull() - Method in interface io.vertx.axle.core.http.WebSocketBase
-
- writeQueueFull() - Method in class io.vertx.axle.core.net.NetSocket
-
- writeQueueFull() - Method in interface io.vertx.axle.core.streams.WriteStream
-
- 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
-
- writeToBuffer(Buffer) - Method in class io.vertx.axle.core.buffer.Buffer
-