Uses of Enum
io.vertx.pgclient.ChannelBinding
Packages that use ChannelBinding
-
Uses of ChannelBinding in io.vertx.pgclient
Subclasses with type arguments of type ChannelBinding in io.vertx.pgclientModifier and TypeClassDescriptionenumThe different values for the Channel Binding parameter provide different levels of protection.Fields in io.vertx.pgclient declared as ChannelBindingModifier and TypeFieldDescriptionstatic final ChannelBindingPgConnectOptions.DEFAULT_CHANNEL_BINDINGstatic final ChannelBinding[]ChannelBinding.VALUESMethods in io.vertx.pgclient that return ChannelBindingModifier and TypeMethodDescriptionPgConnectOptions.getChannelBinding()static ChannelBindingstatic ChannelBindingReturns the enum constant of this type with the specified name.static ChannelBinding[]ChannelBinding.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.pgclient with parameters of type ChannelBindingModifier and TypeMethodDescriptionPgConnectOptions.setChannelBinding(ChannelBinding channelBinding) SetChannelBindingfor the client, this option controls the client's use of channel binding.