Uses of Class
org.apache.pulsar.proxy.server.ProxyConnection
-
Packages that use ProxyConnection Package Description org.apache.pulsar.proxy.server Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ProxyConnection in org.apache.pulsar.proxy.server
Constructors in org.apache.pulsar.proxy.server with parameters of type ProxyConnection Constructor Description DirectProxyHandler(ProxyService service, ProxyConnection proxyConnection)LookupProxyHandler(ProxyService proxy, ProxyConnection proxyConnection)ProxyClientCnx(org.apache.pulsar.client.impl.conf.ClientConfigurationData conf, io.netty.channel.EventLoopGroup eventLoopGroup, java.lang.String clientAuthRole, org.apache.pulsar.common.api.AuthData clientAuthData, java.lang.String clientAuthMethod, int protocolVersion, boolean forwardClientAuthData, ProxyConnection proxyConnection)
-