private static class ProxyCustomizer.ProxyAttributes extends Attributes.Wrapper
Attributes.Wrapper
Modifier and Type | Field and Description |
---|---|
private java.net.InetSocketAddress |
localAddress |
private java.net.InetSocketAddress |
remoteAddress |
_attributes
Modifier | Constructor and Description |
---|---|
private |
ProxyAttributes(java.net.InetSocketAddress remoteAddress,
java.net.InetSocketAddress localAddress,
Attributes attributes) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(java.lang.String name) |
java.util.Set<java.lang.String> |
getAttributeNameSet() |
clearAttributes, getAttributes, removeAttribute, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributeNames, unwrap
private final java.net.InetSocketAddress remoteAddress
private final java.net.InetSocketAddress localAddress
private ProxyAttributes(java.net.InetSocketAddress remoteAddress, java.net.InetSocketAddress localAddress, Attributes attributes)
public java.lang.Object getAttribute(java.lang.String name)
getAttribute
in interface Attributes
getAttribute
in class Attributes.Wrapper
public java.util.Set<java.lang.String> getAttributeNameSet()
getAttributeNameSet
in interface Attributes
getAttributeNameSet
in class Attributes.Wrapper