A B E G H I L M N O P R S T V _ 
All Classes All Packages

A

absoluteURI() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
accept(HttpServerRequest) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
 
addInterceptor(ProxyInterceptor) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
 

B

body(Buffer) - Static method in class io.vertx.mutiny.httpproxy.Body
 
body(ReadStream<Buffer>) - Static method in class io.vertx.mutiny.httpproxy.Body
 
body(ReadStream<Buffer>, long) - Static method in class io.vertx.mutiny.httpproxy.Body
 
body(Flow.Publisher<Buffer>) - Static method in class io.vertx.mutiny.httpproxy.Body
 
body(Flow.Publisher<Buffer>, long) - Static method in class io.vertx.mutiny.httpproxy.Body
 
Body - Class in io.vertx.mutiny.httpproxy
Handles the HTTP proxy body.
Body(Body) - Constructor for class io.vertx.mutiny.httpproxy.Body
 
Body(Object) - Constructor for class io.vertx.mutiny.httpproxy.Body
 

E

equals(Object) - Method in class io.vertx.mutiny.httpproxy.Body
 
equals(Object) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
 
equals(Object) - Method in class io.vertx.mutiny.httpproxy.ProxyContext
 
equals(Object) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
equals(Object) - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 
etag() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 

G

get(String, Class<T>) - Method in class io.vertx.mutiny.httpproxy.ProxyContext
 
getAuthority() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
getBody() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
getBody() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 
getDelegate() - Method in class io.vertx.mutiny.httpproxy.Body
 
getDelegate() - Method in class io.vertx.mutiny.httpproxy.HttpProxy
 
getDelegate() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
 
getDelegate() - Method in interface io.vertx.mutiny.httpproxy.ProxyInterceptor
 
getDelegate() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
getDelegate() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 
getMethod() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
getStatusCode() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 
getStatusMessage() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 
getURI() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 

H

handle(HttpServerRequest) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
 
handleProxyRequest(ProxyContext) - Method in interface io.vertx.mutiny.httpproxy.ProxyInterceptor
 
handleProxyResponse(ProxyContext) - Method in interface io.vertx.mutiny.httpproxy.ProxyInterceptor
 
hashCode() - Method in class io.vertx.mutiny.httpproxy.Body
 
hashCode() - Method in class io.vertx.mutiny.httpproxy.HttpProxy
 
hashCode() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
 
hashCode() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
hashCode() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 
headers() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
headers() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 
HttpProxy - Class in io.vertx.mutiny.httpproxy
Handles the HTTP reverse proxy logic between the user agent and the origin.
HttpProxy(HttpProxy) - Constructor for class io.vertx.mutiny.httpproxy.HttpProxy
 
HttpProxy(Object) - Constructor for class io.vertx.mutiny.httpproxy.HttpProxy
 

I

io.smallrye.mutiny.vertx.http.proxy - module io.smallrye.mutiny.vertx.http.proxy
 
io.vertx.mutiny.httpproxy - package io.vertx.mutiny.httpproxy
 

L

length() - Method in class io.vertx.mutiny.httpproxy.Body
 

M

maxAge() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 

N

newInstance(Body) - Static method in class io.vertx.mutiny.httpproxy.Body
 
newInstance(HttpProxy) - Static method in class io.vertx.mutiny.httpproxy.HttpProxy
 
newInstance(ProxyContext) - Static method in class io.vertx.mutiny.httpproxy.ProxyContext
 
newInstance(ProxyInterceptor) - Static method in interface io.vertx.mutiny.httpproxy.ProxyInterceptor
 
newInstance(ProxyRequest) - Static method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
newInstance(ProxyResponse) - Static method in class io.vertx.mutiny.httpproxy.ProxyResponse
 

O

origin(int, String) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
 
origin(SocketAddress) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
 
originSelector(Function<HttpServerRequest, Uni<SocketAddress>>) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
 

P

