Package io.camunda.client.impl.util
Class AddressUtil
java.lang.Object
io.camunda.client.impl.util.AddressUtil
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic URIcomposeAddress(boolean plaintext, URI address) static StringcomposeGatewayAddress(URI grpcAddress) static URIcomposeGrpcAddress(String gatewayAddress, boolean plaintext) static URIcomposeGrpcAddress(InetSocketAddress gatewayAddress, boolean plaintext) static booleanisPlaintextConnection(URI address) static Stringscheme(boolean plaintext)
-
Field Details
-
PLAINTEXT_SCHEMES
-
ENCRYPTED_SCHEMES
-
-
Method Details
-
isPlaintextConnection
-
composeGatewayAddress
-
composeGrpcAddress
-
composeGrpcAddress
-
scheme
-
composeAddress
-