Package org.eclipse.jetty.server
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 org.eclipse.jetty.util.Attributes
Attributes.Wrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final int
private final String
private final int
Fields inherited from class org.eclipse.jetty.util.Attributes.Wrapper
_attributes
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ProxyAttributes
(InetSocketAddress remoteAddress, InetSocketAddress localAddress, Attributes attributes) -
Method Summary
Methods inherited from class org.eclipse.jetty.util.Attributes.Wrapper
clearAttributes, getAttributes, removeAttribute, setAttribute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.util.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:
getAttribute
in interfaceAttributes
- Overrides:
getAttribute
in classAttributes.Wrapper
-
getAttributeNameSet
- Specified by:
getAttributeNameSet
in interfaceAttributes
- Overrides:
getAttributeNameSet
in classAttributes.Wrapper
-