proxiedRequest() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
proxy(HttpClientRequest) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
Proxy this request to the origin server using the specified request and then send the proxy response.
proxyAndAwait(HttpClientRequest) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
proxyAndForget(HttpClientRequest) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
Variant of ProxyRequest.proxy(io.vertx.mutiny.core.http.HttpClientRequest) that ignores the result of the operation.
ProxyContext - Class in io.vertx.mutiny.httpproxy
A controller for proxy interception.
ProxyContext(ProxyContext) - Constructor for class io.vertx.mutiny.httpproxy.ProxyContext
 
ProxyContext(Object) - Constructor for class io.vertx.mutiny.httpproxy.ProxyContext
 
ProxyInterceptor - Interface in io.vertx.mutiny.httpproxy
A HttpProxy interceptor.
ProxyRequest - Class in io.vertx.mutiny.httpproxy
Handles the interoperability of the request between the user agent and the origin.
ProxyRequest(ProxyRequest) - Constructor for class io.vertx.mutiny.httpproxy.ProxyRequest
 
ProxyRequest(Object) - Constructor for class io.vertx.mutiny.httpproxy.ProxyRequest
 
ProxyResponse - Class in io.vertx.mutiny.httpproxy
Handles the interoperability of the response between the origin and the user agent.
ProxyResponse(ProxyResponse) - Constructor for class io.vertx.mutiny.httpproxy.ProxyResponse
 
ProxyResponse(Object) - Constructor for class io.vertx.mutiny.httpproxy.ProxyResponse
 
publicCacheControl() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 

R

release() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
release() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 
request() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
 
request() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 
response() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
 
response() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
reverseProxy(ProxyOptions, HttpClient) - Static method in class io.vertx.mutiny.httpproxy.HttpProxy
 
reverseProxy(HttpClient) - Static method in class io.vertx.mutiny.httpproxy.HttpProxy
 
reverseProxy(HttpServerRequest) - Static method in class io.vertx.mutiny.httpproxy.ProxyRequest
 

S

send() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
Send the proxies response to the user agent.
send(HttpClientRequest) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
Send this request to the origin server using the specified request.
sendAndAwait() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
Blocking variant of ProxyResponse.send().
sendAndAwait(HttpClientRequest) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
sendAndForget() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
Variant of ProxyResponse.send() that ignores the result of the operation.
sendAndForget(HttpClientRequest) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
Variant of ProxyRequest.send(io.vertx.mutiny.core.http.HttpClientRequest) that ignores the result of the operation.
sendRequest() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
Unlike the bare Vert.x variant, this method returns a Uni.
sendRequestAndAwait() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
Blocking variant of ProxyContext.sendRequest().
sendRequestAndForget() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
Variant of ProxyContext.sendRequest() that ignores the result of the operation.
sendResponse() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
Unlike the bare Vert.x variant, this method returns a Uni.
sendResponseAndAwait() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
Blocking variant of ProxyContext.sendResponse().
sendResponseAndForget() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
Variant of ProxyContext.sendResponse() that ignores the result of the operation.
set(String, Object) - Method in class io.vertx.mutiny.httpproxy.ProxyContext
 
setAuthority(String) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
setBody(Body) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
setBody(Body) - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 
setMethod(HttpMethod) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
setStatusCode(int) - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 
setStatusMessage(String) - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 
setURI(String) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
stream() - Method in class io.vertx.mutiny.httpproxy.Body
 

T

toString() - Method in class io.vertx.mutiny.httpproxy.Body
 
toString() - Method in class io.vertx.mutiny.httpproxy.HttpProxy
 
toString() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
 
toString() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 
toString() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
 
TYPE_ARG_0 - Static variable in interface io.vertx.mutiny.httpproxy.ProxyInterceptor
 

V

version() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
 

_

__TYPE_ARG - Static variable in class io.vertx.mutiny.httpproxy.Body
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.httpproxy.HttpProxy
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.httpproxy.ProxyContext
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.httpproxy.ProxyRequest
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.httpproxy.ProxyResponse
 
A B E G H I L M N O P R S T V _ 
All Classes All Packages