- absoluteURI() - Method in interface io.vertx.core.http.HttpServerRequest
-
Get the absolute URI corresponding to the the HTTP request
- absoluteURI() - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- AbstractVerticle - Class in io.vertx.core
-
- AbstractVerticle() - Constructor for class io.vertx.core.AbstractVerticle
-
- ACCEPT - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept header name
- ACCEPT_CHARSET - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Charset header name
- ACCEPT_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Encoding header name
- ACCEPT_LANGUAGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Language header name
- ACCEPT_PATCH - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Patch header name
- ACCEPT_RANGES - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Ranges header name
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Credentials header name
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Headers header name
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Methods header name
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Origin header name
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Expose-Headers header name
- ACCESS_CONTROL_MAX_AGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Max-Age header name
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Request-Headers header name
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Request-Method header name
- acquire(long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.core.shareddata.impl.AsynchronousLock
-
- Action<T> - Interface in io.vertx.core.spi.cluster
-
- actualPort() - Method in class io.vertx.core.net.impl.NetServerImpl
-
- actualPort() - Method in interface io.vertx.core.net.NetServer
-
The actual port the server is listening on.
- add(String, String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- add(String, Iterable<String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- add(CharSequence, CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- add(String, String) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- add(String, Iterable<String>) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- add(CharSequence, CharSequence) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- add(E) - Method in class io.vertx.core.impl.ConcurrentHashSet
-
- add(Enum) - Method in class io.vertx.core.json.JsonArray
-
- add(CharSequence) - Method in class io.vertx.core.json.JsonArray
-
- add(String) - Method in class io.vertx.core.json.JsonArray
-
- add(Integer) - Method in class io.vertx.core.json.JsonArray
-
- add(Long) - Method in class io.vertx.core.json.JsonArray
-
- add(Double) - Method in class io.vertx.core.json.JsonArray
-
- add(Float) - Method in class io.vertx.core.json.JsonArray
-
- add(Boolean) - Method in class io.vertx.core.json.JsonArray
-
- add(JsonObject) - Method in class io.vertx.core.json.JsonArray
-
- add(JsonArray) - Method in class io.vertx.core.json.JsonArray
-
- add(byte[]) - Method in class io.vertx.core.json.JsonArray
-
- add(Object) - Method in class io.vertx.core.json.JsonArray
-
- add(String, String) - Method in interface io.vertx.core.MultiMap
-
Adds a new value with the specified name and value.
- add(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
-
- add(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
-
Adds a new values under the specified name
- add(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
-
- add(K, V, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
-
Add a value to the list of values for that key in the map
- addAdditionalResource(DnsResource) - Method in class io.vertx.core.dns.impl.netty.DnsMessage
-
Adds an additional resource record to this message.
- addAll(MultiMap) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- addAll(Map<String, String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- addAll(MultiMap) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- addAll(Map<String, String>) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- addAll(Collection<? extends E>) - Method in class io.vertx.core.impl.ConcurrentHashSet
-
- addAll(MultiMap) - Method in interface io.vertx.core.MultiMap
-
Adds all the entries from another MultiMap to this one
- addAll(Map<String, String>) - Method in interface io.vertx.core.MultiMap
-
Adds all the entries from a Map to this
- addAndGet(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
- addAndGet(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.core.shareddata.impl.AsynchronousCounter
-
- addAnswer(DnsResource) - Method in class io.vertx.core.dns.impl.netty.DnsMessage
-
Adds an answer resource record to this message.
- addAuthorityResource(DnsResource) - Method in class io.vertx.core.dns.impl.netty.DnsMessage
-
Adds an authority resource record to this message.
- addCertPath(String) - Method in class io.vertx.core.net.CaOptions
-
- addCertValue(Buffer) - Method in class io.vertx.core.net.CaOptions
-
- addChild(Deployment) - Method in interface io.vertx.core.impl.Deployment
-
- addCloseHook(Closeable) - Method in class io.vertx.core.impl.ContextImpl
-
- addCrlPath(String) - Method in class io.vertx.core.net.TCPSSLOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.core.net.TCPSSLOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpClientOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpServerOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetClientOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetServerOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.net.TCPSSLOptions
-
- addFuture(Handler<AsyncResult<Void>>, ChannelFuture) - Method in class io.vertx.core.net.impl.ConnectionBase
-
- addHandler(Handler<T>, ContextImpl) - Method in class io.vertx.core.net.impl.HandlerManager
-
- addHeader(String, String) - Method in class io.vertx.core.eventbus.DeliveryOptions
-
- additionalResourceCount() - Method in class io.vertx.core.dns.impl.netty.DnsHeader
-
Returns the number of additional resource records in the
DnsMessage
.
- addNull() - Method in class io.vertx.core.json.JsonArray
-
- addPattern(String, Handler<WebSocketMatcher.Match>) - Method in class io.vertx.core.http.impl.WebSocketMatcher
-
- addQuestion(DnsQuestion) - Method in class io.vertx.core.dns.impl.netty.DnsMessage
-
Adds a question to this message.
- addRegEx(String, Handler<WebSocketMatcher.Match>) - Method in class io.vertx.core.http.impl.WebSocketMatcher
-
- address() - Method in class io.vertx.core.eventbus.impl.EventBusImpl.HandlerRegistration
-
- address() - Method in class io.vertx.core.eventbus.impl.MessageImpl
-
- address() - Method in class io.vertx.core.eventbus.impl.MessageProducerImpl
-
- address() - Method in interface io.vertx.core.eventbus.Message
-
The address the message was sent to
- address() - Method in interface io.vertx.core.eventbus.MessageConsumer
-
- address() - Method in interface io.vertx.core.eventbus.MessageProducer
-
- AddressDecoder - Class in io.vertx.core.dns.impl.netty.decoder
-
Decodes A and AAAA resource records into IPv4 and IPv6 addresses,
respectively.
- AddressDecoder(int) - Constructor for class io.vertx.core.dns.impl.netty.decoder.AddressDecoder
-
Constructs an AddressDecoder
, which decodes A and AAAA resource
records.
- addWorker(EventLoop) - Method in class io.vertx.core.net.impl.VertxEventLoopGroup
-
- AGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Age header name
- ALLOW - Static variable in class io.vertx.core.http.HttpHeaders
-
Allow header name
- answerCount() - Method in class io.vertx.core.dns.impl.netty.DnsHeader
-
Returns the number of answer resource records in the
DnsMessage
.
- appendBuffer(Buffer) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified Buffer
to the end of this Buffer.
- appendBuffer(Buffer, int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified Buffer
starting at the offset
using len
to the end of this Buffer.
- appendBuffer(Buffer) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- appendBuffer(Buffer, int, int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- appendByte(byte) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified byte
to the end of the Buffer.
- appendByte(byte) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- appendBytes(byte[]) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified byte[]
to the end of the Buffer.
- appendBytes(byte[], int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified number of bytes from byte[]
to the end of the Buffer, starting at the given offset.
- appendBytes(byte[]) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- appendBytes(byte[], int, int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- appendDouble(double) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified double
to the end of the Buffer.
- appendDouble(double) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- appendFloat(float) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified float
to the end of the Buffer.
- appendFloat(float) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- appendInt(int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified int
to the end of the Buffer.
- appendInt(int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- appendLong(long) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified long
to the end of the Buffer.
- appendLong(long) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- appendShort(short) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified short
to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.<p>
Returns a reference to this
so multiple operations can be appended together.
- appendShort(short) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- appendString(String, String) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified String
to the end of the Buffer with the encoding as specified by enc
.<p>
The buffer will expand as necessary to accommodate any bytes written.<p>
Returns a reference to this
so multiple operations can be appended together.<p>
- appendString(String) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified String str
to the end of the Buffer with UTF-8 encoding.<p>
The buffer will expand as necessary to accommodate any bytes written.<p>
Returns a reference to this
so multiple operations can be appended together<p>
- appendString(String, String) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- appendString(String) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.vertx.core.http.HttpHeaders
-
application/x-www-form-urlencoded header value
- Args - Class in io.vertx.core.impl
-
- Args(String[]) - Constructor for class io.vertx.core.impl.Args
-
- Arguments - Class in io.vertx.core.impl
-
- Arguments() - Constructor for class io.vertx.core.impl.Arguments
-
- AsyncFile - Interface in io.vertx.core.file
-
Represents a file on the file-system which can be read from, or written to asynchronously.<p>
This class also implements
ReadStream
and
WriteStream
.
- AsyncFileImpl - Class in io.vertx.core.file.impl
-
This class is optimised for performance when used on the same event loop that is was passed to the handler with.
- AsynchronousCounter - Class in io.vertx.core.shareddata.impl
-
- AsynchronousCounter(VertxInternal) - Constructor for class io.vertx.core.shareddata.impl.AsynchronousCounter
-
- AsynchronousLock - Class in io.vertx.core.shareddata.impl
-
- AsynchronousLock(VertxInternal) - Constructor for class io.vertx.core.shareddata.impl.AsynchronousLock
-
- AsyncMap<K,V> - Interface in io.vertx.core.shareddata
-
An asynchronous map.
- AsyncMultiMap<K,V> - Interface in io.vertx.core.spi.cluster
-
An asynchronous multi-map.
- AsyncResult<T> - Interface in io.vertx.core
-
Represents a result that may not have occurred yet.
- AsyncResultHandler<T> - Interface in io.vertx.core
-
- authorityResourceCount() - Method in class io.vertx.core.dns.impl.netty.DnsHeader
-
Returns the number of authority resource records in the
DnsMessage
.
- AUTHORIZATION - Static variable in class io.vertx.core.http.HttpHeaders
-
Authorization header name
- awaitTermination(long, TimeUnit) - Method in class io.vertx.core.net.impl.VertxEventLoopGroup
-
- CACHE_CONTROL - Static variable in class io.vertx.core.http.HttpHeaders
-
Cache-Control header name
- cancel() - Method in interface io.vertx.core.TimeoutStream
-
Cancels the timeout.
- cancelTimer(long) - Method in class io.vertx.core.impl.VertxImpl
-
- cancelTimer(long) - Method in interface io.vertx.core.Vertx
-
Cancel the timer with the specified id
.
- CaOptions - Class in io.vertx.core.net
-
Certificate Authority trust store options configuring certificates based on
<i>Privacy-enhanced Electronic Email</i> (PEM) files.
- CaOptions() - Constructor for class io.vertx.core.net.CaOptions
-
- CaOptions(CaOptions) - Constructor for class io.vertx.core.net.CaOptions
-
- CaOptions(JsonObject) - Constructor for class io.vertx.core.net.CaOptions
-
- CaseInsensitiveHeaders - Class in io.vertx.core.http
-
This multi-map implementation has case insensitive keys, and can be used to hold some HTTP headers
prior to making an HTTP request.
- CaseInsensitiveHeaders() - Constructor for class io.vertx.core.http.CaseInsensitiveHeaders
-
- cause() - Method in interface io.vertx.core.AsyncResult
-
An exception describing failure.
- channel() - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- channel - Variable in class io.vertx.core.net.impl.ConnectionBase
-
- channelInactive(ChannelHandlerContext) - Method in class io.vertx.core.net.impl.VertxHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.vertx.core.http.impl.cgbystrom.FlashPolicyHandler
-
- channelRead(C, ContextImpl, ChannelHandlerContext, Object) - Method in class io.vertx.core.http.impl.VertxHttpHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.vertx.core.net.impl.VertxHandler
-
- channelRead(C, ContextImpl, ChannelHandlerContext, Object) - Method in class io.vertx.core.net.impl.VertxHandler
-
- channelRead(NetSocketImpl, ContextImpl, ChannelHandlerContext, Object) - Method in class io.vertx.core.net.impl.VertxNetHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.vertx.core.net.impl.VertxHandler
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.vertx.core.net.impl.VertxHandler
-
- CharMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
-
- CharMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.CharMessageCodec
-
- charset() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
Returns the charset for the upload
- checkAndCopy(Object, boolean) - Static method in class io.vertx.core.json.impl.Json
-
- checkClosed() - Method in class io.vertx.core.http.impl.WebSocketImplBase
-
- checkContext() - Method in class io.vertx.core.net.impl.ConnectionBase
-
- checkCorrectThread() - Method in class io.vertx.core.impl.ContextImpl
-
- checkCorrectThread() - Method in class io.vertx.core.impl.EventLoopContext
-
- checkCorrectThread() - Method in class io.vertx.core.impl.WorkerContext
-
- Checker - Class in io.vertx.core.shareddata.impl
-
- Checker() - Constructor for class io.vertx.core.shareddata.impl.Checker
-
- chmod(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Change the permissions on the file represented by path
to perms
, asynchronously.
- chmod(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- chmodBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- chmodBlocking(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- chmodInternal(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- chmodInternal(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.WindowsFileSystem
-
- chmodRecursive(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Change the permissions on the file represented by path
to perms
, asynchronously.
- chmodRecursive(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- chmodRecursiveBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
- chmodRecursiveBlocking(String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- ChoosableIterable<T> - Interface in io.vertx.core.spi.cluster
-
An extension of Iterable which allows keeps track of an iterator internally to allow the next element to be chosen
- choose() - Method in interface io.vertx.core.spi.cluster.ChoosableIterable
-
Return the next element T in a round robin fashion.
- chooseHandler(EventLoop) - Method in class io.vertx.core.net.impl.HandlerManager
-
- chown(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Change the ownership on the file represented by path
to user
and {code group}, asynchronously.
- chown(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- chownBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
- chownBlocking(String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- chownInternal(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- chownInternal(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.WindowsFileSystem
-
- CHUNKED - Static variable in class io.vertx.core.http.HttpHeaders
-
chunked header value
- CLASS_ANY - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
- CLASS_CHAOS - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
- CLASS_CSNET - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
- CLASS_HESIOD - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
- CLASS_IN - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Default class for DNS entries.
- CLASS_NONE - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
- clear() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- clear() - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- clear() - Method in class io.vertx.core.impl.ConcurrentHashSet
-
- clear() - Method in class io.vertx.core.json.JsonArray
-
- clear() - Method in class io.vertx.core.json.JsonObject
-
- clear() - Method in interface io.vertx.core.MultiMap
-
Removes all
- clear(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
- clear() - Method in interface io.vertx.core.shareddata.LocalMap
-
- ClientOptionsBase - Class in io.vertx.core.net
-
- ClientOptionsBase(ClientOptionsBase) - Constructor for class io.vertx.core.net.ClientOptionsBase
-
- ClientOptionsBase(JsonObject) - Constructor for class io.vertx.core.net.ClientOptionsBase
-
- ClientOptionsBase() - Constructor for class io.vertx.core.net.ClientOptionsBase
-
- clone() - Method in class io.vertx.core.net.CaOptions
-
- clone() - Method in class io.vertx.core.net.JKSOptions
-
- clone() - Method in class io.vertx.core.net.KeyCertOptions
-
- clone() - Method in interface io.vertx.core.net.KeyStoreOptions
-
- clone() - Method in class io.vertx.core.net.PKCS12Options
-
- clone() - Method in interface io.vertx.core.net.TrustStoreOptions
-
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Close the
DatagramSocket
implementation asynchronous and notifies the handler once done.
- close() - Method in interface io.vertx.core.datagram.DatagramSocket
-
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Close the EventBus and release all resources.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- close() - Method in interface io.vertx.core.file.AsyncFile
-
Close the file.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.AsyncFile
-
Close the file.
- close() - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- close() - Method in interface io.vertx.core.http.HttpClient
-
Close the HTTP client.
- CLOSE - Static variable in class io.vertx.core.http.HttpHeaders
-
close header value
- close() - Method in interface io.vertx.core.http.HttpServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServer
-
Close the server.
- close() - Method in interface io.vertx.core.http.HttpServerResponse
-
Close the underlying TCP connection
- close() - Method in class io.vertx.core.http.impl.ConnectionManager
-
- close() - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- close() - Method in class io.vertx.core.http.impl.HttpServerImpl
-
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.HttpServerImpl
-
- close() - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- close() - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
-
- close() - Method in class io.vertx.core.http.impl.WebSocketImplBase
-
- close() - Method in interface io.vertx.core.http.WebSocketBase
-
Close the websocket
- close() - Method in class io.vertx.core.impl.BlockedThreadChecker
-
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.impl.Closeable
-
- close() - Method in class io.vertx.core.impl.ContextImpl
-
- close() - Method in class io.vertx.core.impl.VertxImpl
-
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.impl.VertxImpl
-
- close() - Method in class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- close() - Method in interface io.vertx.core.metrics.spi.BaseMetrics
-
- close() - Method in class io.vertx.core.net.impl.ConnectionBase
-
Close the connection
- close() - Method in class io.vertx.core.net.impl.NetClientImpl
-
- close() - Method in class io.vertx.core.net.impl.NetServerImpl
-
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.net.impl.NetServerImpl
-
- close() - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- close() - Method in interface io.vertx.core.net.NetClient
-
Close the client.
- close() - Method in interface io.vertx.core.net.NetServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetServer
-
Close the server.
- close() - Method in interface io.vertx.core.net.NetSocket
-
Close the NetSocket
- close() - Method in interface io.vertx.core.shareddata.LocalMap
-
- close() - Method in interface io.vertx.core.spi.VerticleFactory
-
- close() - Method in interface io.vertx.core.Vertx
-
Stop the eventbus and any resource managed by the eventbus.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.Vertx
-
Stop the eventbus and any resource managed by the eventbus.
- Closeable - Interface in io.vertx.core.impl
-
- closed - Variable in class io.vertx.core.http.impl.WebSocketImplBase
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Set a close handler for the response.
- closeHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- closeHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
-
- closeHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.WebSocketImpl
-
- closeHandler - Variable in class io.vertx.core.http.impl.WebSocketImplBase
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
-
Set a closed handler on the connection
- closeHandler - Variable in class io.vertx.core.net.impl.ConnectionBase
-
- closeHandler(Handler<Void>) - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
-
Set a handler that will be called when the NetSocket is closed
- clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Method in class io.vertx.core.impl.VertxFactoryImpl
-
- clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Method in interface io.vertx.core.spi.VertxFactory
-
- clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Static method in interface io.vertx.core.Vertx
-
- ClusterManager - Interface in io.vertx.core.spi.cluster
-
A cluster provider for Vert.x must implement this interface.
- ClusterSerializable - Interface in io.vertx.core.shareddata.impl
-
- code() - Method in exception io.vertx.core.dns.DnsException
-
- code() - Method in enum io.vertx.core.dns.DnsResponseCode
-
- code() - Method in enum io.vertx.core.dns.impl.netty.DnsResponseCode
-
- codec() - Method in class io.vertx.core.eventbus.impl.MessageImpl
-
- compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.shareddata.Counter
-
- compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.core.shareddata.impl.AsynchronousCounter
-
- CompilingClassLoader - Class in io.vertx.core.impl.verticle
-
Classloader for dynamic .java source file compilation and loading.
- CompilingClassLoader(ClassLoader, String) - Constructor for class io.vertx.core.impl.verticle.CompilingClassLoader
-
- complete(T) - Method in interface io.vertx.core.Future
-
Set the result.
- complete() - Method in interface io.vertx.core.Future
-
- completedFuture() - Method in class io.vertx.core.impl.FutureFactoryImpl
-
- completedFuture(T) - Method in class io.vertx.core.impl.FutureFactoryImpl
-
- completedFuture(Throwable) - Method in class io.vertx.core.impl.FutureFactoryImpl
-
- completedFuture(String, boolean) - Method in class io.vertx.core.impl.FutureFactoryImpl
-
- completedFuture() - Method in interface io.vertx.core.spi.FutureFactory
-
- completedFuture(T) - Method in interface io.vertx.core.spi.FutureFactory
-
- completedFuture(Throwable) - Method in interface io.vertx.core.spi.FutureFactory
-
- completedFuture(String, boolean) - Method in interface io.vertx.core.spi.FutureFactory
-
- completionHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.eventbus.impl.EventBusImpl.HandlerRegistration
-
- completionHandler(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.MessageConsumer
-
Optional method which can be called to indicate when the registration has been propagated across the cluster.
- compositeBuffer() - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
-
- compositeBuffer(int) - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
-
- compositeDirectBuffer() - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
-
- compositeDirectBuffer(int) - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
-
- compositeHeapBuffer() - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
-
- compositeHeapBuffer(int) - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
-
- ConcurrentHashSet<E> - Class in io.vertx.core.impl
-
- ConcurrentHashSet(int) - Constructor for class io.vertx.core.impl.ConcurrentHashSet
-
- ConcurrentHashSet() - Constructor for class io.vertx.core.impl.ConcurrentHashSet
-
- config() - Method in class io.vertx.core.AbstractVerticle
-
- config() - Method in interface io.vertx.core.Context
-
- config - Variable in class io.vertx.core.impl.ContextImpl
-
- config() - Method in class io.vertx.core.impl.ContextImpl
-
- conn - Variable in class io.vertx.core.http.impl.WebSocketImplBase
-
- connect(String, int, Handler<ClientConnection>, Handler<Throwable>, ContextImpl, ConnectionLifeCycleListener) - Method in class io.vertx.core.http.impl.ConnectionManager
-
- connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.core.net.impl.NetClientImpl
-
- connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in interface io.vertx.core.net.NetClient
-
Attempt to open a connection to a server at the specific port
and host
.
- connected(SocketAddress) - Method in interface io.vertx.core.metrics.spi.DatagramSocketMetrics
-
- connected(SocketAddress) - Method in interface io.vertx.core.metrics.spi.NetMetrics
-
- connectHandler(Handler<NetSocket>) - Method in class io.vertx.core.net.impl.NetServerImpl
-
- connectHandler() - Method in class io.vertx.core.net.impl.NetServerImpl
-
- connectHandler(Handler<NetSocket>) - Method in interface io.vertx.core.net.NetServer
-
Supply a connect handler for this server.
- connectHandler() - Method in interface io.vertx.core.net.NetServer
-
- CONNECTION - Static variable in class io.vertx.core.http.HttpHeaders
-
Connection header name
- ConnectionBase - Class in io.vertx.core.net.impl
-
Abstract base class for TCP connections.
- ConnectionBase(VertxInternal, Channel, ContextImpl, NetMetrics) - Constructor for class io.vertx.core.net.impl.ConnectionBase
-
- connectionClosed(ClientConnection) - Method in interface io.vertx.core.http.impl.ConnectionLifeCycleListener
-
- ConnectionLifeCycleListener - Interface in io.vertx.core.http.impl
-
- ConnectionManager - Class in io.vertx.core.http.impl
-
- connectionMap - Variable in class io.vertx.core.net.impl.VertxHandler
-
- connectStream() - Method in class io.vertx.core.net.impl.NetServerImpl
-
- connectStream() - Method in interface io.vertx.core.net.NetServer
-
Return the connect stream for this server.
- connectWebsocket(int, String, String, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
- connectWebsocket(int, String, String, MultiMap, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
- connectWebsocket(int, String, String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
- connectWebsocket(int, String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
- connectWebsocket(int, String, String, Handler<WebSocket>) - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- connectWebsocket(int, String, String, MultiMap, Handler<WebSocket>) - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- connectWebsocket(int, String, String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- connectWebsocket(int, String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- consumer(String) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a message consumer against the specified address.
- consumer(String, Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Register a message consumer against the specified address.
- consumer(String) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- consumer(String, Handler<Message<T>>) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- contains(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- contains(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- contains(String) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- contains(CharSequence) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- contains(Object) - Method in class io.vertx.core.impl.ConcurrentHashSet
-
- contains(Object) - Method in class io.vertx.core.json.JsonArray
-
- contains(String) - Method in interface io.vertx.core.MultiMap
-
Checks to see if there is a value with the specified name
- contains(CharSequence) - Method in interface io.vertx.core.MultiMap
-
- containsAll(Collection<?>) - Method in class io.vertx.core.impl.ConcurrentHashSet
-
- containsKey(String) - Method in class io.vertx.core.json.JsonObject
-
- content() - Method in class io.vertx.core.dns.impl.netty.DnsResource
-
Returns the data contained in this resource record.
- content() - Method in class io.vertx.core.dns.impl.netty.DnsResponse
-
Returns the non-decoded DNS response packet.
- CONTENT_BASE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Base header name
- CONTENT_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Encoding header name
- CONTENT_LANGUAGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Language header name
- CONTENT_LENGTH - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Length header name
- CONTENT_LOCATION - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Location header name
- CONTENT_MD5 - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-MD5 header name
- CONTENT_RANGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Rage header name
- CONTENT_TRANSFER_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Transfer-Encoding header name
- CONTENT_TYPE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Type header name
- contentIndex() - Method in class io.vertx.core.dns.impl.netty.DnsResource
-
Returns the index at which the content of this resource record
appears in the original packet.
- contentLength() - Method in class io.vertx.core.dns.impl.netty.DnsResource
-
Returns the length of the content in this resource record.
- contentTransferEncoding() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
Returns the contentTransferEncoding for the upload
- contentType() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
Returns the contentType for the upload
- context - Variable in class io.vertx.core.AbstractVerticle
-
- Context - Interface in io.vertx.core
-
Represents the execution context of a Verticle.
- context - Variable in class io.vertx.core.file.impl.FileSystemImpl.BlockingAction
-
- context() - Method in class io.vertx.core.impl.VertxFactoryImpl
-
- context() - Static method in class io.vertx.core.impl.VertxImpl
-
- context - Variable in class io.vertx.core.net.impl.ConnectionBase
-
- context - Variable in class io.vertx.core.net.impl.HandlerHolder
-
- context() - Method in interface io.vertx.core.spi.VertxFactory
-
- contextData() - Method in class io.vertx.core.impl.ContextImpl
-
- contextData() - Method in class io.vertx.core.impl.EventLoopContext
-
- contextData() - Method in class io.vertx.core.impl.WorkerContext
-
- ContextImpl - Class in io.vertx.core.impl
-
- ContextImpl(VertxInternal, Executor, String, JsonObject, ClassLoader) - Constructor for class io.vertx.core.impl.ContextImpl
-
- ContextTask - Interface in io.vertx.core.impl
-
- contextThread - Variable in class io.vertx.core.impl.ContextImpl
-
- continuationFrame(Buffer, boolean) - Method in class io.vertx.core.http.impl.WebSocketFrameFactoryImpl
-
- continuationFrame(Buffer, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
-
- continuationFrame(Buffer, boolean) - Method in interface io.vertx.core.spi.WebSocketFrameFactory
-
- CONTINUE - Static variable in class io.vertx.core.http.HttpHeaders
-
100-continue header value
- continueHandler(Handler<Void>) - Method in interface io.vertx.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.<p>
You can then continue to write data to the request body and later end it.
- continueHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- convert(F) - Method in class io.vertx.core.dns.impl.DnsClientImpl.ConvertingHandler
-
- COOKIE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Cookie header name
- cookies() - Method in interface io.vertx.core.http.HttpClientResponse
-
- cookies() - Method in class io.vertx.core.http.impl.HttpClientResponseImpl
-
- copy() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of the entire Buffer.
- copy() - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- copy() - Method in class io.vertx.core.dns.impl.netty.DnsResource
-
Returns a deep copy of this resource record.
- copy() - Method in class io.vertx.core.dns.impl.netty.DnsResponse
-
Returns a deep copy of this DNS response.
- copy(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Copy a file from the path from
to path to
, asynchronously.<p>
The copy will fail if the destination already exists.<p>
- copy(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- copy() - Method in class io.vertx.core.json.JsonArray
-
- copy() - Method in class io.vertx.core.json.JsonObject
-
- copyBeforeReceive() - Method in class io.vertx.core.eventbus.impl.MessageImpl
-
- copyBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- copyBlocking(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Copy a file from the path from
to path to
, asynchronously.<p>
If recursive
is true
and from
represents a directory, then the directory and its contents
will be copied recursively to the destination to
.<p>
The copy will fail if the destination if the destination already exists.<p>
- copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- copyRecursiveBlocking(String, String, boolean) - Method in interface io.vertx.core.file.FileSystem
-
- copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- Counter - Interface in io.vertx.core.shareddata
-
- create(VertxInternal, KeyStoreOptions) - Static method in class io.vertx.core.net.impl.KeyStoreHelper
-
- create(VertxInternal, TrustStoreOptions) - Static method in class io.vertx.core.net.impl.KeyStoreHelper
-
- createDatagramSocket(DatagramSocketOptions) - Method in class io.vertx.core.impl.VertxImpl
-
- createDatagramSocket(DatagramSocketOptions) - Method in interface io.vertx.core.Vertx
-
- createDelegate(String) - Method in class io.vertx.core.logging.impl.JULLogDelegateFactory
-
- createDelegate(String) - Method in class io.vertx.core.logging.impl.Log4jLogDelegateFactory
-
- createDelegate(String) - Method in interface io.vertx.core.logging.impl.LogDelegateFactory
-
- createDelegate(String) - Method in class io.vertx.core.logging.impl.SLF4JLogDelegateFactory
-
- createDnsClient(int, String) - Method in class io.vertx.core.impl.VertxImpl
-
- createDnsClient(int, String) - Method in interface io.vertx.core.Vertx
-
- createEventLoopContext(String, JsonObject, ClassLoader) - Method in class io.vertx.core.impl.VertxImpl
-
- createEventLoopContext(String, JsonObject, ClassLoader) - Method in interface io.vertx.core.impl.VertxInternal
-
- createFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates an empty file with the specified path
, asynchronously.
- createFile(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates an empty file with the specified path
and permissions perms
, asynchronously.
- createFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- createFile(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- createFileBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- createFileBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- createFileBlocking(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- createFileBlocking(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- createFileInternal(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- createFileInternal(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.WindowsFileSystem
-
- createHttpClient(HttpClientOptions) - Method in class io.vertx.core.impl.VertxImpl
-
- createHttpClient(HttpClientOptions) - Method in interface io.vertx.core.Vertx
-
Create a HTTP/HTTPS client
- createHttpServer(HttpServerOptions) - Method in class io.vertx.core.impl.VertxImpl
-
- createHttpServer(HttpServerOptions) - Method in interface io.vertx.core.Vertx
-
Create an HTTP/HTTPS server
- createMetrics(EventBus) - Method in class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- createMetrics(HttpServer, HttpServerOptions) - Method in class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- createMetrics(HttpClient, HttpClientOptions) - Method in class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- createMetrics(NetServer, NetServerOptions) - Method in class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- createMetrics(NetClient, NetClientOptions) - Method in class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- createMetrics(DatagramSocket, DatagramSocketOptions) - Method in class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- createMetrics(EventBus) - Method in interface io.vertx.core.metrics.spi.VertxMetrics
-
- createMetrics(HttpServer, HttpServerOptions) - Method in interface io.vertx.core.metrics.spi.VertxMetrics
-
- createMetrics(HttpClient, HttpClientOptions) - Method in interface io.vertx.core.metrics.spi.VertxMetrics
-
- createMetrics(NetServer, NetServerOptions) - Method in interface io.vertx.core.metrics.spi.VertxMetrics
-
- createMetrics(NetClient, NetClientOptions) - Method in interface io.vertx.core.metrics.spi.VertxMetrics
-
- createMetrics(DatagramSocket, DatagramSocketOptions) - Method in interface io.vertx.core.metrics.spi.VertxMetrics
-
- createNetClient(NetClientOptions) - Method in class io.vertx.core.impl.VertxImpl
-
- createNetClient(NetClientOptions) - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL client
- createNetServer(NetServerOptions) - Method in class io.vertx.core.impl.VertxImpl
-
- createNetServer(NetServerOptions) - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL server
- createOptimized(String) - Static method in class io.vertx.core.http.HttpHeaders
-
Create an optimized
CharSequence
which can be used as header name or value.
- createSslHandler(VertxInternal, boolean, String, int) - Method in class io.vertx.core.net.impl.SSLHelper
-
- createSslHandler(VertxInternal, boolean) - Method in class io.vertx.core.net.impl.SSLHelper
-
- createVerticle(String, ClassLoader) - Method in class io.vertx.core.impl.JavaVerticleFactory
-
- createVerticle(String, ClassLoader) - Method in interface io.vertx.core.spi.VerticleFactory
-
- createWorkerContext(boolean, String, JsonObject, ClassLoader) - Method in class io.vertx.core.impl.VertxImpl
-
- createWorkerContext(boolean, String, JsonObject, ClassLoader) - Method in interface io.vertx.core.impl.VertxInternal
-
- creationTime() - Method in interface io.vertx.core.file.FileProps
-
The date the file was created
- creationTime() - Method in class io.vertx.core.file.impl.FilePropsImpl
-
- currentContext() - Static method in interface io.vertx.core.Vertx
-
Gets the current context
- CustomJavaFileObject - Class in io.vertx.core.impl.verticle
-
- CustomJavaFileObject(URI, JavaFileObject.Kind, String) - Constructor for class io.vertx.core.impl.verticle.CustomJavaFileObject
-
- data() - Method in interface io.vertx.core.datagram.DatagramPacket
-
- DatagramPacket - Interface in io.vertx.core.datagram
-
A received Datagram packet (UDP) which contains the data and information about the sender of the data itself.
- DatagramSocket - Interface in io.vertx.core.datagram
-
- DatagramSocketImpl - Class in io.vertx.core.datagram.impl
-
- DatagramSocketImpl(VertxInternal, DatagramSocketOptions) - Constructor for class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- DatagramSocketMetrics - Interface in io.vertx.core.metrics.spi
-
- DatagramSocketOptions - Class in io.vertx.core.datagram
-
- DatagramSocketOptions(DatagramSocketOptions) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
-
- DatagramSocketOptions(JsonObject) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
-
- DatagramSocketOptions() - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
-
- dataHandler - Variable in class io.vertx.core.http.impl.WebSocketImplBase
-
- DATE - Static variable in class io.vertx.core.http.HttpHeaders
-
Date header name
- debug(Object) - Method in class io.vertx.core.logging.impl.JULLogDelegate
-
- debug(Object, Throwable) - Method in class io.vertx.core.logging.impl.JULLogDelegate
-
- debug(Object) - Method in class io.vertx.core.logging.impl.Log4jLogDelegate
-
- debug(Object, Throwable) - Method in class io.vertx.core.logging.impl.Log4jLogDelegate
-
- debug(Object) - Method in interface io.vertx.core.logging.impl.LogDelegate
-
- debug(Object, Throwable) - Method in interface io.vertx.core.logging.impl.LogDelegate
-
- debug(Object) - Method in class io.vertx.core.logging.impl.SLF4JLogDelegate
-
- debug(Object, Throwable) - Method in class io.vertx.core.logging.impl.SLF4JLogDelegate
-
- debug(Object) - Method in class io.vertx.core.logging.Logger
-
- debug(Object, Throwable) - Method in class io.vertx.core.logging.Logger
-
- decode(DnsResponse, DnsResource) - Method in class io.vertx.core.dns.impl.netty.decoder.AddressDecoder
-
Returns an
InetAddress
containing a decoded address from either an A
or AAAA resource record.
- decode(DnsResponse, DnsResource) - Method in class io.vertx.core.dns.impl.netty.decoder.DomainDecoder
-
Returns the decoded domain name for a resource record.
- decode(DnsResponse, DnsResource) - Method in class io.vertx.core.dns.impl.netty.decoder.MailExchangerDecoder
-
Returns a decoded MX (mail exchanger) resource record, stored as an
instance of
MailExchangerRecord
.
- decode(DnsResponse, DnsResource) - Method in interface io.vertx.core.dns.impl.netty.decoder.RecordDecoder
-
Returns a generic type
T
defined in a class implementing
RecordDecoder
after decoding a resource record when given a DNS
response packet.
- decode(int, DnsResponse, DnsResource) - Method in class io.vertx.core.dns.impl.netty.decoder.RecordDecoderFactory
-
Decodes a resource record and returns the result.
- decode(DnsResponse, DnsResource) - Method in class io.vertx.core.dns.impl.netty.decoder.ServiceDecoder
-
Returns a decoded SRV (service) resource record, stored as an instance of
ServiceRecord
.
- decode(DnsResponse, DnsResource) - Method in class io.vertx.core.dns.impl.netty.decoder.StartOfAuthorityDecoder
-
- decode(DnsResponse, DnsResource) - Method in class io.vertx.core.dns.impl.netty.decoder.TextDecoder
-
Returns a decoded TXT (text) resource record, stored as an
ArrayList
of
String
s.
- decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class io.vertx.core.dns.impl.netty.DnsResponseDecoder
-
Decodes a response from a DatagramPacket
containing a
ByteBuf
with a DNS packet.
- DecodeException - Exception in io.vertx.core.json
-
- DecodeException() - Constructor for exception io.vertx.core.json.DecodeException
-
- DecodeException(String) - Constructor for exception io.vertx.core.json.DecodeException
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.BooleanMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.BufferMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.ByteArrayMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.ByteMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.CharMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.DoubleMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.FloatMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.IntMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.JsonArrayMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.JsonObjectMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.LongMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.NullMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.PingMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.ShortMessageCodec
-
- decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.StringMessageCodec
-
- decodeFromWire(int, Buffer) - Method in interface io.vertx.core.eventbus.MessageCodec
-
- decodeResponse(ByteBuf, ByteBufAllocator) - Static method in class io.vertx.core.dns.impl.netty.DnsResponseDecoder
-
Decodes a full DNS response packet.
- decodeValue(String, Class<?>) - Static method in class io.vertx.core.json.impl.Json
-
- decrementAndGet(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
- decrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.core.shareddata.impl.AsynchronousCounter
-
- DEFAULT_ACCEPT_BACKLOG - Static variable in class io.vertx.core.net.NetServerOptions
-
- DEFAULT_BLOCKED_THREAD_CHECK_PERIOD - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_BROADCAST - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
- DEFAULT_CLIENT_AUTH_REQUIRED - Static variable in class io.vertx.core.net.NetServerOptions
-
- DEFAULT_CLUSTER_HOST - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_CLUSTER_PING_INTERVAL - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_CLUSTER_PING_REPLY_INTERVAL - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_CLUSTER_PORT - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_CLUSTERED - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_COMPRESSION_SUPPORTED - Static variable in class io.vertx.core.http.HttpServerOptions
-
- DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.core.net.ClientOptionsBase
-
- DEFAULT_EVENT_LOOP_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_HA - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_HOST - Static variable in class io.vertx.core.net.NetServerOptions
-
- DEFAULT_IDLE_TIMEOUT - Static variable in class io.vertx.core.net.TCPSSLOptions
-
- DEFAULT_INSTANCES - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_INTERNAL_BLOCKING_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_IPV6 - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
- DEFAULT_ISOLATION_GROUP - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_JMX_ENABLED - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_KEEP_ALIVE - Static variable in class io.vertx.core.http.HttpClientOptions
-
- DEFAULT_LOOPBACK_MODE_DISABLED - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
- DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_MAX_POOL_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
- DEFAULT_MAX_WEBSOCKET_FRAME_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
- DEFAULT_MAX_WEBSOCKET_FRAME_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
-
- DEFAULT_MAX_WORKER_EXECUTE_TIME - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_METRICS_ENABLED - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_MULTI_THREADED - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_MULTICAST_NETWORK_INTERFACE - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
- DEFAULT_MULTICAST_TIME_TO_LIVE - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
- DEFAULT_PIPELINING - Static variable in class io.vertx.core.http.HttpClientOptions
-
- DEFAULT_PORT - Static variable in class io.vertx.core.http.HttpServerOptions
-
- DEFAULT_PORT - Static variable in class io.vertx.core.net.NetServerOptions
-
- DEFAULT_QUORUM_SIZE - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_RECEIVE_BUFFER_SIZE - Static variable in class io.vertx.core.net.NetworkOptions
-
- DEFAULT_RECONNECT_ATTEMPTS - Static variable in class io.vertx.core.net.NetClientOptions
-
- DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.core.net.NetClientOptions
-
- DEFAULT_REDEPLOY - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_REDEPLOY_GRACE_PERIOD - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_REDEPLOY_SCAN_PERIOD - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_REUSE_ADDRESS - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
- DEFAULT_REUSE_ADDRESS - Static variable in class io.vertx.core.net.NetworkOptions
-
- DEFAULT_SEND_BUFFER_SIZE - Static variable in class io.vertx.core.net.NetworkOptions
-
- DEFAULT_SO_LINGER - Static variable in class io.vertx.core.net.TCPSSLOptions
-
- DEFAULT_SSL - Static variable in class io.vertx.core.net.TCPSSLOptions
-
- DEFAULT_TCP_KEEP_ALIVE - Static variable in class io.vertx.core.net.TCPSSLOptions
-
- DEFAULT_TCP_NO_DELAY - Static variable in class io.vertx.core.net.TCPSSLOptions
-
- DEFAULT_TRAFFIC_CLASS - Static variable in class io.vertx.core.net.NetworkOptions
-
- DEFAULT_TRUST_ALL - Static variable in class io.vertx.core.net.ClientOptionsBase
-
- DEFAULT_TRY_USE_COMPRESSION - Static variable in class io.vertx.core.http.HttpClientOptions
-
- DEFAULT_USE_POOLED_BUFFERS - Static variable in class io.vertx.core.net.TCPSSLOptions
-
- DEFAULT_VERIFY_HOST - Static variable in class io.vertx.core.http.HttpClientOptions
-
- DEFAULT_WORKER - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_WORKER_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
-
- DEFLATE_GZIP - Static variable in class io.vertx.core.http.HttpHeaders
-
deflate,gzip header value
- delete(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Deletes the file represented by the specified path
, asynchronously.
- delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- delete() - Method in class io.vertx.core.impl.verticle.CustomJavaFileObject
-
- deleteBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- deleteBlocking(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- deleteCacheDir(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.impl.FileResolver
-
- deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Deletes the file represented by the specified path
, asynchronously.<p>
If the path represents a directory and recursive = true
then the directory and its contents will be
deleted recursively.
- deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- deleteRecursiveBlocking(String, boolean) - Method in interface io.vertx.core.file.FileSystem
-
- deleteRecursiveBlocking(String, boolean) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- delimitedMode(String) - Method in class io.vertx.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented
by the String delim
encoded in latin-1 .
- delimitedMode(byte[]) - Method in class io.vertx.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented
by the delimiter delim
.<p>
This method can be called multiple times with different values of delim while data is being parsed.
- DeliveryOptions - Class in io.vertx.core.eventbus
-
- DeliveryOptions() - Constructor for class io.vertx.core.eventbus.DeliveryOptions
-
- DeliveryOptions(DeliveryOptions) - Constructor for class io.vertx.core.eventbus.DeliveryOptions
-
- DeliveryOptions(JsonObject) - Constructor for class io.vertx.core.eventbus.DeliveryOptions
-
- deliveryOptions(DeliveryOptions) - Method in class io.vertx.core.eventbus.impl.MessageProducerImpl
-
- deliveryOptions(DeliveryOptions) - Method in interface io.vertx.core.eventbus.MessageProducer
-
Update the delivery options of this producer.
- Deployment - Interface in io.vertx.core.impl
-
- DEPLOYMENT_OPTIONS_PROP_PREFIX - Static variable in class io.vertx.core.Starter
-
- deploymentID() - Method in class io.vertx.core.AbstractVerticle
-
- deploymentID() - Method in interface io.vertx.core.Context
-
- deploymentID - Variable in class io.vertx.core.impl.ContextImpl
-
- deploymentID() - Method in class io.vertx.core.impl.ContextImpl
-
- deploymentID() - Method in interface io.vertx.core.impl.Deployment
-
- DeploymentManager - Class in io.vertx.core.impl
-
- DeploymentManager(VertxInternal) - Constructor for class io.vertx.core.impl.DeploymentManager
-
- DeploymentOptions - Class in io.vertx.core
-
- DeploymentOptions() - Constructor for class io.vertx.core.DeploymentOptions
-
- DeploymentOptions(DeploymentOptions) - Constructor for class io.vertx.core.DeploymentOptions
-
- DeploymentOptions(JsonObject) - Constructor for class io.vertx.core.DeploymentOptions
-
- deploymentOptions() - Method in interface io.vertx.core.impl.Deployment
-
- deploymentOptions - Variable in class io.vertx.core.Starter
-
- deployments() - Method in class io.vertx.core.impl.DeploymentManager
-
- deployments() - Method in class io.vertx.core.impl.VertxImpl
-
- deployments() - Method in interface io.vertx.core.Vertx
-
- deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.DeploymentManager
-
- deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.DeploymentManager
-
- deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.HAManager
-
- deployVerticle(Verticle) - Method in class io.vertx.core.impl.VertxImpl
-
- deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.VertxImpl
-
- deployVerticle(String, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.VertxImpl
-
- deployVerticle(Verticle, DeploymentOptions) - Method in class io.vertx.core.impl.VertxImpl
-
- deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.VertxImpl
-
- deployVerticle(String) - Method in class io.vertx.core.impl.VertxImpl
-
- deployVerticle(String, DeploymentOptions) - Method in class io.vertx.core.impl.VertxImpl
-
- deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.VertxImpl
-
- deployVerticle(Verticle) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(Verticle, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(String) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(String, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- directBuffer() - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
-
- directBuffer(int) - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
-
- directBuffer(int, int) - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
-
- discardHandler(Handler<Message<T>>) - Method in class io.vertx.core.eventbus.impl.EventBusImpl.HandlerRegistration
-
- disconnected(SocketAddress) - Method in interface io.vertx.core.metrics.spi.DatagramSocketMetrics
-
- disconnected(SocketAddress) - Method in interface io.vertx.core.metrics.spi.NetMetrics
-
- dnsClass() - Method in class io.vertx.core.dns.impl.netty.DnsEntry
-
Returns the class for this entry.
- DnsClient - Interface in io.vertx.core.dns
-
Provides a way to asynchronous lookup informations from DNS-Servers.
- DnsClientImpl - Class in io.vertx.core.dns.impl
-
- DnsClientImpl(VertxInternal, int, String) - Constructor for class io.vertx.core.dns.impl.DnsClientImpl
-
- DnsClientImpl.ConvertingHandler<F,T> - Class in io.vertx.core.dns.impl
-
- DnsEntry - Class in io.vertx.core.dns.impl.netty
-
A class representing entries in a DNS packet (questions, and all resource
records).
- DnsEntry(String, int, int) - Constructor for class io.vertx.core.dns.impl.netty.DnsEntry
-
- DnsException - Exception in io.vertx.core.dns
-
- DnsException(DnsResponseCode) - Constructor for exception io.vertx.core.dns.DnsException
-
- DnsHeader - Class in io.vertx.core.dns.impl.netty
-
The header super-class which includes information shared by DNS query and
response packet headers such as the ID, opcode, and type.
- DnsHeader(DnsMessage<? extends DnsHeader>) - Constructor for class io.vertx.core.dns.impl.netty.DnsHeader
-
- DnsMessage<H extends DnsHeader> - Class in io.vertx.core.dns.impl.netty
-
The message super-class which contains core information concerning DNS
packets, both outgoing and incoming.
- DnsMessage() - Constructor for class io.vertx.core.dns.impl.netty.DnsMessage
-
- DnsQuery - Class in io.vertx.core.dns.impl.netty
-
A DNS query packet which is sent to a server to receive a DNS response packet
with information answering a DnsQuery’s questions.
- DnsQuery(int) - Constructor for class io.vertx.core.dns.impl.netty.DnsQuery
-
Constructs a DNS query.
- DnsQueryEncoder - Class in io.vertx.core.dns.impl.netty
-
DnsQueryEncoder accepts
DnsQuery
and encodes to
ByteBuf
.
- DnsQueryEncoder() - Constructor for class io.vertx.core.dns.impl.netty.DnsQueryEncoder
-
- DnsQueryHeader - Class in io.vertx.core.dns.impl.netty
-
The DNS query header class which is used to represent the 12 byte header in a
DnsQuery
.
- DnsQueryHeader(DnsMessage<? extends DnsQueryHeader>, int) - Constructor for class io.vertx.core.dns.impl.netty.DnsQueryHeader
-
Constructor for a DNS packet query header.
- DnsQuestion - Class in io.vertx.core.dns.impl.netty
-
The DNS question class which represents a question being sent to a server via
a query, or the question being duplicated and sent back in a response.
- DnsQuestion(String, int) - Constructor for class io.vertx.core.dns.impl.netty.DnsQuestion
-
Constructs a question with the default class IN (Internet).
- DnsQuestion(String, int, int) - Constructor for class io.vertx.core.dns.impl.netty.DnsQuestion
-
Constructs a question with the given class.
- DnsResource - Class in io.vertx.core.dns.impl.netty
-
Represents any resource record (answer, authority, or additional resource
records).
- DnsResource(String, int, int, long, int, ByteBuf) - Constructor for class io.vertx.core.dns.impl.netty.DnsResource
-
Constructs a resource record.
- DnsResponse - Class in io.vertx.core.dns.impl.netty
-
A DNS response packet which is sent to a client after a server receives a
query.
- DnsResponse(ByteBuf) - Constructor for class io.vertx.core.dns.impl.netty.DnsResponse
-
- DnsResponseCode - Enum in io.vertx.core.dns
-
Represents the possible response codes a server may send after receiving a
query.
- DnsResponseCode - Enum in io.vertx.core.dns.impl.netty
-
Represents the possible response codes a server may send after receiving a
query.
- DnsResponseDecoder - Class in io.vertx.core.dns.impl.netty
-
DnsResponseDecoder accepts
DatagramPacket
and encodes to
DnsResponse
.
- DnsResponseDecoder() - Constructor for class io.vertx.core.dns.impl.netty.DnsResponseDecoder
-
- DnsResponseHeader - Class in io.vertx.core.dns.impl.netty
-
The DNS response header class which is used when receiving data from a DNS
server.
- DnsResponseHeader(DnsMessage<? extends DnsResponseHeader>, int) - Constructor for class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Constructor for a DNS packet response header.
- DomainDecoder - Class in io.vertx.core.dns.impl.netty.decoder
-
Decodes any record that simply returns a domain name, such as NS (name
server) and CNAME (canonical name) resource records.
- DomainDecoder() - Constructor for class io.vertx.core.dns.impl.netty.decoder.DomainDecoder
-
- doMessageReceived(ServerConnection, ChannelHandlerContext, Object) - Method in class io.vertx.core.http.impl.HttpServerImpl.ServerHandler
-
- doMessageReceived(C, ChannelHandlerContext, Object) - Method in class io.vertx.core.http.impl.VertxHttpHandler
-
- doOpen(String, OpenOptions, ContextImpl) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- doOpen(String, OpenOptions, ContextImpl) - Method in class io.vertx.core.file.impl.WindowsFileSystem
-
- doPause() - Method in class io.vertx.core.net.impl.ConnectionBase
-
- doResume() - Method in class io.vertx.core.net.impl.ConnectionBase
-
- doSetWriteQueueMaxSize(int) - Method in class io.vertx.core.net.impl.ConnectionBase
-
- DoubleMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
-
- DoubleMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.DoubleMessageCodec
-
- doUndeploy(ContextImpl, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.impl.Deployment
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.datagram.PacketWritestream
-
- drainHandler(Handler<Void>) - Method in class io.vertx.core.eventbus.impl.MessageProducerImpl
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.eventbus.MessageProducer
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.file.AsyncFile
-
- drainHandler(Handler<Void>) - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- drainHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- drainHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- drainHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
-
- drainHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.WebSocketImpl
-
- drainHandler - Variable in class io.vertx.core.http.impl.WebSocketImplBase
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
-
- drainHandler(Handler<Void>) - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.streams.WriteStream
-
Set a drain handler on the stream.
- DummyVertxMetrics - Class in io.vertx.core.metrics.impl
-
- DummyVertxMetrics() - Constructor for class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- duplicate() - Method in class io.vertx.core.dns.impl.netty.DnsResource
-
Returns a duplicate of this resource record.
- duplicate() - Method in class io.vertx.core.dns.impl.netty.DnsResponse
-
Returns a duplicate of this DNS response.
- factory - Static variable in interface io.vertx.core.buffer.Buffer
-
- factory - Static variable in interface io.vertx.core.Future
-
- factory - Static variable in interface io.vertx.core.http.WebSocketFrame
-
- factory - Static variable in interface io.vertx.core.streams.Pump
-
- factory - Static variable in interface io.vertx.core.Vertx
-
- fail(int, String) - Method in class io.vertx.core.eventbus.impl.MessageImpl
-
- fail(int, String) - Method in interface io.vertx.core.eventbus.Message
-
Signal that processing of this message failed.
- fail(Throwable) - Method in interface io.vertx.core.Future
-
Set the failure.
- fail(String) - Method in interface io.vertx.core.Future
-
- failDuringFailover(boolean) - Method in class io.vertx.core.impl.HAManager
-
- failDuringFailover(boolean) - Method in class io.vertx.core.impl.VertxImpl
-
- failDuringFailover(boolean) - Method in interface io.vertx.core.impl.VertxInternal
-
- failed() - Method in interface io.vertx.core.AsyncResult
-
Did it fail?
- failedFuture(Throwable) - Static method in interface io.vertx.core.Future
-
- failedFuture(String) - Static method in interface io.vertx.core.Future
-
- failoverCompleteHandler(Handler<Boolean>) - Method in class io.vertx.core.impl.HAManager
-
- failoverCompleteHandler(Handler<Boolean>) - Method in class io.vertx.core.impl.VertxImpl
-
- failoverCompleteHandler(Handler<Boolean>) - Method in interface io.vertx.core.impl.VertxInternal
-
- failureCode() - Method in exception io.vertx.core.eventbus.ReplyException
-
- failureType() - Method in exception io.vertx.core.eventbus.ReplyException
-
- fatal(Object) - Method in class io.vertx.core.logging.impl.JULLogDelegate
-
- fatal(Object, Throwable) - Method in class io.vertx.core.logging.impl.JULLogDelegate
-
- fatal(Object) - Method in class io.vertx.core.logging.impl.Log4jLogDelegate
-
- fatal(Object, Throwable) - Method in class io.vertx.core.logging.impl.Log4jLogDelegate
-
- fatal(Object) - Method in interface io.vertx.core.logging.impl.LogDelegate
-
- fatal(Object, Throwable) - Method in interface io.vertx.core.logging.impl.LogDelegate
-
- fatal(Object) - Method in class io.vertx.core.logging.impl.SLF4JLogDelegate
-
- fatal(Object, Throwable) - Method in class io.vertx.core.logging.impl.SLF4JLogDelegate
-
- fatal(Object) - Method in class io.vertx.core.logging.Logger
-
- fatal(Object, Throwable) - Method in class io.vertx.core.logging.Logger
-
- fieldNames() - Method in class io.vertx.core.json.JsonObject
-
- filename() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
Returns the filename which was used when upload the file.
- FileProps - Interface in io.vertx.core.file
-
Represents properties of a file on the file system<p>
Instances of FileProps are thread-safe<p>
- FilePropsImpl - Class in io.vertx.core.file.impl
-
- FilePropsImpl(BasicFileAttributes) - Constructor for class io.vertx.core.file.impl.FilePropsImpl
-
- FileResolver - Class in io.vertx.core.impl
-
Sometimes the file resources of an application are bundled into jars, or are somewhere on the classpath but not
available on the file system, e.g.
- FileResolver(Vertx) - Constructor for class io.vertx.core.impl.FileResolver
-
- FileSystem - Interface in io.vertx.core.file
-
Contains a broad set of operations for manipulating files.<p>
A blocking and non blocking version of each operation is provided.<p>
The non blocking versions take a handler which is called when the operation completes or an error occurs.<p>
The blocking versions return the results, or throw exceptions directly.<p>
It is highly recommended the non blocking versions are used unless you are sure the operation
will not block for a significant period of time.<p>
Instances of FileSystem are thread-safe.<p>
- fileSystem() - Method in class io.vertx.core.impl.VertxImpl
-
- fileSystem() - Method in interface io.vertx.core.Vertx
-
The File system object
- FileSystemException - Exception in io.vertx.core.file
-
Exception thrown by the FileSystem class
- FileSystemException(String) - Constructor for exception io.vertx.core.file.FileSystemException
-
- FileSystemException(String, Throwable) - Constructor for exception io.vertx.core.file.FileSystemException
-
- FileSystemException(Throwable) - Constructor for exception io.vertx.core.file.FileSystemException
-
- FileSystemImpl - Class in io.vertx.core.file.impl
-
This class is thread-safe
- FileSystemImpl(VertxInternal) - Constructor for class io.vertx.core.file.impl.FileSystemImpl
-
- FileSystemImpl.BlockingAction<T> - Class in io.vertx.core.file.impl
-
- FileSystemProps - Interface in io.vertx.core.file
-
Represents properties of the file system.<p>
Instances of FileSystemProps are thread-safe.<p>
- FileSystemPropsImpl - Class in io.vertx.core.file.impl
-
- FileSystemPropsImpl(long, long, long) - Constructor for class io.vertx.core.file.impl.FileSystemPropsImpl
-
- finalize() - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- finalize() - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- finalize() - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- finalize() - Method in class io.vertx.core.http.impl.HttpServerImpl
-
- finalize() - Method in class io.vertx.core.net.impl.NetClientImpl
-
- finalize() - Method in class io.vertx.core.net.impl.NetServerImpl
-
- find(String) - Method in class io.vertx.core.impl.verticle.PackageHelper
-
- findClass(String) - Method in class io.vertx.core.impl.verticle.CompilingClassLoader
-
- fixedSizeMode(int) - Method in class io.vertx.core.parsetools.RecordParser
-
Flip the parser into fixed size mode, where the record size is specified by size
in bytes.<p>
This method can be called multiple times with different values of size while data is being parsed.
- FlashPolicyHandler - Class in io.vertx.core.http.impl.cgbystrom
-
A Flash policy file handler
Will detect connection attempts made by Adobe Flash clients and return a policy file response
- FlashPolicyHandler() - Constructor for class io.vertx.core.http.impl.cgbystrom.FlashPolicyHandler
-
- FloatMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
-
- FloatMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.FloatMessageCodec
-
- flush() - Method in interface io.vertx.core.file.AsyncFile
-
Flush any writes made to this file to underlying persistent storage.<p>
If the file was opened with flush
set to true
then calling this method will have no effect.<p>
The actual flush will happen asynchronously.
- flush(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.AsyncFile
-
Same as
AsyncFile.flush()
but the handler will be called when the flush is complete or if an error occurs
- flush() - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- flush(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- forceDirectAllocator(ChannelHandlerContext) - Static method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
-
Create a new ChannelHandlerContext
which wraps the given one anf force the usage of direct buffers.
- format(LogRecord) - Method in class io.vertx.core.logging.impl.VertxLoggerFormatter
-
- formAttributes() - Method in interface io.vertx.core.http.HttpServerRequest
-
Returns a map of all form attributes which was found in the request.
- formAttributes() - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
-
- frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.core.http.impl.WebSocketImpl
-
- frameHandler - Variable in class io.vertx.core.http.impl.WebSocketImplBase
-
- frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.ServerWebSocket
-
- frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.WebSocket
-
- frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.WebSocketBase
-
Set a frame handler on the connection
- FrameType - Enum in io.vertx.core.http.impl
-
List of all frame types.
- FROM - Static variable in class io.vertx.core.http.HttpHeaders
-
From header name
- fromInt(int) - Static method in enum io.vertx.core.eventbus.ReplyFailure
-
- fromJson(JsonObject) - Method in class io.vertx.core.DeploymentOptions
-
- fsProps(String, Handler<AsyncResult<FileSystemProps>>) - Method in interface io.vertx.core.file.FileSystem
-
Returns properties of the file-system being used by the specified path
, asynchronously.
- fsProps(String, Handler<AsyncResult<FileSystemProps>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- fsPropsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- fsPropsBlocking(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- Future<T> - Interface in io.vertx.core
-
- future() - Static method in interface io.vertx.core.Future
-
- future() - Method in class io.vertx.core.impl.FutureFactoryImpl
-
- future() - Method in interface io.vertx.core.spi.FutureFactory
-
- FutureFactory - Interface in io.vertx.core.spi
-
- FutureFactoryImpl - Class in io.vertx.core.impl
-
- FutureFactoryImpl() - Constructor for class io.vertx.core.impl.FutureFactoryImpl
-
- get(String) - Method in interface io.vertx.core.Context
-
- get(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- get(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- GET - Static variable in class io.vertx.core.http.HttpHeaders
-
GET header value
- get(String) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- get(CharSequence) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- get(String) - Method in class io.vertx.core.impl.ContextImpl
-
- get(CharSequence) - Method in interface io.vertx.core.MultiMap
-
- get(String) - Method in interface io.vertx.core.MultiMap
-
Returns the value of with the specified name.
- get(K, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Get a value from the map, asynchronously.
- get(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
- get(Handler<AsyncResult<Long>>) - Method in class io.vertx.core.shareddata.impl.AsynchronousCounter
-
- get(K) - Method in interface io.vertx.core.shareddata.LocalMap
-
- get(K, Handler<AsyncResult<ChoosableIterable<V>>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
-
Get a list of values from the map for the key
- getAcceptBacklog() - Method in class io.vertx.core.net.NetServerOptions
-
- getAccessLevel() - Method in class io.vertx.core.impl.verticle.CustomJavaFileObject
-
- getAdditionalResources() - Method in class io.vertx.core.dns.impl.netty.DnsMessage
-
Returns a list of all the additional resource records in this message.
- getAll(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- getAll(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- getAll(String) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- getAll(CharSequence) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- getAll(String) - Method in interface io.vertx.core.MultiMap
-
Returns the values with the specified name
- getAll(CharSequence) - Method in interface io.vertx.core.MultiMap
-
- getAndAdd(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
- getAndAdd(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.core.shareddata.impl.AsynchronousCounter
-
- getAndIncrement(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
- getAndIncrement(Handler<AsyncResult<Long>>) - Method in class io.vertx.core.shareddata.impl.AsynchronousCounter
-
- getAnswers() - Method in class io.vertx.core.dns.impl.netty.DnsMessage
-
Returns a list of all the answer resource records in this message.
- getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return an async map for the given name
- getAsyncMultiMap(String, Handler<AsyncResult<AsyncMultiMap<K, V>>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return an async multi-map for the given name
- getAuthorityResources() - Method in class io.vertx.core.dns.impl.netty.DnsMessage
-
Returns a list of all the authority resource records in this message.
- getBinary(int) - Method in class io.vertx.core.json.JsonArray
-
- getBinary(String) - Method in class io.vertx.core.json.JsonObject
-
- getBinary(String, byte[]) - Method in class io.vertx.core.json.JsonObject
-
- getBinaryData() - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
- getBinaryData() - Method in interface io.vertx.core.http.impl.ws.WebSocketFrameInternal
-
Returns the content of this frame as-is, with no UTF-8 decoding.
- getBlockedThreadCheckPeriod() - Method in class io.vertx.core.VertxOptions
-
- getBoolean(int) - Method in class io.vertx.core.json.JsonArray
-
- getBoolean(String) - Method in class io.vertx.core.json.JsonObject
-
- getBoolean(String, Boolean) - Method in class io.vertx.core.json.JsonObject
-
- getBuffer(int, int) - Method in interface io.vertx.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
- getBuffer(int, int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- getByte(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the byte
at position pos
in the Buffer.
- getByte(int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- getByteBuf() - Method in interface io.vertx.core.buffer.Buffer
-
Returns the Buffer as a Netty ByteBuf
.<p>
This method is meant for internal use only.
- getByteBuf() - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- getBytes() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of the entire Buffer as a byte[]
- getBytes(int, int) - Method in interface io.vertx.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() - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- getBytes(int, int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- getCertPath() - Method in class io.vertx.core.net.KeyCertOptions
-
- getCertPaths() - Method in class io.vertx.core.net.CaOptions
-
- getCertValue() - Method in class io.vertx.core.net.KeyCertOptions
-
- getCertValues() - Method in class io.vertx.core.net.CaOptions
-
- getCharContent(boolean) - Method in class io.vertx.core.impl.verticle.CustomJavaFileObject
-
- getClassName() - Method in class io.vertx.core.impl.verticle.JavaSourceContext
-
- getClientAuth() - Method in class io.vertx.core.net.impl.SSLHelper
-
- getClusterHost() - Method in class io.vertx.core.VertxOptions
-
- getClusterManager() - Method in class io.vertx.core.VertxOptions
-
- getClusterPingInterval() - Method in class io.vertx.core.VertxOptions
-
- getClusterPingReplyInterval() - Method in class io.vertx.core.VertxOptions
-
- getClusterPort() - Method in class io.vertx.core.VertxOptions
-
- getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.core.shareddata.impl.SharedDataImpl
-
- getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in interface io.vertx.core.shareddata.SharedData
-
- getCodecName() - Method in class io.vertx.core.eventbus.DeliveryOptions
-
- getCompiledClass(String) - Method in class io.vertx.core.impl.verticle.MemoryFileManager
-
- getConfig() - Method in class io.vertx.core.DeploymentOptions
-
- getConnection(int, String, Handler<ClientConnection>, Handler<Throwable>, ContextImpl) - Method in class io.vertx.core.http.impl.ConnectionManager
-
- getConnectTimeout() - Method in class io.vertx.core.net.ClientOptionsBase
-
- getContext() - Method in class io.vertx.core.impl.VertxImpl
-
- getContext() - Method in interface io.vertx.core.impl.VertxInternal
-
Get the current context
- getContext() - Method in class io.vertx.core.net.impl.ConnectionBase
-
- getContext(C) - Method in class io.vertx.core.net.impl.VertxHandler
-
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.core.shareddata.impl.SharedDataImpl
-
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in interface io.vertx.core.shareddata.SharedData
-
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
- getCrlPaths() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getCrlValues() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getDeployment() - Method in class io.vertx.core.impl.ContextImpl
-
- getDeployment(String) - Method in class io.vertx.core.impl.DeploymentManager
-
- getDeployment(String) - Method in class io.vertx.core.impl.VertxImpl
-
- getDeployment(String) - Method in interface io.vertx.core.impl.VertxInternal
-
- getDouble(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the double
at position pos
in the Buffer.
- getDouble(int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- getDouble(int) - Method in class io.vertx.core.json.JsonArray
-
- getDouble(String) - Method in class io.vertx.core.json.JsonObject
-
- getDouble(String, Double) - Method in class io.vertx.core.json.JsonObject
-
- getEnabledCipherSuites() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getEventLoop() - Method in class io.vertx.core.impl.ContextImpl
-
- getEventLoopGroup() - Method in class io.vertx.core.impl.VertxImpl
-
- getEventLoopGroup() - Method in interface io.vertx.core.impl.VertxInternal
-
- getEventLoopPoolSize() - Method in class io.vertx.core.VertxOptions
-
- getExecutor() - Method in class io.vertx.core.impl.OrderedExecutorFactory
-
Get an executor that always executes tasks in order.
- getExtraClasspath() - Method in class io.vertx.core.DeploymentOptions
-
- getFactory() - Static method in class io.vertx.core.dns.impl.netty.decoder.RecordDecoderFactory
-
Returns the active
RecordDecoderFactory
, which is the same as the
default factory if it has not been changed by the user.
- getFileSystem() - Method in class io.vertx.core.impl.VertxImpl
-
- getFloat(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the float
at position pos
in the Buffer.
- getFloat(int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- getFloat(int) - Method in class io.vertx.core.json.JsonArray
-
- getFloat(String) - Method in class io.vertx.core.json.JsonObject
-
- getFloat(String, Float) - Method in class io.vertx.core.json.JsonObject
-
- getHAGroup() - Method in class io.vertx.core.VertxOptions
-
- getHeader() - Method in class io.vertx.core.dns.impl.netty.DnsMessage
-
Returns the header belonging to this message.
- getHeaders() - Method in class io.vertx.core.eventbus.DeliveryOptions
-
- getHost() - Method in class io.vertx.core.net.NetServerOptions
-
- getId() - Method in class io.vertx.core.dns.impl.netty.DnsHeader
-
Returns the 2 byte unsigned identifier number used for the
DnsMessage
.
- getIdleTimeout() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getInstances() - Method in class io.vertx.core.DeploymentOptions
-
- getInt(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the int
at position pos
in the Buffer.
- getInt(int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- getInt(String) - Method in class io.vertx.core.impl.Args
-
- getInteger(int) - Method in class io.vertx.core.json.JsonArray
-
- getInteger(String) - Method in class io.vertx.core.json.JsonObject
-
- getInteger(String, Integer) - Method in class io.vertx.core.json.JsonObject
-
- getInternalBlockingPoolSize() - Method in class io.vertx.core.VertxOptions
-
- getIsolationGroup() - Method in class io.vertx.core.DeploymentOptions
-
- getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class io.vertx.core.impl.verticle.MemoryFileManager
-
- getJmxDomain() - Method in class io.vertx.core.VertxOptions
-
- getJsonArray(int) - Method in class io.vertx.core.json.JsonArray
-
- getJsonArray(String) - Method in class io.vertx.core.json.JsonObject
-
- getJsonArray(String, JsonArray) - Method in class io.vertx.core.json.JsonObject
-
- getJsonObject(int) - Method in class io.vertx.core.json.JsonArray
-
- getJsonObject(String) - Method in class io.vertx.core.json.JsonObject
-
- getJsonObject(String, JsonObject) - Method in class io.vertx.core.json.JsonObject
-
- getKeyMgrs(VertxInternal) - Method in class io.vertx.core.net.impl.KeyStoreHelper
-
- getKeyPath() - Method in class io.vertx.core.net.KeyCertOptions
-
- getKeyStoreOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getKeyValue() - Method in class io.vertx.core.net.KeyCertOptions
-
- getKind() - Method in class io.vertx.core.impl.verticle.CustomJavaFileObject
-
- getLastModified() - Method in class io.vertx.core.impl.verticle.CustomJavaFileObject
-
- getList() - Method in class io.vertx.core.json.JsonArray
-
- getLocalMap(String) - Method in class io.vertx.core.shareddata.impl.SharedDataImpl
-
Return a Map
with the specific name
.
- getLocalMap(String) - Method in interface io.vertx.core.shareddata.SharedData
-
Return a Map
with the specific name
.
- getLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.core.shareddata.impl.SharedDataImpl
-
- getLock(String, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.core.shareddata.impl.SharedDataImpl
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
- getLogger(Class<?>) - Static method in class io.vertx.core.logging.impl.LoggerFactory
-
- getLogger(String) - Static method in class io.vertx.core.logging.impl.LoggerFactory
-
- getLong(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the long
at position pos
in the Buffer.
- getLong(int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- getLong(int) - Method in class io.vertx.core.json.JsonArray
-
- getLong(String) - Method in class io.vertx.core.json.JsonObject
-
- getLong(String, Long) - Method in class io.vertx.core.json.JsonObject
-
- getMap() - Method in class io.vertx.core.json.JsonObject
-
- getMaxBufferedMessages() - Method in class io.vertx.core.eventbus.impl.EventBusImpl.HandlerRegistration
-
- getMaxBufferedMessages() - Method in interface io.vertx.core.eventbus.MessageConsumer
-
- getMaxEventLoopExecuteTime() - Method in class io.vertx.core.VertxOptions
-
- getMaxPoolSize() - Method in class io.vertx.core.http.HttpClientOptions
-
- getMaxWebsocketFrameSize() - Method in class io.vertx.core.http.HttpClientOptions
-
- getMaxWebsocketFrameSize() - Method in class io.vertx.core.http.HttpServerOptions
-
- getMaxWorkerExecuteTime() - Method in class io.vertx.core.VertxOptions
-
- getMimeTypeForExtension(String) - Static method in class io.vertx.core.http.impl.MimeMapping
-
- getMulticastNetworkInterface() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- getMulticastTimeToLive() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- getName(ByteBuf, int) - Static method in class io.vertx.core.dns.impl.netty.DnsResponseDecoder
-
Retrieves a domain name given a buffer containing a DNS packet without
advancing the readerIndex for the buffer.
- getName() - Method in class io.vertx.core.impl.verticle.CustomJavaFileObject
-
- getNestingKind() - Method in class io.vertx.core.impl.verticle.CustomJavaFileObject
-
- getNodeID() - Method in class io.vertx.core.impl.VertxImpl
-
- getNodeID() - Method in interface io.vertx.core.impl.VertxInternal
-
- getNodeID() - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return the unique node ID for this node
- getNodes() - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return a list of node IDs corresponding to the nodes in the cluster
- getOpcode() - Method in class io.vertx.core.dns.impl.netty.DnsHeader
-
- getOrCreateContext() - Method in class io.vertx.core.impl.VertxImpl
-
- getOrCreateContext() - Method in interface io.vertx.core.impl.VertxInternal
-
- getOrCreateContext() - Method in interface io.vertx.core.Vertx
-
Gets the current context, or creates one if there isn’t one
- getPassword() - Method in class io.vertx.core.net.JKSOptions
-
- getPassword() - Method in class io.vertx.core.net.PKCS12Options
-
- getPath() - Method in class io.vertx.core.net.JKSOptions
-
- getPath() - Method in class io.vertx.core.net.PKCS12Options
-
- getPeerCertificateChain() - Method in class io.vertx.core.net.impl.ConnectionBase
-
- getPerms() - Method in class io.vertx.core.file.OpenOptions
-
- getPort() - Method in class io.vertx.core.net.NetServerOptions
-
- getQuestions() - Method in class io.vertx.core.dns.impl.netty.DnsMessage
-
Returns a list of all the questions in this message.
- getQuorumSize() - Method in class io.vertx.core.VertxOptions
-
- getReadAdditionalResources() - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Returns the number of additional resource records to read for this DNS
response packet.
- getReadAnswers() - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Returns the number of answers to read for this DNS response packet.
- getReadAuthorityResources() - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Returns the number of authority resource records to read for this DNS
response packet.
- getReadQuestions() - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Returns the number of questions to read for this DNS response packet.
- getReceiveBufferSize() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- getReceiveBufferSize() - Method in class io.vertx.core.net.NetworkOptions
-
- getReconnectAttempts() - Method in class io.vertx.core.net.NetClientOptions
-
- getReconnectInterval() - Method in class io.vertx.core.net.NetClientOptions
-
- getRedeployGracePeriod() - Method in class io.vertx.core.DeploymentOptions
-
- getRedeployScanPeriod() - Method in class io.vertx.core.DeploymentOptions
-
- getResponseCode() - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Returns the 4 bit return code.
- getSendBufferSize() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- getSendBufferSize() - Method in class io.vertx.core.net.NetworkOptions
-
- getSendTimeout() - Method in class io.vertx.core.eventbus.DeliveryOptions
-
- getShort(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the short
at position pos
in the Buffer.
- getShort(int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- getSoLinger() - Method in class io.vertx.core.net.impl.SocketDefaults
-
- getSoLinger() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getSourceRoot() - Method in class io.vertx.core.impl.verticle.JavaSourceContext
-
- getStatusCode() - Method in interface io.vertx.core.http.HttpServerResponse
-
The HTTP status code of the response.
- getStatusCode() - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- getStatusMessage() - Method in interface io.vertx.core.http.HttpServerResponse
-
The HTTP status message of the response.
- getStatusMessage() - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- getString(int, int, String) - Method in interface io.vertx.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 interface io.vertx.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a String
starting at position start
and ending at position end - 1
interpreted as a String in UTF-8 encoding
- getString(int, int, String) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- getString(int, int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- getString(int) - Method in class io.vertx.core.json.JsonArray
-
- getString(String) - Method in class io.vertx.core.json.JsonObject
-
- getString(String, String) - Method in class io.vertx.core.json.JsonObject
-
- getSyncMap(String) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return a synchronous map for the given name
- getTcpReceiveBufferSize() - Method in class io.vertx.core.net.impl.SocketDefaults
-
- getTcpSendBufferSize() - Method in class io.vertx.core.net.impl.SocketDefaults
-
- getTrafficClass() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- getTrafficClass() - Method in class io.vertx.core.net.impl.SocketDefaults
-
- getTrafficClass() - Method in class io.vertx.core.net.NetworkOptions
-
- getTrustMgrs(VertxInternal) - Method in class io.vertx.core.net.impl.KeyStoreHelper
-
- getTrustStoreOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getType() - Method in class io.vertx.core.dns.impl.netty.DnsHeader
-
- getType() - Method in class io.vertx.core.dns.impl.netty.DnsQueryHeader
-
- getType() - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
- getValue(int) - Method in class io.vertx.core.json.JsonArray
-
- getValue(String) - Method in class io.vertx.core.json.JsonObject
-
- getValue(String, Object) - Method in class io.vertx.core.json.JsonObject
-
- getValue() - Method in class io.vertx.core.net.JKSOptions
-
- getValue() - Method in class io.vertx.core.net.PKCS12Options
-
- getVersion() - Method in class io.vertx.core.Starter
-
- getVerticles() - Method in interface io.vertx.core.impl.Deployment
-
- getVertx() - Method in class io.vertx.core.AbstractVerticle
-
- getVertx() - Method in interface io.vertx.core.Verticle
-
- getWebsocketSubProtocols() - Method in class io.vertx.core.http.HttpServerOptions
-
- getWorkerPool() - Method in class io.vertx.core.impl.VertxImpl
-
- getWorkerPool() - Method in interface io.vertx.core.impl.VertxInternal
-
- getWorkerPoolSize() - Method in class io.vertx.core.VertxOptions
-
- getZ() - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Returns the 3 bit reserved field 'Z'.
- LAST_MODIFIED - Static variable in class io.vertx.core.http.HttpHeaders
-
Last-Modified header name
- lastAccessTime() - Method in interface io.vertx.core.file.FileProps
-
The date the file was last accessed
- lastAccessTime() - Method in class io.vertx.core.file.impl.FilePropsImpl
-
- lastModifiedTime() - Method in interface io.vertx.core.file.FileProps
-
The date the file was last modified
- lastModifiedTime() - Method in class io.vertx.core.file.impl.FilePropsImpl
-
- latin1StringToBytes(String) - Static method in class io.vertx.core.parsetools.RecordParser
-
Helper method to convert a latin-1 String to an array of bytes for use as a delimiter
Please do not use this for non latin-1 characters
- leave(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Leave the cluster
- length() - Method in interface io.vertx.core.buffer.Buffer
-
Returns the length of the buffer, measured in bytes.
- length() - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- link(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Create a hard link on the file system from link
to existing
, asynchronously.
- link(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- linkBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- linkBlocking(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- list(JavaFileManager.Location, String, Set<JavaFileObject.Kind>, boolean) - Method in class io.vertx.core.impl.verticle.MemoryFileManager
-
- listen(int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
- listen(int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- listen() - Method in interface io.vertx.core.http.HttpServer
-
- listen(Handler<AsyncResult<HttpServer>>) - Method in interface io.vertx.core.http.HttpServer
-
- listen() - Method in class io.vertx.core.http.impl.HttpServerImpl
-
- listen(Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.core.http.impl.HttpServerImpl
-
- listen() - Method in class io.vertx.core.net.impl.NetServerImpl
-
- listen(Handler<AsyncResult<NetServer>>) - Method in class io.vertx.core.net.impl.NetServerImpl
-
- listen() - Method in interface io.vertx.core.net.NetServer
-
- listen(Handler<AsyncResult<NetServer>>) - Method in interface io.vertx.core.net.NetServer
-
Instruct the server to listen for incoming connections on the specified port
and all available interfaces.
- listening(SocketAddress) - Method in interface io.vertx.core.metrics.spi.NetMetrics
-
- listenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Joins a multicast group and so start listen for packets send to it.
- listenMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Joins a multicast group and so start listen for packets send to it on the given network interface.
- listenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- listenMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- loadClass(String, boolean) - Method in class io.vertx.core.impl.IsolatingClassLoader
-
- loadFactory(Class<T>) - Static method in class io.vertx.core.ServiceHelper
-
- loadStore(VertxInternal, String) - Method in class io.vertx.core.net.impl.KeyStoreHelper
-
- localAddress() - Method in interface io.vertx.core.datagram.DatagramSocket
-
- localAddress() - Method in interface io.vertx.core.http.HttpServerRequest
-
Return the local (server side) address of the server that handles the request
- localAddress() - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- localAddress() - Method in class io.vertx.core.http.impl.WebSocketImplBase
-
- localAddress() - Method in interface io.vertx.core.http.WebSocketBase
-
Return the local address for this socket
- localAddress() - Method in class io.vertx.core.net.impl.ConnectionBase
-
- localAddress() - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- localAddress() - Method in interface io.vertx.core.net.NetSocket
-
Return the local address for this socket
- localConsumer(String) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a local message consumer against the specified address.
- localConsumer(String, Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Register a local message consumer against the specified address.
- localConsumer(String) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- localConsumer(String, Handler<Message<T>>) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- LocalMap<K,V> - Interface in io.vertx.core.shareddata
-
- LOCATION - Static variable in class io.vertx.core.http.HttpHeaders
-
Location header name
- Lock - Interface in io.vertx.core.shareddata
-
- Log4jLogDelegate - Class in io.vertx.core.logging.impl
-
- Log4jLogDelegateFactory - Class in io.vertx.core.logging.impl
-
- Log4jLogDelegateFactory() - Constructor for class io.vertx.core.logging.impl.Log4jLogDelegateFactory
-
- LogDelegate - Interface in io.vertx.core.logging.impl
-
I represent operations that are delegated to underlying logging frameworks.
- LogDelegateFactory - Interface in io.vertx.core.logging.impl
-
- Logger - Class in io.vertx.core.logging
-
<p>This class allows us to isolate all our logging dependencies in one place.
- Logger(LogDelegate) - Constructor for class io.vertx.core.logging.Logger
-
- LOGGER_DELEGATE_FACTORY_CLASS_NAME - Static variable in class io.vertx.core.logging.impl.LoggerFactory
-
- LoggerFactory - Class in io.vertx.core.logging.impl
-
- LoggerFactory() - Constructor for class io.vertx.core.logging.impl.LoggerFactory
-
- LongMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
-
- LongMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.LongMessageCodec
-
- lookup(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
- lookup(String, Handler<AsyncResult<String>>) - Method in class io.vertx.core.dns.impl.DnsClientImpl
-
- lookup4(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to lookup the A (ipv4) record for the given name.
- lookup4(String, Handler<AsyncResult<String>>) - Method in class io.vertx.core.dns.impl.DnsClientImpl
-
- lookup6(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to lookup the AAAA (ipv6) record for the given name.
- lookup6(String, Handler<AsyncResult<String>>) - Method in class io.vertx.core.dns.impl.DnsClientImpl
-
- lprops(String, Handler<AsyncResult<FileProps>>) - Method in interface io.vertx.core.file.FileSystem
-
Obtain properties for the link represented by path
, asynchronously.
- lprops(String, Handler<AsyncResult<FileProps>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- lpropsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- lpropsBlocking(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- MailExchangerDecoder - Class in io.vertx.core.dns.impl.netty.decoder
-
Decodes MX (mail exchanger) resource records.
- MailExchangerDecoder() - Constructor for class io.vertx.core.dns.impl.netty.decoder.MailExchangerDecoder
-
- MailExchangerRecord - Class in io.vertx.core.dns.impl.netty.decoder.record
-
Represents an MX (mail exchanger) record, which contains a mail server
responsible for accepting e-mail and a preference value for prioritizing mail
servers if multiple servers exist.
- MailExchangerRecord(int, String) - Constructor for class io.vertx.core.dns.impl.netty.decoder.record.MailExchangerRecord
-
Constructs an MX (mail exchanger) record.
- main(String[]) - Static method in class io.vertx.core.Starter
-
- map - Variable in class io.vertx.core.impl.Args
-
- Match(Map<String, String>, ServerWebSocket) - Constructor for class io.vertx.core.http.impl.WebSocketMatcher.Match
-
- Measured - Interface in io.vertx.core.metrics
-
- MemoryFileManager - Class in io.vertx.core.impl.verticle
-
- MemoryFileManager(ClassLoader, JavaFileManager) - Constructor for class io.vertx.core.impl.verticle.MemoryFileManager
-
- mergeIn(JsonObject) - Method in class io.vertx.core.json.JsonObject
-
- Message<T> - Interface in io.vertx.core.eventbus
-
- MessageCodec<S,R> - Interface in io.vertx.core.eventbus
-
Instances of this class must be stateless as they will be used concurrently.
- MessageConsumer<T> - Interface in io.vertx.core.eventbus
-
An event bus consumer object representing a stream of message to an
EventBus
address that can
be read from.<p>
- MessageImpl<U,V> - Class in io.vertx.core.eventbus.impl
-
- MessageImpl() - Constructor for class io.vertx.core.eventbus.impl.MessageImpl
-
- MessageImpl(ServerID, String, String, MultiMap, U, MessageCodec<U, V>, boolean) - Constructor for class io.vertx.core.eventbus.impl.MessageImpl
-
- MessageProducer<T> - Interface in io.vertx.core.eventbus
-
Represents a stream of message that can be written to<p>
- MessageProducerImpl<T> - Class in io.vertx.core.eventbus.impl
-
- MessageProducerImpl(EventBus, String, boolean, DeliveryOptions) - Constructor for class io.vertx.core.eventbus.impl.MessageProducerImpl
-
- messageReceived(String) - Method in interface io.vertx.core.metrics.spi.EventBusMetrics
-
- messageSent(String, boolean) - Method in interface io.vertx.core.metrics.spi.EventBusMetrics
-
- method() - Method in interface io.vertx.core.http.HttpClientRequest
-
The HTTP method for the request.
- method() - Method in interface io.vertx.core.http.HttpServerRequest
-
The HTTP method for the request.
- method() - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- method() - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- metricBaseName() - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- metricBaseName() - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- metricBaseName() - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- metricBaseName() - Method in class io.vertx.core.http.impl.HttpServerImpl
-
- metricBaseName() - Method in class io.vertx.core.impl.VertxImpl
-
- metricBaseName() - Method in class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- metricBaseName() - Method in interface io.vertx.core.metrics.Measured
-
The metric base name
- metricBaseName() - Method in class io.vertx.core.net.impl.NetClientImpl
-
- metricBaseName() - Method in class io.vertx.core.net.impl.NetServerImpl
-
- metrics() - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- metrics() - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- metrics() - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- metrics() - Method in class io.vertx.core.http.impl.HttpServerImpl
-
- metrics() - Method in class io.vertx.core.impl.VertxImpl
-
- metrics() - Method in class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- metrics() - Method in interface io.vertx.core.metrics.Measured
-
Will return the metrics that correspond with this measured object.
- metrics - Variable in class io.vertx.core.net.impl.ConnectionBase
-
- metrics() - Method in class io.vertx.core.net.impl.NetClientImpl
-
- metrics() - Method in class io.vertx.core.net.impl.NetServerImpl
-
- metrics(Vertx, VertxOptions) - Method in interface io.vertx.core.spi.VertxMetricsFactory
-
- metricsSPI() - Method in class io.vertx.core.impl.VertxImpl
-
- metricsSPI() - Method in interface io.vertx.core.impl.VertxInternal
-
- MimeMapping - Class in io.vertx.core.http.impl
-
We do our own mapping since support for mime mapping in Java is platform dependent
and doesn’t seem to work very well
- MimeMapping() - Constructor for class io.vertx.core.http.impl.MimeMapping
-
- minimumTtl() - Method in class io.vertx.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
-
Returns the minimum TTL for records in the zone (if the record has a
higher TTL, that value should be used as the TTL).
- mkdir(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Create the directory represented by path
, asynchronously.<p>
The operation will fail if the directory already exists.
- mkdir(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Create the directory represented by path
, asynchronously.<p>
The new directory will be created with permissions as specified by perms
.
- mkdir(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- mkdir(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- mkdirBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- mkdirBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- mkdirBlocking(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- mkdirBlocking(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- mkdirInternal(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- mkdirInternal(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.WindowsFileSystem
-
- mkdirs(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Create the directory represented by path
, asynchronously.<p>
If createParents
is set to true
then any non-existent parent directories of the directory
will also be created.<p>
The operation will fail if the directory already exists.
- mkdirs(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Create the directory represented by path
, asynchronously.<p>
The new directory will be created with permissions as specified by perms
.
- mkdirs(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- mkdirs(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- mkdirsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- mkdirsBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- mkdirsBlocking(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- mkdirsBlocking(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- move(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Move a file from the path from
to path to
, asynchronously.<p>
The move will fail if the destination already exists.<p>
- move(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- moveBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- moveBlocking(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- MultiMap - Interface in io.vertx.core
-
- MultiThreadedWorkerContext - Class in io.vertx.core.impl
-
- MultiThreadedWorkerContext(VertxInternal, Executor, Executor, String, JsonObject, ClassLoader) - Constructor for class io.vertx.core.impl.MultiThreadedWorkerContext
-
- MxRecord - Interface in io.vertx.core.dns
-
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
- name() - Method in class io.vertx.core.dns.impl.netty.decoder.record.MailExchangerRecord
-
Returns the mail exchanger (an e-mail address) in the format
admin.example.com, which represents
[email protected].
- name() - Method in class io.vertx.core.dns.impl.netty.decoder.record.ServiceRecord
-
Returns the name for the server being queried.
- name() - Method in class io.vertx.core.dns.impl.netty.DnsEntry
-
Returns the name of this entry (the domain).
- name() - Method in interface io.vertx.core.dns.MxRecord
-
The name of the MX record
- name() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the name for the server being queried.
- name() - Method in class io.vertx.core.eventbus.impl.codecs.BooleanMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.BufferMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.ByteArrayMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.ByteMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.CharMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.DoubleMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.FloatMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.IntMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.JsonArrayMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.JsonObjectMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.LongMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.NullMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.PingMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.ShortMessageCodec
-
- name() - Method in class io.vertx.core.eventbus.impl.codecs.StringMessageCodec
-
- name() - Method in interface io.vertx.core.eventbus.MessageCodec
-
- name() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
Returns the name of the attribute
- names() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- names() - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- names() - Method in interface io.vertx.core.MultiMap
-
Gets a immutable
Set
of all names
- NetClient - Interface in io.vertx.core.net
-
A TCP/SSL client.<p>
Multiple connections to different servers can be made using the same instance.<p>
This client supports a configurable number of connection attempts and a configurable
delay between attempts.<p>
If an instance is instantiated from an event loop then the handlers
of the instance will always be called on that same event loop.
- NetClientImpl - Class in io.vertx.core.net.impl
-
This class is thread-safe
- NetClientImpl(VertxInternal, NetClientOptions) - Constructor for class io.vertx.core.net.impl.NetClientImpl
-
- NetClientOptions - Class in io.vertx.core.net
-
- NetClientOptions(NetClientOptions) - Constructor for class io.vertx.core.net.NetClientOptions
-
- NetClientOptions(JsonObject) - Constructor for class io.vertx.core.net.NetClientOptions
-
- NetClientOptions() - Constructor for class io.vertx.core.net.NetClientOptions
-
- NetMetrics - Interface in io.vertx.core.metrics.spi
-
- netMetrics() - Method in class io.vertx.core.net.impl.ConnectionBase
-
- NetServer - Interface in io.vertx.core.net
-
Represents a TCP or SSL server<p>
If an instance is instantiated from an event loop then the handlers
of the instance will always be called on that same event loop.
- NetServerImpl - Class in io.vertx.core.net.impl
-
This class is thread-safe
- NetServerImpl(VertxInternal, NetServerOptions) - Constructor for class io.vertx.core.net.impl.NetServerImpl
-
- NetServerOptions - Class in io.vertx.core.net
-
- NetServerOptions(NetServerOptions) - Constructor for class io.vertx.core.net.NetServerOptions
-
- NetServerOptions(JsonObject) - Constructor for class io.vertx.core.net.NetServerOptions
-
- NetServerOptions() - Constructor for class io.vertx.core.net.NetServerOptions
-
- netSocket() - Method in interface io.vertx.core.http.HttpClientResponse
-
Get a net socket for the underlying connection of this request.
- netSocket() - Method in interface io.vertx.core.http.HttpServerRequest
-
Get a net socket for the underlying connection of this request.
- netSocket() - Method in class io.vertx.core.http.impl.HttpClientResponseImpl
-
- netSocket() - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- NetSocket - Interface in io.vertx.core.net
-
Represents a socket-like interface to a TCP/SSL connection on either the
client or the server side.<p>
Instances of this class are created on the client side by an
NetClient
when a connection to a server is made, or on the server side by a
NetServer
when a server accepts a connection.<p>
It implements both
ReadStream
and
WriteStream
so it can be used with
Pump
to pump data with flow control.<p>
Instances of this class are not thread-safe.<p>
- NetSocketImpl - Class in io.vertx.core.net.impl
-
This class is optimised for performance when used on the same event loop that is was passed to the handler with.
- NetSocketImpl(VertxInternal, Channel, ContextImpl, SSLHelper, boolean, NetMetrics) - Constructor for class io.vertx.core.net.impl.NetSocketImpl
-
- NetSocketStream - Interface in io.vertx.core.net
-
- NetworkOptions - Class in io.vertx.core.net
-
- NetworkOptions(NetworkOptions) - Constructor for class io.vertx.core.net.NetworkOptions
-
- NetworkOptions(JsonObject) - Constructor for class io.vertx.core.net.NetworkOptions
-
- NetworkOptions() - Constructor for class io.vertx.core.net.NetworkOptions
-
- newDelimited(String, Handler<Buffer>) - Static method in class io.vertx.core.parsetools.RecordParser
-
Create a new RecordParser
instance, initially in delimited mode, and where the delimiter can be represented
by the String delim endcoded in latin-1 .
- newDelimited(byte[], Handler<Buffer>) - Static method in class io.vertx.core.parsetools.RecordParser
-
Create a new RecordParser
instance, initially in delimited mode, and where the delimiter can be represented
by the byte[]
delim.<p>
output
Will receive whole records which have been parsed.
- newFixed(int, Handler<Buffer>) - Static method in class io.vertx.core.parsetools.RecordParser
-
Create a new RecordParser
instance, initially in fixed size mode, and where the record size is specified
by the size
parameter.<p>
output
Will receive whole records which have been parsed.
- newSocket() - Method in interface io.vertx.core.metrics.spi.DatagramSocketMetrics
-
- newThread(Runnable) - Method in class io.vertx.core.impl.VertxThreadFactory
-
- next() - Method in class io.vertx.core.net.impl.VertxEventLoopGroup
-
- nodeAdded(String) - Method in interface io.vertx.core.spi.cluster.NodeListener
-
A node has been added
- nodeLeft(String) - Method in interface io.vertx.core.spi.cluster.NodeListener
-
A node has left
- nodeListener(NodeListener) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Set a listener that will be called when a node joins or leaves the cluster.
- NodeListener - Interface in io.vertx.core.spi.cluster
-
A NodeListener is called when nodes join or leave the cluster
- noMatch(Handler<WebSocketMatcher.Match>) - Method in class io.vertx.core.http.impl.WebSocketMatcher
-
Specify a handler that will be called when no other handlers match.
- NoStackTraceThrowable - Class in io.vertx.core.impl
-
- NoStackTraceThrowable(String) - Constructor for class io.vertx.core.impl.NoStackTraceThrowable
-
- NullMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
-
- NullMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.NullMessageCodec
-
- numberPumped() - Method in class io.vertx.core.streams.impl.PumpImpl
-
Return the total number of bytes pumped by this pump.
- numberPumped() - Method in interface io.vertx.core.streams.Pump
-
Return the total number of items pumped by this pump.
- PackageHelper - Class in io.vertx.core.impl.verticle
-
- PackageHelper(ClassLoader) - Constructor for class io.vertx.core.impl.verticle.PackageHelper
-
- PacketWritestream - Interface in io.vertx.core.datagram
-
- params() - Method in interface io.vertx.core.http.HttpServerRequest
-
Returns a map of all the parameters in the request
- params() - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- params - Variable in class io.vertx.core.http.impl.WebSocketMatcher.Match
-
- PartialPooledByteBufAllocator - Class in io.vertx.core.net.impl
-
A ByteBufAllocator
which is partial pooled.
- path() - Method in interface io.vertx.core.http.HttpServerRequest
-
The path part of the uri.
- path() - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- path() - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
-
- path() - Method in interface io.vertx.core.http.ServerWebSocket
-
The path the websocket is attempting to connect at
- pause() - Method in interface io.vertx.core.datagram.DatagramSocket
-
- pause() - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- pause() - Method in class io.vertx.core.eventbus.impl.BodyReadStream
-
- pause() - Method in class io.vertx.core.eventbus.impl.EventBusImpl.HandlerRegistration
-
- pause() - Method in interface io.vertx.core.eventbus.MessageConsumer
-
- pause() - Method in interface io.vertx.core.file.AsyncFile
-
- pause() - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- pause() - Method in interface io.vertx.core.http.HttpClientRequest
-
- pause() - Method in interface io.vertx.core.http.HttpClientResponse
-
- pause() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
- pause() - Method in interface io.vertx.core.http.HttpServerRequest
-
- pause() - Method in interface io.vertx.core.http.HttpServerRequestStream
-
- pause() - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- pause() - Method in class io.vertx.core.http.impl.HttpClientResponseImpl
-
- pause() - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- pause() - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
-
- pause() - Method in class io.vertx.core.http.impl.WebSocketImpl
-
- pause() - Method in interface io.vertx.core.http.ServerWebSocket
-
- pause() - Method in interface io.vertx.core.http.ServerWebSocketStream
-
- pause() - Method in interface io.vertx.core.http.WebSocket
-
- pause() - Method in interface io.vertx.core.http.WebSocketBase
-
- pause() - Method in interface io.vertx.core.http.WebSocketStream
-
- pause() - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- pause() - Method in interface io.vertx.core.net.NetSocket
-
- pause() - Method in interface io.vertx.core.net.NetSocketStream
-
- pause() - Method in interface io.vertx.core.streams.ReadStream
-
Pause the ReadSupport
.
- pause() - Method in interface io.vertx.core.TimeoutStream
-
- peerCertificateChain() - Method in interface io.vertx.core.http.HttpServerRequest
-
- peerCertificateChain() - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- perform() - Method in class io.vertx.core.impl.Redeployer
-
- perform() - Method in interface io.vertx.core.spi.cluster.Action
-
- periodicStream(long) - Method in class io.vertx.core.impl.VertxImpl
-
- periodicStream(long) - Method in interface io.vertx.core.Vertx
-
Returns a periodic timer as a read stream.
- PingMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
-
- PingMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.PingMessageCodec
-
- PKCS12Options - Class in io.vertx.core.net
-
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.<p>
When used as a key store, it should point to a store containing a private key and its certificate.
- PKCS12Options() - Constructor for class io.vertx.core.net.PKCS12Options
-
- PKCS12Options(PKCS12Options) - Constructor for class io.vertx.core.net.PKCS12Options
-
- PKCS12Options(JsonObject) - Constructor for class io.vertx.core.net.PKCS12Options
-
- port() - Method in class io.vertx.core.dns.impl.netty.decoder.record.ServiceRecord
-
Returns the port the service is running on.
- port() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the port the service is running on.
- port - Variable in class io.vertx.core.net.impl.ServerID
-
- prefix() - Method in class io.vertx.core.impl.JavaVerticleFactory
-
- prefix() - Method in interface io.vertx.core.spi.VerticleFactory
-
- primaryNameServer() - Method in class io.vertx.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
-
Returns the primary name server.
- priority() - Method in class io.vertx.core.dns.impl.netty.decoder.record.MailExchangerRecord
-
Returns the priority of the mail exchanger, lower is more preferred.
- priority() - Method in class io.vertx.core.dns.impl.netty.decoder.record.ServiceRecord
-
Returns the priority for this service record.
- priority() - Method in interface io.vertx.core.dns.MxRecord
-
The priority of the MX record.
- priority() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the priority for this service record.
- PROCESS_ARGS - Static variable in class io.vertx.core.Starter
-
- processArgs() - Method in class io.vertx.core.AbstractVerticle
-
- processArgs() - Method in interface io.vertx.core.Context
-
- processArgs() - Method in class io.vertx.core.impl.ContextImpl
-
- props(String, Handler<AsyncResult<FileProps>>) - Method in interface io.vertx.core.file.FileSystem
-
Obtain properties for the file represented by path
, asynchronously.
- props(String, Handler<AsyncResult<FileProps>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- propsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- propsBlocking(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- protocol() - Method in class io.vertx.core.dns.impl.netty.decoder.record.ServiceRecord
-
Returns the protocol for the service being queried (i.e.
- protocol() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the protocol for the service being queried (i.e.
- PROXY_AUTHENTICATE - Static variable in class io.vertx.core.http.HttpHeaders
-
Proxy-Authenticate header name
- PROXY_AUTHORIZATION - Static variable in class io.vertx.core.http.HttpHeaders
-
Proxy-Authorization header name
- publish(String, Object) - Method in interface io.vertx.core.eventbus.EventBus
-
Publish a message
- publish(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
- publish(String, Object) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- publish(String, Object, DeliveryOptions) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- publisher(String) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a message publisher against the specified address.
- publisher(String, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a message publisher against the specified address.
- publisher(String) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- publisher(String, DeliveryOptions) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- pump(ReadStream<T>, WriteStream<T>) - Method in interface io.vertx.core.spi.PumpFactory
-
- pump(ReadStream<T>, WriteStream<T>, int) - Method in interface io.vertx.core.spi.PumpFactory
-
- pump(ReadStream<T>, WriteStream<T>) - Method in class io.vertx.core.streams.impl.PumpFactoryImpl
-
- pump(ReadStream<T>, WriteStream<T>, int) - Method in class io.vertx.core.streams.impl.PumpFactoryImpl
-
- Pump - Interface in io.vertx.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.<p>
Instances of this class read bytes from a
ReadStream
and write them to a
WriteStream
.
- pump(ReadStream<T>, WriteStream<T>) - Static method in interface io.vertx.core.streams.Pump
-
Create a new Pump
with the given ReadStream
and WriteStream
- pump(ReadStream<T>, WriteStream<T>, int) - Static method in interface io.vertx.core.streams.Pump
-
Create a new Pump
with the given ReadStream
and WriteStream
and
writeQueueMaxSize
- pump1(Vertx) - Method in class examples.StreamsExamples
-
- pump2(Vertx) - Method in class examples.StreamsExamples
-
- pump3(Vertx) - Method in class examples.StreamsExamples
-
- pump4(Vertx) - Method in class examples.StreamsExamples
-
- pump5(Vertx) - Method in class examples.StreamsExamples
-
- PumpFactory - Interface in io.vertx.core.spi
-
- PumpFactoryImpl - Class in io.vertx.core.streams.impl
-
- PumpFactoryImpl() - Constructor for class io.vertx.core.streams.impl.PumpFactoryImpl
-
- PumpImpl<T> - Class in io.vertx.core.streams.impl
-
Pumps data from a
ReadStream
to a
WriteStream
and performs flow control where necessary to
prevent the write stream buffer from getting overfull.<p>
Instances of this class read bytes from a
ReadStream
and write them to a
WriteStream
.
- put(String, Object) - Method in interface io.vertx.core.Context
-
- put(String, Object) - Method in class io.vertx.core.impl.ContextImpl
-
- put(String, Enum) - Method in class io.vertx.core.json.JsonObject
-
- put(String, CharSequence) - Method in class io.vertx.core.json.JsonObject
-
- put(String, String) - Method in class io.vertx.core.json.JsonObject
-
- put(String, Integer) - Method in class io.vertx.core.json.JsonObject
-
- put(String, Long) - Method in class io.vertx.core.json.JsonObject
-
- put(String, Double) - Method in class io.vertx.core.json.JsonObject
-
- put(String, Float) - Method in class io.vertx.core.json.JsonObject
-
- put(String, Boolean) - Method in class io.vertx.core.json.JsonObject
-
- put(String, JsonObject) - Method in class io.vertx.core.json.JsonObject
-
- put(String, JsonArray) - Method in class io.vertx.core.json.JsonObject
-
- put(String, byte[]) - Method in class io.vertx.core.json.JsonObject
-
- put(String, Object) - Method in class io.vertx.core.json.JsonObject
-
- put(K, V, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Put a value in the map, asynchronously.
- put(K, V, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
- put(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
- putHeader(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Put an HTTP header - fluent API
- putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpClientRequest
-
- putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpClientRequest
-
Put an HTTP header - fluent API
- putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpClientRequest
-
- putHeader(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Put an HTTP header - fluent API
- putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpServerResponse
-
- putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Put an HTTP header - fluent API
- putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- putHeader(String, String) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- putHeader(String, Iterable<String>) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- putHeader(CharSequence, CharSequence) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- putHeader(String, String) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- putHeader(String, Iterable<String>) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- putHeader(CharSequence, CharSequence) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- putIfAbsent(K, V, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
- putIfAbsent(K, V, long, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
- putIfAbsent(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
- putNull(String) - Method in class io.vertx.core.json.JsonObject
-
- putTrailer(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Put an HTTP trailer - fluent API
- putTrailer(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpServerResponse
-
- putTrailer(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Put an HTTP trailer - fluent API
- putTrailer(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- putTrailer(String, String) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- putTrailer(String, Iterable<String>) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- putTrailer(CharSequence, CharSequence) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- putTrailer(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.file.AsyncFile
-
Reads length
bytes of data from the file at position position
in the file, asynchronously.
- read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- readDir(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.file.FileSystem
-
Read the contents of the directory specified by path
, asynchronously.<p>
The result is an array of String representing the paths of the files inside the directory.
- readDir(String, String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.file.FileSystem
-
Read the contents of the directory specified by path
, asynchronously.<p>
The parameter filter
is a regular expression.
- readDir(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- readDir(String, String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- readDirBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- readDirBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- readDirBlocking(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- readDirBlocking(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- readFile(String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.file.FileSystem
-
Reads the entire file as represented by the path
path
as a
Buffer
, asynchronously.<p>
Do not user this method to read very large files or you risk running out of available RAM.
- readFile(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- readFileBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- readFileBlocking(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- readFromBuffer(Buffer) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- readFromBuffer(Buffer) - Method in class io.vertx.core.json.JsonArray
-
- readFromBuffer(Buffer) - Method in class io.vertx.core.json.JsonObject
-
- readFromBuffer(Buffer) - Method in interface io.vertx.core.shareddata.impl.ClusterSerializable
-
- readFromWire(NetSocket, Buffer, Map<String, MessageCodec>, MessageCodec[]) - Method in class io.vertx.core.eventbus.impl.MessageImpl
-
- readName(ByteBuf) - Static method in class io.vertx.core.dns.impl.netty.DnsResponseDecoder
-
Retrieves a domain name given a buffer containing a DNS packet.
- ReadStream<T> - Interface in io.vertx.core.streams
-
Represents a stream of data that can be read from.<p>
Any class that implements this interface can be used by a
Pump
to pump data from it
to a
WriteStream
.<p>
This interface exposes a fluent api and the type T represents the type of the object that implements
the interface to allow method chaining
- readSymlink(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
-
Returns the path representing the file that the symbolic link specified by link
points to, asynchronously.
- readSymlink(String, Handler<AsyncResult<String>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- readSymlinkBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- readSymlinkBlocking(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- RecordDecoder<T> - Interface in io.vertx.core.dns.impl.netty.decoder
-
Used for decoding resource records.
- RecordDecoderFactory - Class in io.vertx.core.dns.impl.netty.decoder
-
Handles the decoding of resource records.
- RecordDecoderFactory() - Constructor for class io.vertx.core.dns.impl.netty.decoder.RecordDecoderFactory
-
- RecordDecoderFactory(Map<Integer, RecordDecoder<?>>) - Constructor for class io.vertx.core.dns.impl.netty.decoder.RecordDecoderFactory
-
Creates a new
RecordDecoderFactory
using the default decoders and
custom decoders (custom decoders override defaults).
- RecordDecoderFactory(boolean, Map<Integer, RecordDecoder<?>>) - Constructor for class io.vertx.core.dns.impl.netty.decoder.RecordDecoderFactory
-
Creates a
RecordDecoderFactory
using either custom resource
record decoders, default decoders, or both.
- RecordParser - Class in io.vertx.core.parsetools
-
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed
size records.<p>
Instances of this class take as input
Buffer
instances containing raw bytes, and output records.<p>
For example, if I had a simple ASCII text protocol delimited by '\n' and the input was the following:<p>
<pre>
buffer1:HELLO\nHOW ARE Y
buffer2:OU?\nI AM
buffer3: DOING OK
buffer4:\n
</pre>
Then the output would be:<p>
<pre>
buffer1:HELLO
buffer2:HOW ARE YOU?
buffer3:I AM DOING OK
</pre>
Instances of this class can be changed between delimited mode and fixed size record mode on the fly as
individual records are read, this allows you to parse protocols where, for example, the first 5 records might
all be fixed size (of potentially different sizes), followed by some delimited records, followed by more fixed
size records.<p>
Instances of this class can’t currently be used for protocols where the text is encoded with something other than
a 1-1 byte-char mapping.<p>
- Redeployer - Class in io.vertx.core.impl
-
- Redeployer(Set<File>, long) - Constructor for class io.vertx.core.impl.Redeployer
-
- refCnt() - Method in class io.vertx.core.dns.impl.netty.DnsResource
-
- refCnt() - Method in class io.vertx.core.dns.impl.netty.DnsResponse
-
- refCnt() - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
- REFERER - Static variable in class io.vertx.core.http.HttpHeaders
-
Referer header name
- refreshTime() - Method in class io.vertx.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
-
Returns time between refreshes for secondary name servers.
- register(Channel) - Method in class io.vertx.core.net.impl.VertxEventLoopGroup
-
- register(Channel, ChannelPromise) - Method in class io.vertx.core.net.impl.VertxEventLoopGroup
-
- registerCodec(MessageCodec) - Method in interface io.vertx.core.eventbus.EventBus
-
- registerCodec(MessageCodec) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- registerDefaultCodec(Class<T>, MessageCodec<T, ?>) - Method in interface io.vertx.core.eventbus.EventBus
-
- registerDefaultCodec(Class<T>, MessageCodec<T, ?>) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- registerThread(VertxThread) - Method in class io.vertx.core.impl.BlockedThreadChecker
-
- registerVerticleFactory(VerticleFactory) - Method in class io.vertx.core.impl.DeploymentManager
-
- registerVerticleFactory(VerticleFactory) - Method in class io.vertx.core.impl.VertxImpl
-
- registerVerticleFactory(VerticleFactory) - Method in interface io.vertx.core.Vertx
-
- reject() - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
-
- reject() - Method in interface io.vertx.core.http.ServerWebSocket
-
Reject the WebSocket<p>
Calling this method from the websocketHandler gives you the opportunity to reject
the websocket, which will cause the websocket handshake to fail by returning
a 404 response code.<p>
You might use this method, if for example you only want to accept websockets
with a particular path.
- release() - Method in class io.vertx.core.dns.impl.netty.DnsResource
-
- release(int) - Method in class io.vertx.core.dns.impl.netty.DnsResource
-
- release() - Method in class io.vertx.core.dns.impl.netty.DnsResponse
-
- release(int) - Method in class io.vertx.core.dns.impl.netty.DnsResponse
-
- release() - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
- release(int) - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
- release() - Method in class io.vertx.core.shareddata.impl.AsynchronousLock
-
- release() - Method in interface io.vertx.core.shareddata.Lock
-
- remoteAddress() - Method in interface io.vertx.core.http.HttpServerRequest
-
Return the remote (client side) address of the request
- remoteAddress() - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- remoteAddress() - Method in class io.vertx.core.http.impl.WebSocketImplBase
-
- remoteAddress() - Method in interface io.vertx.core.http.WebSocketBase
-
Return the remote address for this socket
- remoteAddress() - Method in class io.vertx.core.net.impl.ConnectionBase
-
- remoteAddress() - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- remoteAddress() - Method in interface io.vertx.core.net.NetSocket
-
Return the remote address for this socket
- remove(String) - Method in interface io.vertx.core.Context
-
- remove(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- remove(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- remove(String) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- remove(CharSequence) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- remove(Object) - Method in class io.vertx.core.impl.ConcurrentHashSet
-
- remove(String) - Method in class io.vertx.core.impl.ContextImpl
-
- remove(Object) - Method in class io.vertx.core.json.JsonArray
-
- remove(int) - Method in class io.vertx.core.json.JsonArray
-
- remove(String) - Method in class io.vertx.core.json.JsonObject
-
- remove(String) - Method in interface io.vertx.core.MultiMap
-
Removes the value with the given name
- remove(CharSequence) - Method in interface io.vertx.core.MultiMap
-
- remove(K, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Remove a value from the map, asynchronously.
- remove(K) - Method in interface io.vertx.core.shareddata.LocalMap
-
- remove(K, V, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
-
Remove a value from the list of values for that key in the map.
- removeAll(Collection<?>) - Method in class io.vertx.core.impl.ConcurrentHashSet
-
- removeAllForValue(V, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
-
Remove all the specified values from all keys in the map
- removeCloseHook(Closeable) - Method in class io.vertx.core.impl.ContextImpl
-
- removeFromHA(String) - Method in class io.vertx.core.impl.HAManager
-
- removeHandler(Handler<T>, ContextImpl) - Method in class io.vertx.core.net.impl.HandlerManager
-
- removeIfPresent(K, V, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
- removeIfPresent(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
- removeLogger(String) - Static method in class io.vertx.core.logging.impl.LoggerFactory
-
- removePrefix(String) - Static method in interface io.vertx.core.spi.VerticleFactory
-
- removeWorker(EventLoop) - Method in class io.vertx.core.net.impl.VertxEventLoopGroup
-
- replace(K, V, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
- replace(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
- replaceIfPresent(K, V, V, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
- replaceIfPresent(K, V, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
- reply(Object) - Method in class io.vertx.core.eventbus.impl.MessageImpl
-
- reply(Object, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.core.eventbus.impl.MessageImpl
-
- reply(Object, DeliveryOptions) - Method in class io.vertx.core.eventbus.impl.MessageImpl
-
- reply(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.core.eventbus.impl.MessageImpl
-
- reply(Object) - Method in interface io.vertx.core.eventbus.Message
-
Reply to this message.
- reply(Object, Handler<AsyncResult<Message<R>>>) - Method in interface io.vertx.core.eventbus.Message
-
The same as reply(R message)
but you can specify handler for the reply - i.e.
- reply(Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.Message
-
- reply(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in interface io.vertx.core.eventbus.Message
-
The same as reply(R message)
but you can specify handler for the reply - i.e.
- replyAddress() - Method in class io.vertx.core.eventbus.impl.MessageImpl
-
- replyAddress() - Method in interface io.vertx.core.eventbus.Message
-
The reply address (if any)
- ReplyException - Exception in io.vertx.core.eventbus
-
- ReplyException(ReplyFailure, int, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
-
- ReplyException(ReplyFailure, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
-
- ReplyException(ReplyFailure) - Constructor for exception io.vertx.core.eventbus.ReplyException
-
- ReplyExceptionMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
-
- ReplyExceptionMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec
-
- ReplyFailure - Enum in io.vertx.core.eventbus
-
- replyFailure(String, ReplyFailure) - Method in interface io.vertx.core.metrics.spi.EventBusMetrics
-
- request(HttpMethod, String) - Method in interface io.vertx.core.http.HttpClient
-
- request(HttpMethod, int, String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create a new http client request.
- request(HttpMethod, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- request(HttpMethod, int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- request(HttpMethod, String, Handler<HttpClientResponse>) - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- request(HttpMethod, int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- request(HttpMethod, String) - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- request(HttpMethod, int, String, String) - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- requestBegin(HttpClientRequest) - Method in interface io.vertx.core.metrics.spi.HttpClientMetrics
-
- requestBegin(HttpServerRequest, HttpServerResponse) - Method in interface io.vertx.core.metrics.spi.HttpServerMetrics
-
- requestEnded(ClientConnection) - Method in interface io.vertx.core.http.impl.ConnectionLifeCycleListener
-
- requestHandler(Handler<HttpServerRequest>) - Method in interface io.vertx.core.http.HttpServer
-
Set the request handler for the server to requestHandler
.
- requestHandler() - Method in interface io.vertx.core.http.HttpServer
-
- requestHandler(Handler<HttpServerRequest>) - Method in class io.vertx.core.http.impl.HttpServerImpl
-
- requestHandler() - Method in class io.vertx.core.http.impl.HttpServerImpl
-
- requestStream() - Method in interface io.vertx.core.http.HttpServer
-
Return the request stream for the server.
- requestStream() - Method in class io.vertx.core.http.impl.HttpServerImpl
-
- require(boolean, String) - Static method in class io.vertx.core.impl.Arguments
-
- requireInRange(int, int, int, String) - Static method in class io.vertx.core.impl.Arguments
-
Checks that the specified number is within the specified minimum and maximum range (inclusively) and throws a
customized
IllegalArgumentException
if not.
- requiresResolve() - Method in interface io.vertx.core.spi.VerticleFactory
-
- resolve(String, DeploymentOptions, ClassLoader) - Method in interface io.vertx.core.spi.VerticleFactory
-
- resolveA(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve all A (ipv4) records for the given name.
- resolveA(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.core.dns.impl.DnsClientImpl
-
- resolveAAAA(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve all AAAA (ipv6) records for the given name.
- resolveAAAA(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.core.dns.impl.DnsClientImpl
-
- resolveCNAME(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the CNAME record for the given name.
- resolveCNAME(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.core.dns.impl.DnsClientImpl
-
- resolveFile(String) - Method in class io.vertx.core.impl.FileResolver
-
- resolveFile(String) - Method in class io.vertx.core.impl.VertxImpl
-
- resolveFile(String) - Method in interface io.vertx.core.impl.VertxInternal
-
- resolveMainClassName() - Method in class io.vertx.core.impl.verticle.CompilingClassLoader
-
- resolveMX(String, Handler<AsyncResult<List<MxRecord>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the MX records for the given name.
- resolveMX(String, Handler<AsyncResult<List<MxRecord>>>) - Method in class io.vertx.core.dns.impl.DnsClientImpl
-
- resolveNS(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the NS records for the given name.
- resolveNS(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.core.dns.impl.DnsClientImpl
-
- resolvePTR(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the PTR record for the given name.
- resolvePTR(String, Handler<AsyncResult<String>>) - Method in class io.vertx.core.dns.impl.DnsClientImpl
-
- resolveSRV(String, Handler<AsyncResult<List<SrvRecord>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the SRV records for the given name.
- resolveSRV(String, Handler<AsyncResult<List<SrvRecord>>>) - Method in class io.vertx.core.dns.impl.DnsClientImpl
-
- resolveTXT(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the TXT records for the given name.
- resolveTXT(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.core.dns.impl.DnsClientImpl
-
- response() - Method in interface io.vertx.core.http.HttpServerRequest
-
The response.
- response() - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- responseEnd(HttpClientRequest, HttpClientResponse) - Method in interface io.vertx.core.metrics.spi.HttpClientMetrics
-
- responseEnd(HttpServerResponse) - Method in interface io.vertx.core.metrics.spi.HttpServerMetrics
-
- responseEnded(ClientConnection) - Method in interface io.vertx.core.http.impl.ConnectionLifeCycleListener
-
- responsiblePerson() - Method in class io.vertx.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
-
Returns the responsible person’s e-mail.
- result() - Method in interface io.vertx.core.AsyncResult
-
The result of the operation.
- resume() - Method in interface io.vertx.core.datagram.DatagramSocket
-
- resume() - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- resume() - Method in class io.vertx.core.eventbus.impl.BodyReadStream
-
- resume() - Method in class io.vertx.core.eventbus.impl.EventBusImpl.HandlerRegistration
-
- resume() - Method in interface io.vertx.core.eventbus.MessageConsumer
-
- resume() - Method in interface io.vertx.core.file.AsyncFile
-
- resume() - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- resume() - Method in interface io.vertx.core.http.HttpClientRequest
-
- resume() - Method in interface io.vertx.core.http.HttpClientResponse
-
- resume() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
- resume() - Method in interface io.vertx.core.http.HttpServerRequest
-
- resume() - Method in interface io.vertx.core.http.HttpServerRequestStream
-
- resume() - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- resume() - Method in class io.vertx.core.http.impl.HttpClientResponseImpl
-
- resume() - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- resume() - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
-
- resume() - Method in class io.vertx.core.http.impl.WebSocketImpl
-
- resume() - Method in interface io.vertx.core.http.ServerWebSocket
-
- resume() - Method in interface io.vertx.core.http.ServerWebSocketStream
-
- resume() - Method in interface io.vertx.core.http.WebSocket
-
- resume() - Method in interface io.vertx.core.http.WebSocketBase
-
- resume() - Method in interface io.vertx.core.http.WebSocketStream
-
- resume() - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- resume() - Method in interface io.vertx.core.net.NetSocket
-
- resume() - Method in interface io.vertx.core.net.NetSocketStream
-
- resume() - Method in interface io.vertx.core.streams.ReadStream
-
Resume reading.
- resume() - Method in interface io.vertx.core.TimeoutStream
-
- retain() - Method in class io.vertx.core.dns.impl.netty.DnsResource
-
- retain(int) - Method in class io.vertx.core.dns.impl.netty.DnsResource
-
- retain() - Method in class io.vertx.core.dns.impl.netty.DnsResponse
-
- retain(int) - Method in class io.vertx.core.dns.impl.netty.DnsResponse
-
- retain() - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
- retain(int) - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
- retainAll(Collection<?>) - Method in class io.vertx.core.impl.ConcurrentHashSet
-
- RETRY_AFTER - Static variable in class io.vertx.core.http.HttpHeaders
-
Retry-After header name
- retryTime() - Method in class io.vertx.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
-
Returns time between retries for failed refresh attempts.
- reverseLookup(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to do a reverse lookup of an ipaddress.
- reverseLookup(String, Handler<AsyncResult<String>>) - Method in class io.vertx.core.dns.impl.DnsClientImpl
-
- run() - Method in class io.vertx.core.file.impl.FileSystemImpl.BlockingAction
-
Run the blocking action using a thread from the worker pool.
- run() - Method in interface io.vertx.core.impl.ContextTask
-
- run(String[]) - Method in class io.vertx.core.Starter
-
- runCloseHooks(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.impl.ContextImpl
-
- runOnContext(Handler<Void>) - Method in interface io.vertx.core.Context
-
- runOnContext(Handler<Void>) - Method in class io.vertx.core.impl.ContextImpl
-
- runOnContext(Handler<Void>) - Method in class io.vertx.core.impl.VertxImpl
-
- runOnContext(Handler<Void>) - Method in interface io.vertx.core.Vertx
-
Put the handler on the event queue for the current loop (or worker context) so it will be run asynchronously ASAP after this event has
been processed
- safeBuffer(ByteBuf, ByteBufAllocator) - Static method in class io.vertx.core.net.impl.VertxHandler
-
- safeObject(Object, ByteBufAllocator) - Method in class io.vertx.core.http.impl.VertxHttpHandler
-
- safeObject(Object, ByteBufAllocator) - Method in class io.vertx.core.net.impl.VertxHandler
-
- safeObject(Object, ByteBufAllocator) - Method in class io.vertx.core.net.impl.VertxNetHandler
-
- send(Buffer, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
- send(String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
- send(String, String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
- send(Buffer, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- send(String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- send(String, String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- send(String, Object) - Method in interface io.vertx.core.eventbus.EventBus
-
Send a message
- send(String, Object, Handler<AsyncResult<Message<T>>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Send a message
- send(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
- send(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in interface io.vertx.core.eventbus.EventBus
-
- send(String, Object) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- send(String, Object, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- send(String, Object, DeliveryOptions) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- send(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- send() - Method in class io.vertx.core.eventbus.impl.MessageImpl
-
- sender() - Method in interface io.vertx.core.datagram.DatagramPacket
-
- sender(int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
-
- sender(int, String) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
-
- sender(String) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a message sender against the specified address.
- sender(String, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a message sender against the specified address.
- sender(String) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- sender(String, DeliveryOptions) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- sendFile(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Tell the kernel to stream a file as specified by filename
directly
from disk to the outgoing connection, bypassing userspace altogether
(where supported by the underlying operating system.
- sendFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- sendFile(String) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- sendFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- sendFile(RandomAccessFile, long) - Method in class io.vertx.core.net.impl.ConnectionBase
-
- sendFile(String) - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- sendFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- sendFile(String) - Method in interface io.vertx.core.net.NetSocket
-
Tell the kernel to stream a file as specified by filename
directly from disk to the outgoing connection,
bypassing userspace altogether (where supported by the underlying operating system.
- sendFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
-
Same as
NetSocket.sendFile(String)
but also takes a handler that will be called when the send has completed or
a failure has occurred
- sendHead() - Method in interface io.vertx.core.http.HttpClientRequest
-
Forces the head of the request to be written before
HttpClientRequest.end()
is called on the request or any data is
written to it.
- sendHead() - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- serial() - Method in class io.vertx.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
-
Returns the zone’s serial number, usually in format YYYYMMDDnn.
- SERVER - Static variable in class io.vertx.core.http.HttpHeaders
-
Server header name
- ServerHandler() - Constructor for class io.vertx.core.http.impl.HttpServerImpl.ServerHandler
-
- ServerID - Class in io.vertx.core.net.impl
-
- ServerID(int, String) - Constructor for class io.vertx.core.net.impl.ServerID
-
- ServerID() - Constructor for class io.vertx.core.net.impl.ServerID
-
- ServerOptionsBase - Class in io.vertx.core.net
-
- ServerOptionsBase() - Constructor for class io.vertx.core.net.ServerOptionsBase
-
- ServerWebSocket - Interface in io.vertx.core.http
-
Represents a server side WebSocket that is passed into a the websocketHandler of an
HttpServer
<p>
Instances of this class are not thread-safe<p>
- ServerWebSocketImpl - Class in io.vertx.core.http.impl
-
This class is optimised for performance when used on the same event loop.
- ServerWebSocketImpl(VertxInternal, String, String, String, MultiMap, ConnectionBase, boolean, Runnable, int) - Constructor for class io.vertx.core.http.impl.ServerWebSocketImpl
-
- ServerWebSocketStream - Interface in io.vertx.core.http
-
- service() - Method in class io.vertx.core.dns.impl.netty.decoder.record.ServiceRecord
-
Returns the service’s name (i.e.
- service() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the service’s name (i.e.
- ServiceDecoder - Class in io.vertx.core.dns.impl.netty.decoder
-
Decodes SRV (service) resource records.
- ServiceDecoder() - Constructor for class io.vertx.core.dns.impl.netty.decoder.ServiceDecoder
-
- ServiceHelper - Class in io.vertx.core
-
- ServiceHelper() - Constructor for class io.vertx.core.ServiceHelper
-
- ServiceRecord - Class in io.vertx.core.dns.impl.netty.decoder.record
-
Represents an SRV (service) record, which contains the location, or hostname
and port, of servers for specified services.
- ServiceRecord(String, int, int, int, String) - Constructor for class io.vertx.core.dns.impl.netty.decoder.record.ServiceRecord
-
Constructs an SRV (service) record.
- set(String, String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- set(String, Iterable<String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- set(CharSequence, CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- set(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- set(String, String) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- set(String, Iterable<String>) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- set(CharSequence, CharSequence) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- set(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- set(String, String) - Method in interface io.vertx.core.MultiMap
-
Sets a value under the specified name.
- set(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
-
- set(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
-
Sets values for the specified name.
- set(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
-
- SET_COOKIE - Static variable in class io.vertx.core.http.HttpHeaders
-
Set-Cookie header name
- setAcceptBacklog(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setAcceptBacklog(int) - Method in class io.vertx.core.net.NetServerOptions
-
- setAll(MultiMap) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- setAll(Map<String, String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- setAll(MultiMap) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- setAll(Map<String, String>) - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- setAll(MultiMap) - Method in interface io.vertx.core.MultiMap
-
Cleans this instance.
- setAll(Map<String, String>) - Method in interface io.vertx.core.MultiMap
-
Cleans and set all values of the given instance
- setAuthoritativeAnswer(boolean) - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Set to true
if responding server is authoritative for the domain
name in the query message.
- setBinaryData(ByteBuf) - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
- setBinaryData(ByteBuf) - Method in interface io.vertx.core.http.impl.ws.WebSocketFrameInternal
-
Sets the type and the content of this frame.
- setBlockedThreadCheckPeriod(long) - Method in class io.vertx.core.VertxOptions
-
- setBroadcast(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- setBuffer(int, Buffer) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the bytes represented by the Buffer b
.<p>
The buffer will expand as necessary to accommodate any value written.
- setBuffer(int, Buffer, int, int) - Method in interface io.vertx.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
.<p>
The buffer will expand as necessary to accommodate any value written.
- setBuffer(int, Buffer) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- setBuffer(int, Buffer, int, int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- setBus(EventBusImpl) - Method in class io.vertx.core.eventbus.impl.MessageImpl
-
- setByte(int, byte) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the byte
at position pos
in the Buffer to the value b
.<p>
The buffer will expand as necessary to accommodate any value written.
- setByte(int, byte) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- setBytes(int, ByteBuffer) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the bytes represented by the ByteBuffer b
.<p>
The buffer will expand as necessary to accommodate any value written.
- setBytes(int, byte[]) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the bytes represented by the byte[] b
.<p>
The buffer will expand as necessary to accommodate any value written.
- setBytes(int, byte[], int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the given number of bytes at position pos
in the Buffer to the bytes represented by the byte[] b
.<p></p>
The buffer will expand as necessary to accommodate any value written.
- setBytes(int, ByteBuffer) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- setBytes(int, byte[]) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- setBytes(int, byte[], int, int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- setCertPath(String) - Method in class io.vertx.core.net.KeyCertOptions
-
- setCertValue(Buffer) - Method in class io.vertx.core.net.KeyCertOptions
-
- setChunked(boolean) - Method in interface io.vertx.core.http.HttpClientRequest
-
If chunked is true then the request will be set into HTTP chunked mode
- setChunked(boolean) - Method in interface io.vertx.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.<p>
If chunked encoding is used the HTTP header Transfer-Encoding
with a value of Chunked
will be
automatically inserted in the response.<p>
If chunked
is false
, this response will not use HTTP chunked encoding, and therefore if any data is written the
body of the response, the total size of that data must be set in the Content-Length
header <b>before</b> any
data is written to the response body.<p>
An HTTP chunked response is typically used when you do not know the total size of the request body up front.
- setChunked(boolean) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- setChunked(boolean) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- setClientAuthRequired(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
- setClientAuthRequired(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
- setClustered(boolean) - Method in class io.vertx.core.VertxOptions
-
- setClusterHost(String) - Method in class io.vertx.core.VertxOptions
-
- setClusterManager(ClusterManager) - Method in class io.vertx.core.VertxOptions
-
- setClusterPingInterval(long) - Method in class io.vertx.core.VertxOptions
-
- setClusterPingReplyInterval(long) - Method in class io.vertx.core.VertxOptions
-
- setClusterPort(int) - Method in class io.vertx.core.VertxOptions
-
- setCodecName(String) - Method in class io.vertx.core.eventbus.DeliveryOptions
-
- setCompressionSupported(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
- setConfig(JsonObject) - Method in class io.vertx.core.DeploymentOptions
-
- setConnectTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setConnectTimeout(int) - Method in class io.vertx.core.net.ClientOptionsBase
-
- setConnectTimeout(int) - Method in class io.vertx.core.net.NetClientOptions
-
- setContext(ContextImpl) - Static method in class io.vertx.core.impl.ContextImpl
-
- setCreate(boolean) - Method in class io.vertx.core.file.OpenOptions
-
- setCreateNew(boolean) - Method in class io.vertx.core.file.OpenOptions
-
- setDeleteOnClose(boolean) - Method in class io.vertx.core.file.OpenOptions
-
- setDeployment(Deployment) - Method in class io.vertx.core.impl.ContextImpl
-
- setDouble(int, double) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the double
at position pos
in the Buffer to the value d
.<p>
The buffer will expand as necessary to accommodate any value written.
- setDouble(int, double) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- setDSync(boolean) - Method in class io.vertx.core.file.OpenOptions
-
- setEventLoopPoolSize(int) - Method in class io.vertx.core.VertxOptions
-
- setExpectMultipart(boolean) - Method in interface io.vertx.core.http.HttpServerRequest
-
Call this with true if you are expecting a multi-part form to be submitted in the request
This must be called before the body of the request has been received
- setExpectMultipart(boolean) - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- setExtraClasspath(List<String>) - Method in class io.vertx.core.DeploymentOptions
-
- setFactory(RecordDecoderFactory) - Static method in class io.vertx.core.dns.impl.netty.decoder.RecordDecoderFactory
-
- setFloat(int, float) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the float
at position pos
in the Buffer to the value f
.<p>
The buffer will expand as necessary to accommodate any value written.
- setFloat(int, float) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- setHa(boolean) - Method in class io.vertx.core.DeploymentOptions
-
- setHAEnabled(boolean) - Method in class io.vertx.core.VertxOptions
-
- setHAGroup(String) - Method in class io.vertx.core.VertxOptions
-
- setHandler(Handler<NetSocket>) - Method in class io.vertx.core.eventbus.impl.EventBusImpl.EventBusNetServer
-
- setHandler(Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Future
-
Set a handler for the result.
- setHeader(H) - Method in class io.vertx.core.dns.impl.netty.DnsMessage
-
- setHeaders(MultiMap) - Method in class io.vertx.core.eventbus.DeliveryOptions
-
- setHost(String) - Method in class io.vertx.core.http.HttpServerOptions
-
- setHost(String) - Method in class io.vertx.core.net.NetServerOptions
-
- setId(int) - Method in class io.vertx.core.dns.impl.netty.DnsHeader
-
- setIdleTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setIdleTimeout(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setIdleTimeout(int) - Method in class io.vertx.core.net.NetClientOptions
-
- setIdleTimeout(int) - Method in class io.vertx.core.net.NetServerOptions
-
- setIdleTimeout(int) - Method in class io.vertx.core.net.TCPSSLOptions
-
- setInstances(int) - Method in class io.vertx.core.DeploymentOptions
-
- setInt(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the int
at position pos
in the Buffer to the value i
.<p>
The buffer will expand as necessary to accommodate any value written.
- setInt(int, int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- setInternalBlockingPoolSize(int) - Method in class io.vertx.core.VertxOptions
-
- setIpV6(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- setIsolationGroup(String) - Method in class io.vertx.core.DeploymentOptions
-
- setJmxDomain(String) - Method in class io.vertx.core.VertxOptions
-
- setJmxEnabled(boolean) - Method in class io.vertx.core.VertxOptions
-
- setKeepAlive(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setKeyPath(String) - Method in class io.vertx.core.net.KeyCertOptions
-
- setKeyStoreOptions(KeyStoreOptions) - Method in class io.vertx.core.http.HttpClientOptions
-
- setKeyStoreOptions(KeyStoreOptions) - Method in class io.vertx.core.http.HttpServerOptions
-
- setKeyStoreOptions(KeyStoreOptions) - Method in class io.vertx.core.net.NetClientOptions
-
- setKeyStoreOptions(KeyStoreOptions) - Method in class io.vertx.core.net.NetServerOptions
-
- setKeyStoreOptions(KeyStoreOptions) - Method in class io.vertx.core.net.TCPSSLOptions
-
- setKeyValue(Buffer) - Method in class io.vertx.core.net.KeyCertOptions
-
- setLong(int, long) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the long
at position pos
in the Buffer to the value l
.<p>
The buffer will expand as necessary to accommodate any value written.
- setLong(int, long) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- setLoopbackModeDisabled(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- setMaxBufferedMessages(int) - Method in class io.vertx.core.eventbus.impl.EventBusImpl.HandlerRegistration
-
- setMaxBufferedMessages(int) - Method in interface io.vertx.core.eventbus.MessageConsumer
-
Set the number of messages this registration will buffer when this stream is paused.
- setMaxEventLoopExecuteTime(long) - Method in class io.vertx.core.VertxOptions
-
- setMaxPoolSize(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setMaxWebsocketFrameSize(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setMaxWebsocketFrameSize(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setMaxWorkerExecuteTime(long) - Method in class io.vertx.core.VertxOptions
-
- setMetricsEnabled(boolean) - Method in class io.vertx.core.VertxOptions
-
- setMulticastNetworkInterface(String) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- setMulticastTimeToLive(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- setMultiThreaded(boolean) - Method in class io.vertx.core.DeploymentOptions
-
- setOpcode(int) - Method in class io.vertx.core.dns.impl.netty.DnsHeader
-
- setOutput(Handler<Buffer>) - Method in class io.vertx.core.parsetools.RecordParser
-
- setPassword(String) - Method in class io.vertx.core.net.JKSOptions
-
- setPassword(String) - Method in class io.vertx.core.net.PKCS12Options
-
- setPath(String) - Method in class io.vertx.core.net.JKSOptions
-
- setPath(String) - Method in class io.vertx.core.net.PKCS12Options
-
- setPeriodic(long, Handler<Long>) - Method in class io.vertx.core.impl.VertxImpl
-
- setPeriodic(long, Handler<Long>) - Method in interface io.vertx.core.Vertx
-
Set a periodic timer to fire every delay
milliseconds, at which point handler
will be called with
the id of the timer.
- setPerms(String) - Method in class io.vertx.core.file.OpenOptions
-
- setPipelining(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setPort(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setPort(int) - Method in class io.vertx.core.net.NetServerOptions
-
- setQuorumSize(int) - Method in class io.vertx.core.VertxOptions
-
- setRead(boolean) - Method in class io.vertx.core.file.OpenOptions
-
- setReadAdditionalResources(int) - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Sets the number of additional resources to be read after this header has
been decoded.
- setReadAnswers(int) - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Sets the number of answers that should be read after this header has been
decoded.
- setReadAuthorityResources(int) - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Sets the number of authority resources to be read after this header has
been decoded.
- setReadPos(long) - Method in interface io.vertx.core.file.AsyncFile
-
- setReadPos(long) - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- setReadQuestions(int) - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Sets the number of questions that should be read after this header has
been decoded.
- setReceiveBufferSize(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- setReceiveBufferSize(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setReceiveBufferSize(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetClientOptions
-
- setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetServerOptions
-
- setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetworkOptions
-
- setReconnectAttempts(int) - Method in class io.vertx.core.net.NetClientOptions
-
- setReconnectInterval(long) - Method in class io.vertx.core.net.NetClientOptions
-
- setRecursionAvailable(boolean) - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Set to true
if DNS server can handle recursive queries.
- setRecursionDesired(boolean) - Method in class io.vertx.core.dns.impl.netty.DnsHeader
-
Sets whether a name server is directed to pursue a query recursively or
not.
- setRedeploy(boolean) - Method in class io.vertx.core.DeploymentOptions
-
- setRedeployGracePeriod(long) - Method in class io.vertx.core.DeploymentOptions
-
- setRedeployScanPeriod(long) - Method in class io.vertx.core.DeploymentOptions
-
- setReplyAddress(String) - Method in class io.vertx.core.eventbus.impl.MessageImpl
-
- setResponseCode(int) - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Sets the response code for this message.
- setReuseAddress(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- setReuseAddress(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setReuseAddress(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
- setReuseAddress(boolean) - Method in class io.vertx.core.net.NetClientOptions
-
- setReuseAddress(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
- setReuseAddress(boolean) - Method in class io.vertx.core.net.NetworkOptions
-
- setSendBufferSize(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- setSendBufferSize(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setSendBufferSize(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setSendBufferSize(int) - Method in class io.vertx.core.net.NetClientOptions
-
- setSendBufferSize(int) - Method in class io.vertx.core.net.NetServerOptions
-
- setSendBufferSize(int) - Method in class io.vertx.core.net.NetworkOptions
-
- setSendTimeout(long) - Method in class io.vertx.core.eventbus.DeliveryOptions
-
- setShort(int, short) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the short
at position pos
in the Buffer to the value s
.<p>
The buffer will expand as necessary to accommodate any value written.
- setShort(int, short) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- setSoLinger(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setSoLinger(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setSoLinger(int) - Method in class io.vertx.core.net.NetClientOptions
-
- setSoLinger(int) - Method in class io.vertx.core.net.NetServerOptions
-
- setSoLinger(int) - Method in class io.vertx.core.net.TCPSSLOptions
-
- setSparse(boolean) - Method in class io.vertx.core.file.OpenOptions
-
- setSsl(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setSsl(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
- setSsl(boolean) - Method in class io.vertx.core.net.NetClientOptions
-
- setSsl(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
- setSsl(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
- setStatusCode(int) - Method in interface io.vertx.core.http.HttpServerResponse
-
Set the status code
- setStatusCode(int) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- setStatusMessage(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Set the status message
- setStatusMessage(String) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- setString(int, String) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the value of str
encoded in UTF-8.<p>
The buffer will expand as necessary to accommodate any value written.
- setString(int, String, String) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the value of str
encoded in encoding enc
.<p>
The buffer will expand as necessary to accommodate any value written.
- setString(int, String) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- setString(int, String, String) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- setSync(boolean) - Method in class io.vertx.core.file.OpenOptions
-
- setTCCL() - Method in class io.vertx.core.impl.ContextImpl
-
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.NetClientOptions
-
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
- setTcpNoDelay(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setTcpNoDelay(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
- setTcpNoDelay(boolean) - Method in class io.vertx.core.net.NetClientOptions
-
- setTcpNoDelay(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
- setTcpNoDelay(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
- setTextData(String) - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
- setTextData(String) - Method in interface io.vertx.core.http.impl.ws.WebSocketFrameInternal
-
Set the type of the content of this frame and populate it with the given content
- setTimeout(long) - Method in interface io.vertx.core.http.HttpClientRequest
-
Set’s the amount of time after which if a response is not received TimeoutException()
will be sent to the exception handler of this request.
- setTimeout(long) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- setTimer(long, Handler<Long>) - Method in class io.vertx.core.impl.VertxImpl
-
- setTimer(long, Handler<Long>) - Method in interface io.vertx.core.Vertx
-
Set a one-shot timer to fire after delay
milliseconds, at which point handler
will be called with
the id of the timer.
- setTrafficClass(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- setTrafficClass(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setTrafficClass(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setTrafficClass(int) - Method in class io.vertx.core.net.NetClientOptions
-
- setTrafficClass(int) - Method in class io.vertx.core.net.NetServerOptions
-
- setTrafficClass(int) - Method in class io.vertx.core.net.NetworkOptions
-
- setTruncated(boolean) - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Set to true
if response has been truncated (usually happens for
responses over 512 bytes).
- setTruncateExisting(boolean) - Method in class io.vertx.core.file.OpenOptions
-
- setTrustAll(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setTrustAll(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
-
- setTrustAll(boolean) - Method in class io.vertx.core.net.NetClientOptions
-
- setTrustStoreOptions(TrustStoreOptions) - Method in class io.vertx.core.http.HttpClientOptions
-
- setTrustStoreOptions(TrustStoreOptions) - Method in class io.vertx.core.http.HttpServerOptions
-
- setTrustStoreOptions(TrustStoreOptions) - Method in class io.vertx.core.net.NetClientOptions
-
- setTrustStoreOptions(TrustStoreOptions) - Method in class io.vertx.core.net.NetServerOptions
-
- setTrustStoreOptions(TrustStoreOptions) - Method in class io.vertx.core.net.TCPSSLOptions
-
- setTryUseCompression(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setType(int) - Method in class io.vertx.core.dns.impl.netty.DnsHeader
-
- setType(int) - Method in class io.vertx.core.dns.impl.netty.DnsQueryHeader
-
- setType(int) - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
- setUsePooledBuffers(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setUsePooledBuffers(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
- setUsePooledBuffers(boolean) - Method in class io.vertx.core.net.NetClientOptions
-
- setUsePooledBuffers(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
- setUsePooledBuffers(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
- setValue(Buffer) - Method in class io.vertx.core.net.JKSOptions
-
- setValue(Buffer) - Method in class io.vertx.core.net.PKCS12Options
-
- setVerifyHost(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setVertx(VertxSPI) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
- setWebsocketSubProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
-
- setWorker(boolean) - Method in class io.vertx.core.DeploymentOptions
-
- setWorkerPoolSize(int) - Method in class io.vertx.core.VertxOptions
-
- setWrite(boolean) - Method in class io.vertx.core.file.OpenOptions
-
- setWritePos(long) - Method in interface io.vertx.core.file.AsyncFile
-
- setWritePos(long) - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.datagram.PacketWritestream
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.core.eventbus.impl.MessageProducerImpl
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.eventbus.MessageProducer
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.file.AsyncFile
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.HttpClientRequest
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.HttpServerResponse
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.core.http.impl.WebSocketImpl
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.ServerWebSocket
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.WebSocket
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.WebSocketBase
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.net.NetSocket
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.core.streams.impl.PumpImpl
-
Set the write queue max size to maxSize
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.streams.Pump
-
Set the write queue max size to maxSize
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.streams.WriteStream
-
Set the maximum size of the write queue to maxSize
.
- setZ(int) - Method in class io.vertx.core.dns.impl.netty.DnsResponseHeader
-
Sets the field Z.
- Shareable - Interface in io.vertx.core.shareddata
-
Marker interface.<p>
If a class implements this it means it can be put into shared data maps
and sets.<p>
All classes that implement this MUST be threadsafe.<p>
Use this interface with caution.<p>
- sharedData() - Method in class io.vertx.core.impl.VertxImpl
-
- SharedData - Interface in io.vertx.core.shareddata
-
- sharedData() - Method in interface io.vertx.core.Vertx
-
The shared data object
- SharedDataImpl - Class in io.vertx.core.shareddata.impl
-
- SharedDataImpl(VertxInternal, ClusterManager) - Constructor for class io.vertx.core.shareddata.impl.SharedDataImpl
-
- sharedHttpServers() - Method in class io.vertx.core.impl.VertxImpl
-
- sharedHttpServers() - Method in interface io.vertx.core.impl.VertxInternal
-
- sharedNetServers() - Method in class io.vertx.core.impl.VertxImpl
-
- sharedNetServers() - Method in interface io.vertx.core.impl.VertxInternal
-
- ShortMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
-
- ShortMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.ShortMessageCodec
-
- shutdown() - Method in class io.vertx.core.net.impl.VertxEventLoopGroup
-
- shutdownGracefully(long, long, TimeUnit) - Method in class io.vertx.core.net.impl.VertxEventLoopGroup
-
- simulateEventBusUnresponsive() - Method in class io.vertx.core.impl.VertxImpl
-
- simulateEventBusUnresponsive() - Method in interface io.vertx.core.impl.VertxInternal
-
- simulateKill() - Method in class io.vertx.core.impl.HAManager
-
- simulateKill() - Method in class io.vertx.core.impl.VertxImpl
-
- simulateKill() - Method in interface io.vertx.core.impl.VertxInternal
-
- simulateUnresponsive() - Method in class io.vertx.core.eventbus.impl.EventBusImpl
-
- size() - Method in interface io.vertx.core.file.FileProps
-
The size of the file, in bytes
- size() - Method in class io.vertx.core.file.impl.FilePropsImpl
-
- size() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- size() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
Returns the size of the upload (in bytes)
- size() - Method in class io.vertx.core.http.impl.HeadersAdaptor
-
- size() - Method in class io.vertx.core.impl.ConcurrentHashSet
-
- size() - Method in class io.vertx.core.json.JsonArray
-
- size() - Method in class io.vertx.core.json.JsonObject
-
- size() - Method in interface io.vertx.core.MultiMap
-
Return the number of names.
- size(Handler<AsyncResult<Integer>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
- size() - Method in interface io.vertx.core.shareddata.LocalMap
-
- SLF4JLogDelegate - Class in io.vertx.core.logging.impl
-
- SLF4JLogDelegateFactory - Class in io.vertx.core.logging.impl
-
- SLF4JLogDelegateFactory() - Constructor for class io.vertx.core.logging.impl.SLF4JLogDelegateFactory
-
- slice() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a slice of this buffer.
- slice(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a slice of this buffer.
- slice() - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- slice(int, int) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- SocketAddress - Interface in io.vertx.core.net
-
- SocketAddressImpl - Class in io.vertx.core.net.impl
-
- SocketAddressImpl(int, String) - Constructor for class io.vertx.core.net.impl.SocketAddressImpl
-
- SocketDefaults - Class in io.vertx.core.net.impl
-
- SrvRecord - Interface in io.vertx.core.dns
-
Represent a Service-Record (SRV) which was resolved for a domain.
- SSLHelper - Class in io.vertx.core.net.impl
-
This is a pretty sucky class - could do with a refactoring
- SSLHelper(HttpClientOptions, KeyStoreHelper, KeyStoreHelper) - Constructor for class io.vertx.core.net.impl.SSLHelper
-
- SSLHelper(HttpServerOptions, KeyStoreHelper, KeyStoreHelper) - Constructor for class io.vertx.core.net.impl.SSLHelper
-
- SSLHelper(NetClientOptions, KeyStoreHelper, KeyStoreHelper) - Constructor for class io.vertx.core.net.impl.SSLHelper
-
- SSLHelper(NetServerOptions, KeyStoreHelper, KeyStoreHelper) - Constructor for class io.vertx.core.net.impl.SSLHelper
-
- SSLHelper.ClientAuth - Enum in io.vertx.core.net.impl
-
- start(Future<Void>) - Method in class io.vertx.core.AbstractVerticle
-
- start() - Method in class io.vertx.core.AbstractVerticle
-
- start() - Method in class io.vertx.core.streams.impl.PumpImpl
-
Start the Pump.
- start() - Method in interface io.vertx.core.streams.Pump
-
Start the Pump.
- start(Future<Void>) - Method in interface io.vertx.core.Verticle
-
- Starter - Class in io.vertx.core
-
- Starter() - Constructor for class io.vertx.core.Starter
-
- StartOfAuthorityDecoder - Class in io.vertx.core.dns.impl.netty.decoder
-
Decodes SOA (start of authority) resource records.
- StartOfAuthorityDecoder() - Constructor for class io.vertx.core.dns.impl.netty.decoder.StartOfAuthorityDecoder
-
- StartOfAuthorityRecord - Class in io.vertx.core.dns.impl.netty.decoder.record
-
Represents an SOA (start of authority) record, which defines global
parameters for a zone (domain).
- StartOfAuthorityRecord(String, String, long, int, int, int, long) - Constructor for class io.vertx.core.dns.impl.netty.decoder.record.StartOfAuthorityRecord
-
Constructs an SOA (start of authority) record.
- startRead() - Method in class io.vertx.core.net.impl.ConnectionBase
-
- statusCode() - Method in interface io.vertx.core.http.HttpClientResponse
-
The HTTP status code of the response
- statusCode() - Method in class io.vertx.core.http.impl.HttpClientResponseImpl
-
- statusMessage() - Method in interface io.vertx.core.http.HttpClientResponse
-
The HTTP status message of the response
- statusMessage() - Method in class io.vertx.core.http.impl.HttpClientResponseImpl
-
- stop(Future<Void>) - Method in class io.vertx.core.AbstractVerticle
-
- stop() - Method in class io.vertx.core.AbstractVerticle
-
- stop() - Method in class io.vertx.core.impl.HAManager
-
- stop() - Method in class io.vertx.core.streams.impl.PumpImpl
-
Stop the Pump.
- stop() - Method in interface io.vertx.core.streams.Pump
-
Stop the Pump.
- stop(Future<Void>) - Method in interface io.vertx.core.Verticle
-
- stream() - Method in class io.vertx.core.json.JsonArray
-
- stream() - Method in class io.vertx.core.json.JsonObject
-
- StreamBase - Interface in io.vertx.core.streams
-
Represents a stream of data.<p>
- StreamsExamples - Class in examples
-
- StreamsExamples() - Constructor for class examples.StreamsExamples
-
- streamToFileSystem(String) - Method in interface io.vertx.core.http.HttpServerFileUpload
-
Stream the content of this upload to the given filename.
- StringEscapeUtils - Class in io.vertx.core.impl
-
Adapted from Apache Commons code
- StringEscapeUtils() - Constructor for class io.vertx.core.impl.StringEscapeUtils
-
<p><code>StringEscapeUtils</code> instances should NOT be constructed in
standard programming.</p>
<p></p>
<p>Instead, the class should be used as:</p>
<pre>StringEscapeUtils.escapeJava("foo");</pre>
<p></p>
<p>This constructor is public to permit tools that require a JavaBean
instance to operate.</p>
- StringMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
-
- StringMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.StringMessageCodec
-
- succeeded() - Method in interface io.vertx.core.AsyncResult
-
Did it succeed?
- succeededFuture() - Static method in interface io.vertx.core.Future
-
- succeededFuture(T) - Static method in interface io.vertx.core.Future
-
- supportsFileRegion() - Method in class io.vertx.core.net.impl.ConnectionBase
-
- symlink(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Create a symbolic link on the file system from link
to existing
, asynchronously.
- symlink(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- symlinkBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- symlinkBlocking(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.BooleanMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.BufferMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.ByteArrayMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.ByteMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.CharMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.DoubleMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.FloatMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.IntMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.JsonArrayMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.JsonObjectMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.LongMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.NullMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.PingMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.ShortMessageCodec
-
- systemCodecID() - Method in class io.vertx.core.eventbus.impl.codecs.StringMessageCodec
-
- systemCodecID() - Method in interface io.vertx.core.eventbus.MessageCodec
-
- target() - Method in class io.vertx.core.dns.impl.netty.decoder.record.ServiceRecord
-
Returns the name of the host for the service.
- target() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the name of the host for the service.
- TCPSSLOptions - Class in io.vertx.core.net
-
- TCPSSLOptions(TCPSSLOptions) - Constructor for class io.vertx.core.net.TCPSSLOptions
-
- TCPSSLOptions(JsonObject) - Constructor for class io.vertx.core.net.TCPSSLOptions
-
- TCPSSLOptions() - Constructor for class io.vertx.core.net.TCPSSLOptions
-
- terminationFuture() - Method in class io.vertx.core.net.impl.VertxEventLoopGroup
-
- TEXT_HTML - Static variable in class io.vertx.core.http.HttpHeaders
-
text/html header value
- textData() - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
- textData() - Method in interface io.vertx.core.http.WebSocketFrame
-
Converts the content of this frame into a UTF-8 string and returns the
converted string.
- TextDecoder - Class in io.vertx.core.dns.impl.netty.decoder
-
Decodes TXT (text) resource records.
- TextDecoder() - Constructor for class io.vertx.core.dns.impl.netty.decoder.TextDecoder
-
- textFrame(String, boolean) - Method in class io.vertx.core.http.impl.WebSocketFrameFactoryImpl
-
- textFrame(String, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
-
- textFrame(String, boolean) - Method in interface io.vertx.core.spi.WebSocketFrameFactory
-
- textHandlerID() - Method in class io.vertx.core.http.impl.WebSocketImplBase
-
- textHandlerID() - Method in interface io.vertx.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
.<p>
Given this ID, a different event loop can send a text frame to that event handler using the event bus and
that buffer will be received by this instance in its own event loop and written to the underlying connection.
- TimeoutStream - Interface in io.vertx.core
-
A timeout stream 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.
- timerCreated(long) - Method in class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- timerCreated(long) - Method in interface io.vertx.core.metrics.spi.VertxMetrics
-
- timerEnded(long, boolean) - Method in class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- timerEnded(long, boolean) - Method in interface io.vertx.core.metrics.spi.VertxMetrics
-
- timerStream(long) - Method in class io.vertx.core.impl.VertxImpl
-
- timerStream(long) - Method in interface io.vertx.core.Vertx
-
Returns a one-shot timer as a read stream.
- timeToLive() - Method in class io.vertx.core.dns.impl.netty.DnsResource
-
Returns the time to live after reading for this resource record.
- toArray() - Method in class io.vertx.core.impl.ConcurrentHashSet
-
- toArray(T[]) - Method in class io.vertx.core.impl.ConcurrentHashSet
-
- toInt() - Method in enum io.vertx.core.eventbus.ReplyFailure
-
- toJson() - Method in class io.vertx.core.DeploymentOptions
-
- toString(String) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a String
representation of the Buffer with the encoding specified by enc
- toString() - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- toString(String) - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- toString() - Method in enum io.vertx.core.dns.DnsResponseCode
-
- toString() - Method in class io.vertx.core.dns.impl.netty.DnsEntry
-
- toString() - Method in enum io.vertx.core.dns.impl.netty.DnsResponseCode
-
- toString() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- toString() - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
- toString() - Method in class io.vertx.core.impl.verticle.CustomJavaFileObject
-
- toString() - Method in class io.vertx.core.json.JsonArray
-
- toString() - Method in class io.vertx.core.json.JsonObject
-
- toString() - Method in class io.vertx.core.net.impl.ServerID
-
- toString() - Method in class io.vertx.core.net.impl.SocketAddressImpl
-
- totalSpace() - Method in interface io.vertx.core.file.FileSystemProps
-
The total space on the file system, in bytes
- totalSpace() - Method in class io.vertx.core.file.impl.FileSystemPropsImpl
-
- toUri() - Method in class io.vertx.core.impl.verticle.CustomJavaFileObject
-
- trace(Object) - Method in class io.vertx.core.logging.impl.JULLogDelegate
-
- trace(Object, Throwable) - Method in class io.vertx.core.logging.impl.JULLogDelegate
-
- trace(Object) - Method in class io.vertx.core.logging.impl.Log4jLogDelegate
-
- trace(Object, Throwable) - Method in class io.vertx.core.logging.impl.Log4jLogDelegate
-
- trace(Object) - Method in interface io.vertx.core.logging.impl.LogDelegate
-
- trace(Object, Throwable) - Method in interface io.vertx.core.logging.impl.LogDelegate
-
- trace(Object) - Method in class io.vertx.core.logging.impl.SLF4JLogDelegate
-
- trace(Object, Throwable) - Method in class io.vertx.core.logging.impl.SLF4JLogDelegate
-
- trace(Object) - Method in class io.vertx.core.logging.Logger
-
- trace(Object, Throwable) - Method in class io.vertx.core.logging.Logger
-
- trailers() - Method in interface io.vertx.core.http.HttpClientResponse
-
- trailers() - Method in interface io.vertx.core.http.HttpServerResponse
-
- trailers() - Method in class io.vertx.core.http.impl.HttpClientResponseImpl
-
- trailers() - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- TRANSFER_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
-
Transfer-Encoding header name
- transform(Boolean) - Method in class io.vertx.core.eventbus.impl.codecs.BooleanMessageCodec
-
- transform(Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.BufferMessageCodec
-
- transform(byte[]) - Method in class io.vertx.core.eventbus.impl.codecs.ByteArrayMessageCodec
-
- transform(Byte) - Method in class io.vertx.core.eventbus.impl.codecs.ByteMessageCodec
-
- transform(Character) - Method in class io.vertx.core.eventbus.impl.codecs.CharMessageCodec
-
- transform(Double) - Method in class io.vertx.core.eventbus.impl.codecs.DoubleMessageCodec
-
- transform(Float) - Method in class io.vertx.core.eventbus.impl.codecs.FloatMessageCodec
-
- transform(Integer) - Method in class io.vertx.core.eventbus.impl.codecs.IntMessageCodec
-
- transform(JsonArray) - Method in class io.vertx.core.eventbus.impl.codecs.JsonArrayMessageCodec
-
- transform(JsonObject) - Method in class io.vertx.core.eventbus.impl.codecs.JsonObjectMessageCodec
-
- transform(Long) - Method in class io.vertx.core.eventbus.impl.codecs.LongMessageCodec
-
- transform(String) - Method in class io.vertx.core.eventbus.impl.codecs.NullMessageCodec
-
- transform(String) - Method in class io.vertx.core.eventbus.impl.codecs.PingMessageCodec
-
- transform(ReplyException) - Method in class io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec
-
- transform(Short) - Method in class io.vertx.core.eventbus.impl.codecs.ShortMessageCodec
-
- transform(String) - Method in class io.vertx.core.eventbus.impl.codecs.StringMessageCodec
-
- transform(S) - Method in interface io.vertx.core.eventbus.MessageCodec
-
- truncate(String, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Truncate the file represented by path
to length len
in bytes, asynchronously.<p>
The operation will fail if the file does not exist or len
is less than zero
.
- truncate(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- truncateBlocking(String, long) - Method in interface io.vertx.core.file.FileSystem
-
- truncateBlocking(String, long) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- TrustStoreOptions - Interface in io.vertx.core.net
-
An interface for trust store configuration options.
- type() - Method in class io.vertx.core.dns.impl.netty.DnsEntry
-
Returns the type of resource record to be received.
- type() - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
- type() - Method in interface io.vertx.core.http.impl.ws.WebSocketFrameInternal
-
- TYPE_A - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Address record RFC 1035 Returns a 32-bit IPv4 address, most commonly used
to map hostnames to an IP address of the host, but also used for DNSBLs,
storing subnet masks in RFC 1101, etc.
- TYPE_AAAA - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
IPv6 address record RFC 3596 Returns a 128-bit IPv6 address, most
commonly used to map hostnames to an IP address of the host.
- TYPE_AFSDB - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
AFS database record RFC 1183 Location of database servers of an AFS cell.
- TYPE_ANY - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
All cached records RFC 1035 Returns all records of all types known to the
name server.
- TYPE_APL - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Address Prefix List record RFC 3123 Specify lists of address ranges, e.g.
- TYPE_AXFR - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Authoritative Zone Transfer record RFC 1035 Transfer entire zone file
from the master name server to secondary name servers.
- TYPE_CAA - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Certification Authority Authorization record RFC 6844 CA pinning,
constraining acceptable CAs for a host/domain.
- TYPE_CERT - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Certificate record RFC 4398 Stores PKIX, SPKI, PGP, etc.
- TYPE_CNAME - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Canonical name record RFC 1035 Alias of one name to another: the DNS
lookup will continue by retrying the lookup with the new name.
- TYPE_DHCID - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
DHCP identifier record RFC 4701 Used in conjunction with the FQDN option
to DHCP.
- TYPE_DLV - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
DNSSEC Lookaside Validation record RFC 4431 For publishing DNSSEC trust
anchors outside of the DNS delegation chain.
- TYPE_DNAME - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Delegation name record RFC 2672 DNAME creates an alias for a name and all
its subnames, unlike CNAME, which aliases only the exact name in its
label.
- TYPE_DNSKEY - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
DNS Key record RFC 4034 The key record used in DNSSEC.
- TYPE_DS - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Delegation signer record RFC 4034 The record used to identify the DNSSEC
signing key of a delegated zone.
- TYPE_HIP - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Host Identity Protocol record RFC 5205 Method of separating the end-point
identifier and locator roles of IP addresses.
- TYPE_IPSECKEY - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
IPsec Key record RFC 4025 Key record that can be used with IPsec.
- TYPE_IXFR - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Incremental Zone Transfer record RFC 1996 Requests a zone transfer of the
given zone but only differences from a previous serial number.
- TYPE_KEY - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
key record RFC 2535 and RFC 2930 Used only for SIG(0) (RFC 2931) and TKEY
(RFC 2930).
- TYPE_KX - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Key eXchanger record RFC 2230 Used with some cryptographic systems (not
including DNSSEC) to identify a key management agent for the associated
domain-name.
- TYPE_LOC - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Location record RFC 1876 Specifies a geographical location associated
with a domain name.
- TYPE_MX - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Mail exchange record RFC 1035 Maps a domain name to a list of message
transfer agents for that domain.
- TYPE_NAPTR - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Naming Authority Pointer record RFC 3403 Allows regular expression based
rewriting of domain names which can then be used as URIs, further domain
names to lookups, etc.
- TYPE_NS - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Name server record RFC 1035 Delegates a DNS zone to use the given
authoritative name servers
- TYPE_NSEC - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Next-Secure record RFC 4034 Part of DNSSEC, used to prove a name does not
exist.
- TYPE_NSEC3 - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
NSEC record version 3 RFC 5155 An extension to DNSSEC that allows proof
of nonexistence for a name without permitting zonewalking.
- TYPE_NSEC3PARAM - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
NSEC3 parameters record RFC 5155 Parameter record for use with NSEC3.
- TYPE_OPT - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Option record RFC 2671 This is a pseudo DNS record type needed to support
EDNS.
- TYPE_PTR - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Pointer record RFC 1035 Pointer to a canonical name.
- TYPE_QUERY - Static variable in class io.vertx.core.dns.impl.netty.DnsHeader
-
Message type is query.
- TYPE_RESPONSE - Static variable in class io.vertx.core.dns.impl.netty.DnsHeader
-
Message type is response.
- TYPE_RP - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Responsible person record RFC 1183 Information about the responsible
person(s) for the domain.
- TYPE_RRSIG - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
DNSSEC signature record RFC 4034 Signature for a DNSSEC-secured record
set.
- TYPE_SIG - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Signature record RFC 2535 Signature record used in SIG(0) (RFC 2931) and
TKEY (RFC 2930).
- TYPE_SOA - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Start of [a zone of] authority record RFC 1035 and RFC 2308 Specifies
authoritative information about a DNS zone, including the primary name
server, the email of the domain administrator, the domain serial number,
and several timers relating to refreshing the zone.
- TYPE_SPF - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Sender Policy Framework record RFC 4408 Specified as part of the SPF
protocol as an alternative to of storing SPF data in TXT records.
- TYPE_SRV - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Service locator RFC 2782 Generalized service location record, used for
newer protocols instead of creating protocol-specific records such as MX.
- TYPE_SSHFP - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
SSH Public Key Fingerprint record RFC 4255 Resource record for publishing
SSH public host key fingerprints in the DNS System, in order to aid in
verifying the authenticity of the host.
- TYPE_TA - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
DNSSEC Trust Authorities record N/A Part of a deployment proposal for
DNSSEC without a signed DNS root.
- TYPE_TKEY - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Secret key record RFC 2930 A method of providing keying material to be
used with TSIG that is encrypted under the public key in an accompanying
KEY RR..
- TYPE_TLSA - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
TLSA certificate association record RFC 6698 A record for DNS-based
Authentication of Named Entities (DANE).
- TYPE_TSIG - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Transaction Signature record RFC 2845 Can be used to authenticate dynamic
updates as coming from an approved client, or to authenticate responses
as coming from an approved recursive name server similar to DNSSEC.
- TYPE_TXT - Static variable in class io.vertx.core.dns.impl.netty.DnsEntry
-
Text record RFC 1035 Originally for arbitrary human-readable text in a
DNS record.
- validate(VertxInternal) - Method in class io.vertx.core.net.impl.SSLHelper
-
- valueOf(String) - Static method in enum io.vertx.core.datagram.impl.InternetProtocolFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.dns.DnsResponseCode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.vertx.core.dns.DnsResponseCode
-
- valueOf(String) - Static method in enum io.vertx.core.dns.impl.netty.DnsResponseCode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.vertx.core.dns.impl.netty.DnsResponseCode
-
- valueOf(String) - Static method in enum io.vertx.core.eventbus.ReplyFailure
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.http.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.http.HttpVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.http.impl.FrameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.http.WebsocketVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.net.impl.SSLHelper.ClientAuth
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.vertx.core.datagram.impl.InternetProtocolFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.core.dns.DnsResponseCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.core.dns.impl.netty.DnsResponseCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.core.eventbus.ReplyFailure
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.core.http.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.core.http.HttpVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.core.http.impl.FrameType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.core.http.WebsocketVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertx.core.net.impl.SSLHelper.ClientAuth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface io.vertx.core.shareddata.LocalMap
-
- version() - Method in interface io.vertx.core.http.HttpServerRequest
-
The HTTP version of the request
- version() - Method in class io.vertx.core.http.impl.HttpServerRequestImpl
-
- Verticle - Interface in io.vertx.core
-
A verticle is the deployment unit of Vert.x
- verticleDeployed(Verticle) - Method in class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- verticleDeployed(Verticle) - Method in interface io.vertx.core.metrics.spi.VertxMetrics
-
- verticleFactories() - Method in class io.vertx.core.impl.DeploymentManager
-
- verticleFactories() - Method in class io.vertx.core.impl.VertxImpl
-
- verticleFactories() - Method in interface io.vertx.core.Vertx
-
- VerticleFactory - Interface in io.vertx.core.spi
-
- verticleIdentifier() - Method in interface io.vertx.core.impl.Deployment
-
- verticleUndeployed(Verticle) - Method in class io.vertx.core.metrics.impl.DummyVertxMetrics
-
- verticleUndeployed(Verticle) - Method in interface io.vertx.core.metrics.spi.VertxMetrics
-
- vertx - Variable in class io.vertx.core.AbstractVerticle
-
- vertx - Variable in class io.vertx.core.file.impl.FileSystemImpl
-
- vertx() - Method in class io.vertx.core.impl.VertxFactoryImpl
-
- vertx(VertxOptions) - Method in class io.vertx.core.impl.VertxFactoryImpl
-
- vertx - Variable in class io.vertx.core.net.impl.ConnectionBase
-
- vertx - Variable in class io.vertx.core.net.impl.VertxHandler
-
- vertx() - Method in interface io.vertx.core.spi.VertxFactory
-
- vertx(VertxOptions) - Method in interface io.vertx.core.spi.VertxFactory
-
- vertx - Variable in class io.vertx.core.Starter
-
- Vertx - Interface in io.vertx.core
-
The control centre of the Vert.x Core API.<p>
You should normally only use a single instance of this class throughout your application.
- vertx() - Static method in interface io.vertx.core.Vertx
-
- vertx(VertxOptions) - Static method in interface io.vertx.core.Vertx
-
- VERTX_OPTIONS_PROP_PREFIX - Static variable in class io.vertx.core.Starter
-
- VertxEventLoopGroup - Class in io.vertx.core.net.impl
-
- VertxEventLoopGroup() - Constructor for class io.vertx.core.net.impl.VertxEventLoopGroup
-
- VertxException - Exception in io.vertx.core
-
Vert.x only throws instances of VertxException which is a RuntimeException.<p>
Vert.x hates Java checked exceptions and doesn’t want to pollute it’s API with them.<p>
- VertxException(String) - Constructor for exception io.vertx.core.VertxException
-
- VertxException(String, Throwable) - Constructor for exception io.vertx.core.VertxException
-
- VertxException(Throwable) - Constructor for exception io.vertx.core.VertxException
-
- VertxFactory - Interface in io.vertx.core.spi
-
Factory for creating Vertx instances.<p>
Use this to create Vertx instances when embedding Vert.x core directly.<p>
- VertxFactoryImpl - Class in io.vertx.core.impl
-
- VertxFactoryImpl() - Constructor for class io.vertx.core.impl.VertxFactoryImpl
-
- VertxHandler<C extends ConnectionBase> - Class in io.vertx.core.net.impl
-
- VertxHandler(VertxInternal, Map<Channel, C>) - Constructor for class io.vertx.core.net.impl.VertxHandler
-
- VertxHttpHandler<C extends ConnectionBase> - Class in io.vertx.core.http.impl
-
- VertxHttpHandler(VertxInternal, Map<Channel, C>) - Constructor for class io.vertx.core.http.impl.VertxHttpHandler
-
- VertxImpl - Class in io.vertx.core.impl
-
- VertxInternal - Interface in io.vertx.core.impl
-
This interface provides services for vert.x core internal use only
It is not part of the public API and should not be used by
developers creating vert.x applications
- VertxLoggerFormatter - Class in io.vertx.core.logging.impl
-
- VertxLoggerFormatter() - Constructor for class io.vertx.core.logging.impl.VertxLoggerFormatter
-
- VertxMetrics - Interface in io.vertx.core.metrics.spi
-
There’s one instance of this per Vert.x instance
- VertxMetricsFactory - Interface in io.vertx.core.spi
-
- VertxNetHandler - Class in io.vertx.core.net.impl
-
- VertxNetHandler(VertxInternal, Map<Channel, NetSocketImpl>) - Constructor for class io.vertx.core.net.impl.VertxNetHandler
-
- VertxOptions - Class in io.vertx.core
-
- VertxOptions() - Constructor for class io.vertx.core.VertxOptions
-
- VertxOptions(VertxOptions) - Constructor for class io.vertx.core.VertxOptions
-
- VertxOptions(JsonObject) - Constructor for class io.vertx.core.VertxOptions
-
- VertxSPI - Interface in io.vertx.core.spi.cluster
-
- VertxThreadFactory - Class in io.vertx.core.impl
-
- VoidHandler - Class in io.vertx.core
-
This class can be used for simple handlers which don’t receive any value.
- VoidHandler() - Constructor for class io.vertx.core.VoidHandler
-
- warn(Object) - Method in class io.vertx.core.logging.impl.JULLogDelegate
-
- warn(Object, Throwable) - Method in class io.vertx.core.logging.impl.JULLogDelegate
-
- warn(Object) - Method in class io.vertx.core.logging.impl.Log4jLogDelegate
-
- warn(Object, Throwable) - Method in class io.vertx.core.logging.impl.Log4jLogDelegate
-
- warn(Object) - Method in interface io.vertx.core.logging.impl.LogDelegate
-
- warn(Object, Throwable) - Method in interface io.vertx.core.logging.impl.LogDelegate
-
- warn(Object) - Method in class io.vertx.core.logging.impl.SLF4JLogDelegate
-
- warn(Object, Throwable) - Method in class io.vertx.core.logging.impl.SLF4JLogDelegate
-
- warn(Object) - Method in class io.vertx.core.logging.Logger
-
- warn(Object, Throwable) - Method in class io.vertx.core.logging.Logger
-
- websocket(int, String, String) - Method in interface io.vertx.core.http.HttpClient
-
- websocket(int, String, String, MultiMap) - Method in interface io.vertx.core.http.HttpClient
-
- websocket(int, String, String, MultiMap, WebsocketVersion) - Method in interface io.vertx.core.http.HttpClient
-
- websocket(int, String, String, MultiMap, WebsocketVersion, String) - Method in interface io.vertx.core.http.HttpClient
-
- WEBSOCKET - Static variable in class io.vertx.core.http.HttpHeaders
-
WebSocket header value
- websocket(int, String, String) - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- websocket(int, String, String, MultiMap) - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- websocket(int, String, String, MultiMap, WebsocketVersion) - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- websocket(int, String, String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.core.http.impl.HttpClientImpl
-
- WebSocket - Interface in io.vertx.core.http
-
- WebSocketBase - Interface in io.vertx.core.http
-
Represents an HTML 5 Websocket<p>
Instances of this class are created and provided to the handler of an
HttpClient
when a successful websocket connect attempt occurs.<p>
On the server side, the subclass
ServerWebSocket
is used instead.<p>
It implements both
ReadStream
and
WriteStream
so it can be used with
Pump
to pump data with flow control.<p>
Instances of this class are not thread-safe<p>
- WebSocketFrame - Interface in io.vertx.core.http
-
A Web Socket frame that represents either text or binary data.
- WebSocketFrameFactory - Interface in io.vertx.core.spi
-
- WebSocketFrameFactoryImpl - Class in io.vertx.core.http.impl
-
- WebSocketFrameFactoryImpl() - Constructor for class io.vertx.core.http.impl.WebSocketFrameFactoryImpl
-
- WebSocketFrameImpl - Class in io.vertx.core.http.impl.ws
-
- WebSocketFrameImpl() - Constructor for class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
Creates a new empty text frame.
- WebSocketFrameImpl(FrameType) - Constructor for class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
Creates a new empty text frame.
- WebSocketFrameImpl(String) - Constructor for class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
Creates a new text frame from with the specified string.
- WebSocketFrameImpl(String, boolean) - Constructor for class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
Creates a new text frame from with the specified string.
- WebSocketFrameImpl(FrameType, ByteBuf) - Constructor for class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
Creates a new frame with the specified frame type and the specified data.
- WebSocketFrameImpl(FrameType, ByteBuf, boolean) - Constructor for class io.vertx.core.http.impl.ws.WebSocketFrameImpl
-
Creates a new frame with the specified frame type and the specified data.
- WebSocketFrameInternal - Interface in io.vertx.core.http.impl.ws
-
A Web Socket frame that represents either text or binary data.
- websocketHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.core.http.HttpServer
-
Set the websocket handler for the server to wsHandler
.
- websocketHandler() - Method in interface io.vertx.core.http.HttpServer
-
- websocketHandler(Handler<ServerWebSocket>) - Method in class io.vertx.core.http.impl.HttpServerImpl
-
- websocketHandler() - Method in class io.vertx.core.http.impl.HttpServerImpl
-
- WebSocketImpl - Class in io.vertx.core.http.impl
-
This class is optimised for performance when used on the same event loop.
- WebSocketImpl(VertxInternal, ConnectionBase, boolean, int) - Constructor for class io.vertx.core.http.impl.WebSocketImpl
-
- WebSocketImplBase - Class in io.vertx.core.http.impl
-
This class is optimised for performance when used on the same event loop.
- WebSocketImplBase(VertxInternal, ConnectionBase, boolean, int) - Constructor for class io.vertx.core.http.impl.WebSocketImplBase
-
- WebSocketMatcher - Class in io.vertx.core.http.impl
-
- WebSocketMatcher() - Constructor for class io.vertx.core.http.impl.WebSocketMatcher
-
- WebSocketMatcher.Match - Class in io.vertx.core.http.impl
-
- websocketStream() - Method in interface io.vertx.core.http.HttpServer
-
Return the websocket stream for the server.
- websocketStream() - Method in class io.vertx.core.http.impl.HttpServerImpl
-
- WebSocketStream - Interface in io.vertx.core.http
-
- WebsocketVersion - Enum in io.vertx.core.http
-
- weight() - Method in class io.vertx.core.dns.impl.netty.decoder.record.ServiceRecord
-
Returns the weight of this service record.
- weight() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the weight of this service record.
- Windows - Class in io.vertx.core.impl
-
Simple Windows specific utility
- Windows() - Constructor for class io.vertx.core.impl.Windows
-
- WindowsFileSystem - Class in io.vertx.core.file.impl
-
- WindowsFileSystem(VertxInternal) - Constructor for class io.vertx.core.file.impl.WindowsFileSystem
-
- WorkerContext - Class in io.vertx.core.impl
-
- WorkerContext(VertxInternal, Executor, Executor, String, JsonObject, ClassLoader) - Constructor for class io.vertx.core.impl.WorkerContext
-
- workerCount() - Method in class io.vertx.core.net.impl.VertxEventLoopGroup
-
- workerExec - Variable in class io.vertx.core.impl.WorkerContext
-
- wrapTask(ContextTask, Handler<Void>, boolean) - Method in class io.vertx.core.impl.ContextImpl
-
- write(Buffer) - Method in interface io.vertx.core.datagram.PacketWritestream
-
- write(T) - Method in class io.vertx.core.eventbus.impl.MessageProducerImpl
-
- write(T) - Method in interface io.vertx.core.eventbus.MessageProducer
-
- write(Buffer) - Method in interface io.vertx.core.file.AsyncFile
-
- write(Buffer, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.AsyncFile
-
Write a
Buffer
to the file at position
position
in the file, asynchronously.
- write(Buffer, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- write(Buffer) - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- write(Buffer) - Method in interface io.vertx.core.http.HttpClientRequest
-
- write(String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded in UTF-8.
- write(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded using the encoding
enc
.
- write(Buffer) - Method in interface io.vertx.core.http.HttpServerResponse
-
- write(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded using the encoding
enc
.
- write(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded in UTF-8.
- write(Buffer) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- write(String) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- write(String, String) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- write(Buffer) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- write(String, String) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- write(String) - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- write(Buffer) - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
-
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.vertx.core.http.impl.VertxHttpHandler
-
- write(Buffer) - Method in class io.vertx.core.http.impl.WebSocketImpl
-
- write(Buffer) - Method in interface io.vertx.core.http.ServerWebSocket
-
- write(Buffer) - Method in interface io.vertx.core.http.WebSocket
-
- write(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
-
- write(Buffer) - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- write(String) - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- write(String, String) - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- write(Buffer) - Method in interface io.vertx.core.net.NetSocket
-
- write(String) - Method in interface io.vertx.core.net.NetSocket
-
Write a
String
to the connection, encoded in UTF-8.
- write(String, String) - Method in interface io.vertx.core.net.NetSocket
-
Write a
String
to the connection, encoded using the encoding
enc
.
- write(T) - Method in interface io.vertx.core.streams.WriteStream
-
Write some data to the stream.
- writeBinaryFrameInternal(Buffer) - Method in class io.vertx.core.http.impl.WebSocketImplBase
-
- writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates the file, and writes the specified Buffer data
to the file represented by the path path
,
asynchronously.
- writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- writeFileBlocking(String, Buffer) - Method in interface io.vertx.core.file.FileSystem
-
- writeFileBlocking(String, Buffer) - Method in class io.vertx.core.file.impl.FileSystemImpl
-
- writeFrame(WebSocketFrame) - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
-
- writeFrame(WebSocketFrame) - Method in class io.vertx.core.http.impl.WebSocketImpl
-
- writeFrame(WebSocketFrame) - Method in interface io.vertx.core.http.ServerWebSocket
-
- writeFrame(WebSocketFrame) - Method in interface io.vertx.core.http.WebSocket
-
- writeFrame(WebSocketFrame) - Method in interface io.vertx.core.http.WebSocketBase
-
- writeFrameInternal(WebSocketFrame) - Method in class io.vertx.core.http.impl.WebSocketImplBase
-
- writeHandlerID() - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- writeHandlerID() - Method in interface io.vertx.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
.<p>
Given this ID, a different event loop can send a buffer to that event handler using the event bus and
that buffer will be received by this instance in its own event loop and written to the underlying connection.
- writeMessage(Buffer) - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
-
- writeMessage(Buffer) - Method in class io.vertx.core.http.impl.WebSocketImpl
-
- writeMessage(Buffer) - Method in interface io.vertx.core.http.ServerWebSocket
-
- writeMessage(Buffer) - Method in interface io.vertx.core.http.WebSocket
-
- writeMessage(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
-
Writes a (potentially large) piece of data as a websocket message - this may be split into multiple frames
if it is large.
- writeMessageInternal(Buffer) - Method in class io.vertx.core.http.impl.WebSocketImplBase
-
- writePartialMessage(Buffer, int) - Method in class io.vertx.core.http.impl.WebSocketImplBase
-
- writeQueueFull() - Method in class io.vertx.core.eventbus.impl.MessageProducerImpl
-
- writeQueueFull() - Method in class io.vertx.core.file.impl.AsyncFileImpl
-
- writeQueueFull() - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
-
- writeQueueFull() - Method in class io.vertx.core.http.impl.HttpServerResponseImpl
-
- writeQueueFull() - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
-
- writeQueueFull() - Method in class io.vertx.core.http.impl.WebSocketImplBase
-
- writeQueueFull() - Method in class io.vertx.core.net.impl.NetSocketImpl
-
- writeQueueFull() - Method in interface io.vertx.core.streams.WriteStream
-
- WriteStream<T> - Interface in io.vertx.core.streams
-
Represents a stream of data that can be written to<p>
Any class that implements this interface can be used by a
Pump
to pump data from a
ReadStream
to it.<p>
This interface exposes a fluent api and the type T represents the type of the object that implements
the interface to allow method chaining
- writeTextFrameInternal(String) - Method in class io.vertx.core.http.impl.WebSocketImplBase
-
- writeToBuffer() - Method in class io.vertx.core.buffer.impl.BufferImpl
-
- writeToBuffer() - Method in class io.vertx.core.json.JsonArray
-
- writeToBuffer() - Method in class io.vertx.core.json.JsonObject
-
- writeToBuffer() - Method in interface io.vertx.core.shareddata.impl.ClusterSerializable
-
- writeToChannel(Object) - Method in class io.vertx.core.net.impl.ConnectionBase
-
- ws - Variable in class io.vertx.core.http.impl.WebSocketMatcher.Match
-