VirtualGatewayConnectionPool |
VirtualGatewayListener.connectionPool() |
The connection pool information for the virtual gateway listener.
|
static VirtualGatewayConnectionPool |
VirtualGatewayConnectionPool.fromGrpc(Consumer<VirtualGatewayGrpcConnectionPool.Builder> grpc) |
Create an instance of this class with grpc() initialized to the given value.
|
static VirtualGatewayConnectionPool |
VirtualGatewayConnectionPool.fromGrpc(VirtualGatewayGrpcConnectionPool grpc) |
Create an instance of this class with grpc() initialized to the given value.
|
static VirtualGatewayConnectionPool |
VirtualGatewayConnectionPool.fromHttp(Consumer<VirtualGatewayHttpConnectionPool.Builder> http) |
Create an instance of this class with http() initialized to the given value.
|
static VirtualGatewayConnectionPool |
VirtualGatewayConnectionPool.fromHttp(VirtualGatewayHttpConnectionPool http) |
Create an instance of this class with http() initialized to the given value.
|
static VirtualGatewayConnectionPool |
VirtualGatewayConnectionPool.fromHttp2(Consumer<VirtualGatewayHttp2ConnectionPool.Builder> http2) |
Create an instance of this class with http2() initialized to the given value.
|
static VirtualGatewayConnectionPool |
VirtualGatewayConnectionPool.fromHttp2(VirtualGatewayHttp2ConnectionPool http2) |
Create an instance of this class with http2() initialized to the given value.
|