Uses of Record Class
io.kroxylicious.proxy.internal.net.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in io.kroxylicious.proxy.internal.net
Methods in io.kroxylicious.proxy.internal.net that return EndpointModifier and TypeMethodDescriptionstatic EndpointEndpoint.createEndpoint(int port, boolean tls) static EndpointEndpoint.createEndpoint(io.netty.channel.Channel ch, boolean tls) static EndpointEndpoint.createEndpoint(Optional<String> bindingAddress, int port, boolean tls) Methods in io.kroxylicious.proxy.internal.net that return types with arguments of type EndpointModifier and TypeMethodDescriptionEndpointRegistry.registerVirtualCluster(EndpointGateway virtualClusterModel) Registers a virtual cluster with the registry.Methods in io.kroxylicious.proxy.internal.net with parameters of type EndpointModifier and TypeMethodDescriptionintEndpointRegistry.localPortFor(Endpoint endpoint) Uses channel metadata from the incoming connection to resolve aEndpointBinding.Uses channel metadata (port, SNI name etc.) from the incoming connection to resolve aBootstrapEndpointBinding.Constructors in io.kroxylicious.proxy.internal.net with parameters of type EndpointModifierConstructorDescriptionNetworkBindRequest(CompletableFuture<io.netty.channel.Channel> future, Endpoint endpoint)