public class XioConnectionContext extends Object implements ConnectionContext
| Constructor and Description |
|---|
XioConnectionContext() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<String,Object>> |
attributeIterator() |
Object |
getAttribute(String attributeName) |
SocketAddress |
getRemoteAddress() |
Object |
removeAttribute(String attributeName) |
Object |
setAttribute(String attributeName,
Object value) |
void |
setRemoteAddress(SocketAddress remoteAddress) |
public SocketAddress getRemoteAddress()
getRemoteAddress in interface ConnectionContextpublic void setRemoteAddress(SocketAddress remoteAddress)
public Object getAttribute(String attributeName)
getAttribute in interface ConnectionContextpublic Object setAttribute(String attributeName, Object value)
setAttribute in interface ConnectionContextpublic Object removeAttribute(String attributeName)
removeAttribute in interface ConnectionContextpublic Iterator<Map.Entry<String,Object>> attributeIterator()
attributeIterator in interface ConnectionContextCopyright © 2016. All Rights Reserved.