Class ProxyCustomizer.ProxyAttributes
java.lang.Object
org.eclipse.jetty.util.Attributes.Wrapper
org.eclipse.jetty.server.ProxyCustomizer.ProxyAttributes
- All Implemented Interfaces:
Attributes
- Enclosing class:
ProxyCustomizer
-
Nested Class Summary
Nested classes/interfaces inherited from interface Attributes
Attributes.Wrapper -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final intprivate final Stringprivate final intFields inherited from class Attributes.Wrapper
_attributes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateProxyAttributes(InetSocketAddress remoteAddress, InetSocketAddress localAddress, Attributes attributes) -
Method Summary
Methods inherited from class Attributes.Wrapper
clearAttributes, getAttributes, removeAttribute, setAttributeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Attributes
getAttributeNames
-
Field Details
-
_remoteAddress
-
_localAddress
-
_remotePort
private final int _remotePort -
_localPort
private final int _localPort
-
-
Constructor Details
-
ProxyAttributes
private ProxyAttributes(InetSocketAddress remoteAddress, InetSocketAddress localAddress, Attributes attributes)
-
-
Method Details
-
getAttribute
- Specified by:
getAttributein interfaceAttributes- Overrides:
getAttributein classAttributes.Wrapper
-
getAttributeNameSet
- Specified by:
getAttributeNameSetin interfaceAttributes- Overrides:
getAttributeNameSetin classAttributes.Wrapper
-