Class ConnectionMetaData.Wrapper
java.lang.Object
org.eclipse.jetty.util.Attributes.Wrapper
org.eclipse.jetty.server.ConnectionMetaData.Wrapper
- All Implemented Interfaces:
 ConnectionMetaData, Attributes
- Enclosing interface:
 ConnectionMetaData
public static class ConnectionMetaData.Wrapper
extends Attributes.Wrapper
implements ConnectionMetaData
- 
Nested Class Summary
Nested classes/interfaces inherited from interface Attributes
Attributes.Layer, Attributes.Lazy, Attributes.Mapped, Attributes.Synthetic, Attributes.WrapperNested classes/interfaces inherited from interface ConnectionMetaData
ConnectionMetaData.Wrapper - 
Field Summary
Fields inherited from interface Attributes
NULL - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class Attributes.Wrapper
clearAttributes, equals, getAttribute, getAttributeNameSet, hashCode, removeAttribute, setAttributeMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Attributes
asAttributeMap, clearAttributes, equals, getAttribute, getAttributeNameSet, hashCode, removeAttribute, setAttribute 
- 
Constructor Details
- 
Wrapper
 
 - 
 - 
Method Details
- 
getWrapped
- Overrides:
 getWrappedin classAttributes.Wrapper
 - 
getId
- Specified by:
 getIdin interfaceConnectionMetaData- Returns:
 - a unique (within the lifetime of the JVM) identifier string for the network connection to the JVM
 
 - 
getHttpConfiguration
- Specified by:
 getHttpConfigurationin interfaceConnectionMetaData
 - 
getHttpVersion
- Specified by:
 getHttpVersionin interfaceConnectionMetaData
 - 
getProtocol
- Specified by:
 getProtocolin interfaceConnectionMetaData
 - 
getConnection
- Specified by:
 getConnectionin interfaceConnectionMetaData
 - 
getConnector
- Specified by:
 getConnectorin interfaceConnectionMetaData
 - 
isPersistent
public boolean isPersistent()- Specified by:
 isPersistentin interfaceConnectionMetaData
 - 
isSecure
public boolean isSecure()- Specified by:
 isSecurein interfaceConnectionMetaData
 - 
isPushSupported
public boolean isPushSupported()- Specified by:
 isPushSupportedin interfaceConnectionMetaData- Returns:
 - whether the functionality of pushing resources is supported
 
 - 
getRemoteSocketAddress
- Specified by:
 getRemoteSocketAddressin interfaceConnectionMetaData- Returns:
 - The address of the remote end of this connection. By default, this is the first hop of the underlying network connection, but it may be wrapped to represent a more remote end point.
 
 - 
getLocalSocketAddress
- Specified by:
 getLocalSocketAddressin interfaceConnectionMetaData- Returns:
 - The address of the local end of this connection. By default, this is the address of the underlying network connection, but it may be wrapped if the deployment wishes to hide all local details.
 
 - 
getServerAuthority
- Specified by:
 getServerAuthorityin interfaceConnectionMetaData- Returns:
 - The URI authority that this server represents. By default, this is the address of the network socket on which the connection was accepted, but it may be configured to a specific address.
 - See Also:
 
 
 -