Package io.netty.handler.proxy
Class ProxyConnectionEvent
java.lang.Object
io.netty.handler.proxy.ProxyConnectionEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final SocketAddress
private final String
private final SocketAddress
private String
-
Constructor Summary
ConstructorsConstructorDescriptionProxyConnectionEvent
(String protocol, String authScheme, SocketAddress proxyAddress, SocketAddress destinationAddress) Creates a new event that indicates a successful connection attempt to the destination address. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the authentication scheme in use.<T extends SocketAddress>
TReturns the address of the destination.protocol()
Returns the name of the proxy protocol in use.<T extends SocketAddress>
TReturns the address of the proxy server.toString()
-
Field Details
-
protocol
-
authScheme
-
proxyAddress
-
destinationAddress
-
strVal
-
-
Constructor Details
-
ProxyConnectionEvent
public ProxyConnectionEvent(String protocol, String authScheme, SocketAddress proxyAddress, SocketAddress destinationAddress) Creates a new event that indicates a successful connection attempt to the destination address.
-
-
Method Details