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
private static class ProxyCustomizer.ProxyAttributes extends Attributes.Wrapper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.Wrapper
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
_localAddress
private int
_localPort
private java.lang.String
_remoteAddress
private int
_remotePort
-
Fields inherited from class org.eclipse.jetty.util.Attributes.Wrapper
_attributes
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ProxyAttributes(java.net.InetSocketAddress remoteAddress, java.net.InetSocketAddress localAddress, Attributes attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getAttribute(java.lang.String name)
java.util.Set<java.lang.String>
getAttributeNameSet()
-
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
-
-
-
-
Constructor Detail
-
ProxyAttributes
private ProxyAttributes(java.net.InetSocketAddress remoteAddress, java.net.InetSocketAddress localAddress, Attributes attributes)
-
-
Method Detail
-
getAttribute
public java.lang.Object getAttribute(java.lang.String name)
- Specified by:
getAttribute
in interfaceAttributes
- Overrides:
getAttribute
in classAttributes.Wrapper
-
getAttributeNameSet
public java.util.Set<java.lang.String> getAttributeNameSet()
- Specified by:
getAttributeNameSet
in interfaceAttributes
- Overrides:
getAttributeNameSet
in classAttributes.Wrapper
-
-