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, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeNames, unwrapprivate 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 AttributesgetAttribute in class Attributes.Wrapperpublic java.util.Set<java.lang.String> getAttributeNameSet()
getAttributeNameSet in interface AttributesgetAttributeNameSet in class Attributes.Wrapper