JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Z
A
AbstractHttpServletRequest
- Class in
org.apache.servicecomb.foundation.vertx.http
AbstractHttpServletRequest()
- Constructor for class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
AbstractHttpServletResponse
- Class in
org.apache.servicecomb.foundation.vertx.http
AbstractHttpServletResponse()
- Constructor for class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
AbstractTcpClientConnectionPool
<
T
extends
TcpClientConnection
> - Class in
org.apache.servicecomb.foundation.vertx.client.tcp
AbstractTcpClientConnectionPool(Context, NetClientWrapper)
- Constructor for class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientConnectionPool
AbstractTcpClientPackage
- Class in
org.apache.servicecomb.foundation.vertx.client.tcp
AbstractTcpClientPackage()
- Constructor for class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientPackage
AbstractTcpClientPoolFactory
<
CLIENT_POOL
> - Class in
org.apache.servicecomb.foundation.vertx.client.tcp
AbstractTcpClientPoolFactory(TcpClientConfig, TcpClientConfig)
- Constructor for class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientPoolFactory
addCookie(Cookie)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
addDateHeader(String, long)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
addHeader(String, String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
addHeader(String, String)
- Method in interface org.apache.servicecomb.foundation.vertx.http.
HttpServletRequestEx
addHeader(String, String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientRequestToHttpServletRequest
addHeader(String, String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerResponseToHttpServletResponse
addIntHeader(String, int)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
addListener(AsyncListener)
- Method in class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
addListener(AsyncListener, ServletRequest, ServletResponse)
- Method in class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
addPool(CLIENT_POOL)
- Method in class org.apache.servicecomb.foundation.vertx.client.
ClientPoolManager
AddressResolverConfig
- Class in
org.apache.servicecomb.foundation.vertx
AddressResolverConfig()
- Constructor for class org.apache.servicecomb.foundation.vertx.
AddressResolverConfig
AsyncResultCallback
<
T
> - Interface in
org.apache.servicecomb.foundation.vertx
authenticate(HttpServletResponse)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
available()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
B
blockDeploy(Vertx, Class<VERTICLE>, DeploymentOptions)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
bodyBuffer
- Variable in class org.apache.servicecomb.foundation.vertx.http.
BodyBufferSupportImpl
BodyBufferSupport
- Interface in
org.apache.servicecomb.foundation.vertx.http
BodyBufferSupportImpl
- Class in
org.apache.servicecomb.foundation.vertx.http
BodyBufferSupportImpl()
- Constructor for class org.apache.servicecomb.foundation.vertx.http.
BodyBufferSupportImpl
BufferInputStream
- Class in
org.apache.servicecomb.foundation.vertx.stream
BufferInputStream(ByteBuf)
- Constructor for class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
BufferOutputStream
- Class in
org.apache.servicecomb.foundation.vertx.stream
BufferOutputStream
BufferOutputStream()
- Constructor for class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
BufferOutputStream(ByteBuf)
- Constructor for class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
buildClientOptionsBase(SSLOption, SSLCustom, ClientOptionsBase)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxTLSBuilder
buildHttpClientOptions(String, HttpClientOptions)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxTLSBuilder
buildHttpClientOptions(SSLOption, SSLCustom, HttpClientOptions)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxTLSBuilder
buildNetServerOptions(SSLOption, SSLCustom, NetServerOptions)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxTLSBuilder
byteBuf
- Variable in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
C
changeSessionId()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
checkContentType(RoutingContext)
- Method in class org.apache.servicecomb.foundation.vertx.
SimpleBodyHandler
checkTimeout()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnection
clearCachedRequest(Throwable)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnection
CLIENT_MGR
- Static variable in class org.apache.servicecomb.foundation.vertx.client.
ClientVerticle
ClientPoolFactory
<
CLIENT_POOL
> - Interface in
org.apache.servicecomb.foundation.vertx.client
ClientPoolManager
<
CLIENT_POOL
> - Class in
org.apache.servicecomb.foundation.vertx.client
CLIENT_POOL是一个完备的连接池,支持向同一个目标建立一个或多个连接 之所以再包装一层,是因为多个线程使用一个连接池的场景下 会导致多个线程抢连接池的同一把锁 包装之后,允许使用m个网络线程,每个线程中有1个连接池 support both sync and reactive invoke.
ClientPoolManager(Vertx, ClientPoolFactory<CLIENT_POOL>)
- Constructor for class org.apache.servicecomb.foundation.vertx.client.
ClientPoolManager
ClientVerticle
<
CLIENT_POOL
> - Class in
org.apache.servicecomb.foundation.vertx.client
ClientVerticle()
- Constructor for class org.apache.servicecomb.foundation.vertx.client.
ClientVerticle
close()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
close()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
complete()
- Method in class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
configureVertxFileCaching()
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
配置vertx的文件缓存功能,默认关闭
connect(boolean, int, String, Handler<AsyncResult<NetSocket>>)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
NetClientWrapper
connect()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnection
containsHeader(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
contentTypeSupported(String)
- Method in class org.apache.servicecomb.foundation.vertx.
SimpleBodyHandler
context()
- Method in class org.apache.servicecomb.foundation.vertx.client.http.
HttpClientWithContext
context
- Variable in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientConnectionPool
context
- Variable in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
copy()
- Method in class org.apache.servicecomb.foundation.vertx.
SimpleJsonObject
不必复制,直接使用,规避原来的copy不支持Object的问题
create(String)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientConnectionPool
create(String)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnectionPool
createClientDeployOptions(ClientPoolManager<CLIENT_POOL>, int)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
createClientPool()
- Method in interface org.apache.servicecomb.foundation.vertx.client.
ClientPoolFactory
createClientPool()
- Method in class org.apache.servicecomb.foundation.vertx.client.
ClientPoolManager
createClientPool()
- Method in class org.apache.servicecomb.foundation.vertx.client.http.
HttpClientPoolFactory
createClientPool()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientPoolFactory
createEventLoopContext(String, WorkerPool, JsonObject, ClassLoader)
- Method in class io.vertx.core.impl.
VertxImplEx
createListener(Class<T>)
- Method in class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
createLogin()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnection
createStream()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientPackage
createStream()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientPackage
createTcpServerConnection()
- Method in class org.apache.servicecomb.foundation.vertx.server.
TcpServer
currentVertx()
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
D
DEFAULT_READ_BUFFER_SIZE
- Static variable in class org.apache.servicecomb.foundation.vertx.stream.
InputStreamToReadStream
deployVerticle(Vertx, Class<T>, int)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
dispatch()
- Method in class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
dispatch(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
dispatch(ServletContext, String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
doCreateClientPool(Context, NetClientWrapper)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientPoolFactory
doCreateClientPool(Context, NetClientWrapper)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientPoolFactory
E
EmptyAsyncContext
- Class in
org.apache.servicecomb.foundation.vertx.http
EmptyAsyncContext()
- Constructor for class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
encodeRedirectURL(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
encodeRedirectUrl(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
encodeURL(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
encodeUrl(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
endHandler(Handler<Void>)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
InputStreamToReadStream
exceptionHandler(Handler<Throwable>)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
InputStreamToReadStream
execute(Runnable)
- Method in class org.apache.servicecomb.foundation.vertx.executor.
VertxWorkerExecutor
F
fail(Throwable)
- Method in interface org.apache.servicecomb.foundation.vertx.
AsyncResultCallback
FileUploadPart
- Class in
org.apache.servicecomb.foundation.vertx.http
FileUploadPart(FileUpload)
- Constructor for class org.apache.servicecomb.foundation.vertx.http.
FileUploadPart
findByContext()
- Method in class org.apache.servicecomb.foundation.vertx.client.
ClientPoolManager
findClientPool(boolean)
- Method in class org.apache.servicecomb.foundation.vertx.client.
ClientPoolManager
findOrCreateClient(String)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientConnectionPool
findThreadBindClientPool()
- Method in class org.apache.servicecomb.foundation.vertx.client.
ClientPoolManager
firstNEqual(byte[], byte[], int)
- Method in class org.apache.servicecomb.foundation.vertx.server.
TcpParser
flushBuffer()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
flushBuffer()
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletResponseEx
flushBuffer()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerResponseToHttpServletResponse
G
getAddressResover(String)
- Static method in class org.apache.servicecomb.foundation.vertx.
AddressResolverConfig
get the target endpoints with custom address resolve config
getAddressResover(String, Configuration)
- Static method in class org.apache.servicecomb.foundation.vertx.
AddressResolverConfig
get the target endpoints with custom address resolve config
getAndIncRequestId()
- Static method in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientPackage
getAsyncContext()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getAsyncContext()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getAttribute(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getAttribute(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
getAttribute(String)
- Method in interface org.apache.servicecomb.foundation.vertx.http.
HttpServletResponseEx
getAttribute(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletResponseEx
getAttributeNames()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getAuthType()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getBodyBuffer()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpData
getBodyBuffer()
- Method in interface org.apache.servicecomb.foundation.vertx.http.
BodyBufferSupport
getBodyBuffer()
- Method in class org.apache.servicecomb.foundation.vertx.http.
BodyBufferSupportImpl
getBodyBuffer()
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletRequestEx
getBodyBuffer()
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletResponseEx
getBodyBytes()
- Method in interface org.apache.servicecomb.foundation.vertx.http.
BodyBufferSupport
getBodyBytes()
- Method in class org.apache.servicecomb.foundation.vertx.http.
BodyBufferSupportImpl
getBodyBytes()
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletRequestEx
getBodyBytes()
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletResponseEx
getBodyBytesLength()
- Method in interface org.apache.servicecomb.foundation.vertx.http.
BodyBufferSupport
getBodyBytesLength()
- Method in class org.apache.servicecomb.foundation.vertx.http.
BodyBufferSupportImpl
getBodyBytesLength()
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletRequestEx
getBodyBytesLength()
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletResponseEx
getBuffer()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
getBufferSize()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
getByteBuf()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
getByteBuf()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
getBytesFast(InputStream)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
getBytesFast(Buffer)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
getBytesFast(ByteBuf)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
getCharacterEncoding()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getCharacterEncoding()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
getClientConfig(boolean)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
NetClientWrapper
getConnectionContext(ConnectionBase)
- Static method in class io.vertx.core.net.impl.
VertxHelper
getContentLength()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getContentLengthLong()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getContentType()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getContentType()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
getContentType()
- Method in class org.apache.servicecomb.foundation.vertx.http.
FileUploadPart
getContentType()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientResponseToHttpServletResponse
getContentType()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getContentType()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerResponseToHttpServletResponse
getContextPath()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getContextPath()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientRequestToHttpServletRequest
getContextPath()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getCookies()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getCookies()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getDateHeader(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getDispatcherType()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getEventLoopContextCreatedCount()
- Method in class io.vertx.core.impl.
VertxImplEx
getHeader(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getHeader(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
getHeader(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientRequestToHttpServletRequest
getHeader(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientResponseToHttpServletResponse
getHeader(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getHeader(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerResponseToHttpServletResponse
getHeaderBuffer()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpData
getHeaderNames()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getHeaderNames()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
getHeaderNames()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientRequestToHttpServletRequest
getHeaderNames()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientResponseToHttpServletResponse
getHeaderNames()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getHeaderNames()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerResponseToHttpServletResponse
getHeaders(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getHeaders(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
getHeaders(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientRequestToHttpServletRequest
getHeaders(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientResponseToHttpServletResponse
getHeaders(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getHeaders(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerResponseToHttpServletResponse
getHttpClient()
- Method in class org.apache.servicecomb.foundation.vertx.client.http.
HttpClientWithContext
getIndex()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
getInputStream()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getInputStream()
- Method in class org.apache.servicecomb.foundation.vertx.http.
FileUploadPart
getInputStream()
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletRequestEx
getInputStream()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getInputStream()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
InputStreamToReadStream
getIntHeader(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getIntHeader(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getLocalAddr()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getLocalAddr()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getLocale()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getLocale()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
getLocales()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getLocalName()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getLocalPort()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getLocalPort()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getMethod()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getMethod()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getMsgId()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientPackage
getMsgId()
- Method in class org.apache.servicecomb.foundation.vertx.tcp.
TcpOutputStream
getName()
- Method in class org.apache.servicecomb.foundation.vertx.http.
FileUploadPart
getNetSocket()
- Method in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
getOrCreateVertxByName(String, VertxOptions)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
getOutputStream()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
getParameter(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getParameter(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getParameterMap()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getParameterMap()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getParameterNames()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getParameterValues(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getParameterValues(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getPart(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getPart(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getParts()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getPathInfo()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getPathInfo()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getPathTranslated()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getProtocol()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getProtocol()
- Method in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
getQueryString()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getQueryString()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientRequestToHttpServletRequest
getQueryString()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getReader()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getRealPath(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getRemoteAddr()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getRemoteAddr()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getRemoteHost()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getRemoteHost()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getRemotePort()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getRemotePort()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getRemoteUser()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getRequest()
- Method in class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
getRequestDispatcher(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getRequestedSessionId()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getRequestTimeoutMillis()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConfig
getRequestURI()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getRequestURI()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientRequestToHttpServletRequest
getRequestURI()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getRequestURL()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getResponse()
- Method in class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
getScheme()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getScheme()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getServerName()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getServerPort()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getServletContext()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getServletPath()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getServletPath()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
getSession(boolean)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getSession()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getSize()
- Method in class org.apache.servicecomb.foundation.vertx.http.
FileUploadPart
getSortedAcceptableMimeTypes(String)
- Static method in class io.vertx.ext.web.impl.
MimeTypesUtils
getStatus()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
getStatus()
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletResponseEx
getStatus()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientResponseToHttpServletResponse
getStatus()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerResponseToHttpServletResponse
getStatusType()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
getStatusType()
- Method in interface org.apache.servicecomb.foundation.vertx.http.
HttpServletResponseEx
getStatusType()
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletResponseEx
getStatusType()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientResponseToHttpServletResponse
getStatusType()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerResponseToHttpServletResponse
getSubmittedFileName()
- Method in class org.apache.servicecomb.foundation.vertx.http.
FileUploadPart
getTimeout()
- Method in class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
getUserPrincipal()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
getVertxByName(String)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
getVertxMap()
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
getWriter()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
getZipName()
- Method in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
H
handle(long, Buffer, Buffer)
- Method in interface org.apache.servicecomb.foundation.vertx.server.
TcpBufferHandler
handle(Buffer)
- Method in class org.apache.servicecomb.foundation.vertx.server.
TcpParser
handle(RoutingContext)
- Method in class org.apache.servicecomb.foundation.vertx.
SimpleBodyHandler
handler(Handler<Buffer>)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
InputStreamToReadStream
hasOriginalRequestAndResponse()
- Method in class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
HttpClientPoolFactory
- Class in
org.apache.servicecomb.foundation.vertx.client.http
HttpClientPoolFactory(HttpClientOptions)
- Constructor for class org.apache.servicecomb.foundation.vertx.client.http.
HttpClientPoolFactory
HttpClientWithContext
- Class in
org.apache.servicecomb.foundation.vertx.client.http
HttpClientWithContext(HttpClient, Context)
- Constructor for class org.apache.servicecomb.foundation.vertx.client.http.
HttpClientWithContext
HttpClientWithContext.RunHandler
- Interface in
org.apache.servicecomb.foundation.vertx.client.http
HttpServerRequestUtils
- Interface in
io.vertx.ext.web.impl
HttpServletRequestEx
- Interface in
org.apache.servicecomb.foundation.vertx.http
HttpServletResponseEx
- Interface in
org.apache.servicecomb.foundation.vertx.http
I
init(Vertx, String, AsyncResultCallback<InetSocketAddress>)
- Method in class org.apache.servicecomb.foundation.vertx.server.
TcpServer
init(NetSocket)
- Method in class org.apache.servicecomb.foundation.vertx.server.
TcpServerConnection
init(VertxOptions)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
init(String, VertxOptions)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
initNetSocket(NetSocketImpl)
- Method in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
InputStreamToReadStream
- Class in
org.apache.servicecomb.foundation.vertx.stream
InputStreamToReadStream(Vertx, InputStream)
- Constructor for class org.apache.servicecomb.foundation.vertx.stream.
InputStreamToReadStream
internalFlushBuffer()
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerResponseToHttpServletResponse
io.vertx.core.impl
- package io.vertx.core.impl
io.vertx.core.net.impl
- package io.vertx.core.net.impl
io.vertx.ext.web.impl
- package io.vertx.ext.web.impl
isAsyncStarted()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
isAsyncSupported()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
isCommitted()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
isFinished()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
isLocalSupportLogin()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnection
isReady()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
isRequestedSessionIdFromCookie()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
isRequestedSessionIdFromURL()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
isRequestedSessionIdFromUrl()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
isRequestedSessionIdValid()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
isSecure()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
isTimeout()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpRequest
isUserInRole(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
L
length()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
login(String, String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
LOGIN
- Static variable in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConst
logout()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
M
MimeTypesUtils
- Class in
io.vertx.ext.web.impl
MimeTypesUtils()
- Constructor for class io.vertx.ext.web.impl.
MimeTypesUtils
msgId
- Variable in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientPackage
N
netClientWrapper
- Variable in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientConnectionPool
NetClientWrapper
- Class in
org.apache.servicecomb.foundation.vertx.client.tcp
NetClientWrapper(Vertx, TcpClientConfig, TcpClientConfig)
- Constructor for class org.apache.servicecomb.foundation.vertx.client.tcp.
NetClientWrapper
netSocket
- Variable in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
normalClientConfig
- Variable in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientPoolFactory
O
onLoginResponse(Buffer)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnection
onParse(Buffer)
- Method in class org.apache.servicecomb.foundation.vertx.server.
TcpParser
onReply(long, Buffer, Buffer)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnection
onReply(Buffer, Buffer)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpRequest
onSendError(Throwable)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpRequest
onTimeout(TimeoutException)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpRequest
org.apache.servicecomb.foundation.vertx
- package org.apache.servicecomb.foundation.vertx
org.apache.servicecomb.foundation.vertx.client
- package org.apache.servicecomb.foundation.vertx.client
org.apache.servicecomb.foundation.vertx.client.http
- package org.apache.servicecomb.foundation.vertx.client.http
org.apache.servicecomb.foundation.vertx.client.tcp
- package org.apache.servicecomb.foundation.vertx.client.tcp
org.apache.servicecomb.foundation.vertx.executor
- package org.apache.servicecomb.foundation.vertx.executor
org.apache.servicecomb.foundation.vertx.http
- package org.apache.servicecomb.foundation.vertx.http
org.apache.servicecomb.foundation.vertx.server
- package org.apache.servicecomb.foundation.vertx.server
org.apache.servicecomb.foundation.vertx.stream
- package org.apache.servicecomb.foundation.vertx.stream
org.apache.servicecomb.foundation.vertx.tcp
- package org.apache.servicecomb.foundation.vertx.tcp
P
pause()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
InputStreamToReadStream
protocol
- Variable in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
put(String, Object)
- Method in class org.apache.servicecomb.foundation.vertx.
SimpleJsonObject
直接保存进map,规避原来的put不支持Object的问题
R
read()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
read(byte[])
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
read(byte[], int, int)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
readBoolean()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
readBufferSize(int)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
InputStreamToReadStream
readByte()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
readInt()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
readLong()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
readShort()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
readString()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
removeAttribute(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
reset()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
reset()
- Method in class org.apache.servicecomb.foundation.vertx.server.
TcpParser
在解析出错时,通过重新创建parser对象,将整个缓冲区重置
reset()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
resetBuffer()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
resume()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
InputStreamToReadStream
run(HttpClient)
- Method in interface org.apache.servicecomb.foundation.vertx.client.http.
HttpClientWithContext.RunHandler
runInContext(Context, AsyncResultCallback<T>, T, Throwable)
- Static method in class org.apache.servicecomb.foundation.vertx.
VertxUtils
runOnContext(HttpClientWithContext.RunHandler)
- Method in class org.apache.servicecomb.foundation.vertx.client.http.
HttpClientWithContext
S
scheduleWrite()
- Method in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
send(AbstractTcpClientPackage, TcpResponseCallback)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnection
sendError(int, String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
sendError(int)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
sendRedirect(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
setAttribute(String, Object)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
setAttribute(String, Object)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
setAttribute(String, Object)
- Method in interface org.apache.servicecomb.foundation.vertx.http.
HttpServletResponseEx
setAttribute(String, Object)
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletResponseEx
setBodyBuffer(Buffer)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpData
setBodyBuffer(Buffer)
- Method in interface org.apache.servicecomb.foundation.vertx.http.
BodyBufferSupport
setBodyBuffer(Buffer)
- Method in class org.apache.servicecomb.foundation.vertx.http.
BodyBufferSupportImpl
setBodyBuffer(Buffer)
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletRequestEx
setBodyBuffer(Buffer)
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletResponseEx
setBodyBuffer(Buffer)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
setBufferSize(int)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
setCacheRequest(boolean)
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletRequestEx
setCharacterEncoding(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
setCharacterEncoding(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
setContentLength(int)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
setContentLengthLong(long)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
setContentType(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
setContentType(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerResponseToHttpServletResponse
setContext(Context)
- Method in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
setDateHeader(String, long)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
setHeader(String, String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
setHeader(String, String)
- Method in interface org.apache.servicecomb.foundation.vertx.http.
HttpServletRequestEx
setHeader(String, String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxClientRequestToHttpServletRequest
setHeader(String, String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerResponseToHttpServletResponse
setHeaderBuffer(Buffer)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpData
setIntHeader(String, int)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
setLocale(Locale)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
setLocalSupportLogin(boolean)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnection
setPath(HttpServerRequest, String)
- Static method in interface io.vertx.ext.web.impl.
HttpServerRequestUtils
setProtocol(String)
- Method in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
setReadListener(ReadListener)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
setRequestTimeoutMillis(long)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConfig
setStatus(int)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
setStatus(int, String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletResponse
setStatus(int, String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletResponseEx
setStatus(int, String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
VertxServerResponseToHttpServletResponse
setTimeout(long)
- Method in class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
setZipName(String)
- Method in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
SimpleBodyHandler
- Class in
org.apache.servicecomb.foundation.vertx
扩展的BodyHandler 只支持指定ContentType格式的body数据,关闭了文件上传能力
SimpleBodyHandler()
- Constructor for class org.apache.servicecomb.foundation.vertx.
SimpleBodyHandler
SimpleJsonObject
- Class in
org.apache.servicecomb.foundation.vertx
SimpleJsonObject()
- Constructor for class org.apache.servicecomb.foundation.vertx.
SimpleJsonObject
skip(long)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferInputStream
splitter
- Variable in class org.apache.servicecomb.foundation.vertx.server.
TcpServerConnection
sslClientConfig
- Variable in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientPoolFactory
StandardHttpServletRequestEx
- Class in
org.apache.servicecomb.foundation.vertx.http
StandardHttpServletRequestEx(HttpServletRequest)
- Constructor for class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletRequestEx
StandardHttpServletResponseEx
- Class in
org.apache.servicecomb.foundation.vertx.http
StandardHttpServletResponseEx(HttpServletResponse)
- Constructor for class org.apache.servicecomb.foundation.vertx.http.
StandardHttpServletResponseEx
start()
- Method in class org.apache.servicecomb.foundation.vertx.client.
ClientVerticle
start(Runnable)
- Method in class org.apache.servicecomb.foundation.vertx.http.
EmptyAsyncContext
startAsync()
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
startAsync(ServletRequest, ServletResponse)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
startCheckTimeout(Context)
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientConnectionPool
success(T)
- Method in interface org.apache.servicecomb.foundation.vertx.
AsyncResultCallback
T
TCP_HEADER_LENGTH
- Static variable in class org.apache.servicecomb.foundation.vertx.server.
TcpParser
TCP_MAGIC
- Static variable in class org.apache.servicecomb.foundation.vertx.server.
TcpParser
TcpBufferHandler
- Interface in
org.apache.servicecomb.foundation.vertx.server
TcpBufferHandler
TcpClientConfig
- Class in
org.apache.servicecomb.foundation.vertx.client.tcp
TcpClientConfig()
- Constructor for class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConfig
TcpClientConnection
- Class in
org.apache.servicecomb.foundation.vertx.client.tcp
TcpClientConnection(Context, NetClientWrapper, String)
- Constructor for class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnection
TcpClientConnectionPool
- Class in
org.apache.servicecomb.foundation.vertx.client.tcp
TcpClientConnectionPool(Context, NetClientWrapper)
- Constructor for class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnectionPool
tcpClientMap
- Variable in class org.apache.servicecomb.foundation.vertx.client.tcp.
AbstractTcpClientConnectionPool
TcpClientPackage
- Class in
org.apache.servicecomb.foundation.vertx.client.tcp
TcpClientPackage(TcpOutputStream)
- Constructor for class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientPackage
TcpClientPoolFactory
- Class in
org.apache.servicecomb.foundation.vertx.client.tcp
TcpClientPoolFactory(TcpClientConfig, TcpClientConfig)
- Constructor for class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientPoolFactory
TcpConnection
- Class in
org.apache.servicecomb.foundation.vertx.tcp
TcpConnection()
- Constructor for class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
TcpConst
- Class in
org.apache.servicecomb.foundation.vertx.tcp
TcpData
- Class in
org.apache.servicecomb.foundation.vertx.client.tcp
TcpData(Buffer, Buffer)
- Constructor for class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpData
TcpOutputStream
- Class in
org.apache.servicecomb.foundation.vertx.tcp
TcpOutputStream
TcpOutputStream(long)
- Constructor for class org.apache.servicecomb.foundation.vertx.tcp.
TcpOutputStream
TcpParser
- Class in
org.apache.servicecomb.foundation.vertx.server
TcpParser
TcpParser(TcpBufferHandler)
- Constructor for class org.apache.servicecomb.foundation.vertx.server.
TcpParser
TcpRequest
- Class in
org.apache.servicecomb.foundation.vertx.client.tcp
TcpRequest(long, TcpResponseCallback)
- Constructor for class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpRequest
TcpResponseCallback
- Interface in
org.apache.servicecomb.foundation.vertx.client.tcp
TcpServer
- Class in
org.apache.servicecomb.foundation.vertx.server
TcpServer(URIEndpointObject)
- Constructor for class org.apache.servicecomb.foundation.vertx.server.
TcpServer
TcpServerConnection
- Class in
org.apache.servicecomb.foundation.vertx.server
TcpServerConnection()
- Constructor for class org.apache.servicecomb.foundation.vertx.server.
TcpServerConnection
tryLogin()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnection
U
upgrade(Class<T>)
- Method in class org.apache.servicecomb.foundation.vertx.http.
AbstractHttpServletRequest
V
VertxClientRequestToHttpServletRequest
- Class in
org.apache.servicecomb.foundation.vertx.http
VertxClientRequestToHttpServletRequest(HttpClientRequest, Buffer)
- Constructor for class org.apache.servicecomb.foundation.vertx.http.
VertxClientRequestToHttpServletRequest
VertxClientResponseToHttpServletResponse
- Class in
org.apache.servicecomb.foundation.vertx.http
VertxClientResponseToHttpServletResponse(HttpClientResponse, Buffer)
- Constructor for class org.apache.servicecomb.foundation.vertx.http.
VertxClientResponseToHttpServletResponse
VertxHelper
- Class in
io.vertx.core.net.impl
VertxImplEx
- Class in
io.vertx.core.impl
VertxImplEx(String, VertxOptions)
- Constructor for class io.vertx.core.impl.
VertxImplEx
VertxServerRequestToHttpServletRequest
- Class in
org.apache.servicecomb.foundation.vertx.http
VertxServerRequestToHttpServletRequest(RoutingContext, String)
- Constructor for class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
VertxServerRequestToHttpServletRequest(RoutingContext)
- Constructor for class org.apache.servicecomb.foundation.vertx.http.
VertxServerRequestToHttpServletRequest
VertxServerResponseToHttpServletResponse
- Class in
org.apache.servicecomb.foundation.vertx.http
VertxServerResponseToHttpServletResponse(HttpServerResponse)
- Constructor for class org.apache.servicecomb.foundation.vertx.http.
VertxServerResponseToHttpServletResponse
VertxTLSBuilder
- Class in
org.apache.servicecomb.foundation.vertx
VertxUtils
- Class in
org.apache.servicecomb.foundation.vertx
VertxUtils
VertxWorkerExecutor
- Class in
org.apache.servicecomb.foundation.vertx.executor
VertxWorkerExecutor()
- Constructor for class org.apache.servicecomb.foundation.vertx.executor.
VertxWorkerExecutor
W
write(String)
- Method in class org.apache.servicecomb.foundation.vertx.http.
FileUploadPart
write(int)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
write(boolean)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
write(byte[])
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
write(byte[], int, int)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
write(ByteBuf)
- Method in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
writeByte(byte)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
writeInContext()
- Method in class org.apache.servicecomb.foundation.vertx.client.tcp.
TcpClientConnection
writeInContext()
- Method in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
writeInt(int, int)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
writeInt(int)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
writeLength(int, int)
- Method in class org.apache.servicecomb.foundation.vertx.tcp.
TcpOutputStream
writeLong(long)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
writerIndex()
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
writeShort(short)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
writeString(String)
- Method in class org.apache.servicecomb.foundation.vertx.stream.
BufferOutputStream
Z
zipName
- Variable in class org.apache.servicecomb.foundation.vertx.tcp.
TcpConnection
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Z
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2017–2018
The Apache Software Foundation
. All rights reserved.