VirtualGatewayConnectionPool class
An object that represents the type of virtual gateway connection pool.
Only one protocol is used at a time and should be the same protocol as the one chosen under port mapping.
If not present the default value for maxPendingRequests
is
2147483647
.
Constructors
- VirtualGatewayConnectionPool({VirtualGatewayGrpcConnectionPool? grpc, VirtualGatewayHttpConnectionPool? http, VirtualGatewayHttp2ConnectionPool? http2})
-
VirtualGatewayConnectionPool.fromJson(Map<
String, dynamic> json) -
factory
Properties
- grpc → VirtualGatewayGrpcConnectionPool?
-
An object that represents a type of connection pool.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- http → VirtualGatewayHttpConnectionPool?
-
An object that represents a type of connection pool.
final
- http2 → VirtualGatewayHttp2ConnectionPool?
-
An object that represents a type of connection pool.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited