Uses of Interface
io.kroxylicious.proxy.internal.net.EndpointBinding
Packages that use EndpointBinding
Package
Description
io.kroxylicious.proxy.internal contains Kroxylicious internal code implementing Proxying functionality using Netty.
-
Uses of EndpointBinding in io.kroxylicious.proxy.internal
Constructors in io.kroxylicious.proxy.internal with parameters of type EndpointBindingModifierConstructorDescriptionClientConnectionStateMachine(EndpointBinding endpointBinding, io.kroxylicious.proxy.authentication.TransportSubjectBuilder transportSubjectBuilder, KafkaSession kafkaSession) -
Uses of EndpointBinding in io.kroxylicious.proxy.internal.net
Subinterfaces of EndpointBinding in io.kroxylicious.proxy.internal.netClasses in io.kroxylicious.proxy.internal.net that implement EndpointBindingModifier and TypeClassDescriptionfinal recordA bootstrap binding.final recordA broker specific endpoint binding.final recordA bootstrap binding which can only be used for metadata discovery.Fields in io.kroxylicious.proxy.internal.net with type parameters of type EndpointBindingModifier and TypeFieldDescriptionprotected static final io.netty.util.AttributeKey<Map<io.kroxylicious.proxy.internal.net.EndpointRegistry.RoutingKey, EndpointBinding>> EndpointRegistry.CHANNEL_BINDINGSMethods in io.kroxylicious.proxy.internal.net that return types with arguments of type EndpointBindingModifier and TypeMethodDescriptionUses channel metadata from the incoming connection to resolve aEndpointBinding.Uses channel metadata (port, SNI name etc.) from the incoming connection to resolve aBootstrapEndpointBinding.