public interface IAbstractConnectionHandler
Modifier and Type | Method and Description |
---|---|
IFuture<java.lang.Void> |
doClose()
Called from connection.
|
java.util.Map<java.lang.String,java.lang.Object> |
getNonFunctionalProperties()
Get the non-functional properties.
|
void |
notifyInited() |
IFuture<java.lang.Void> |
sendInit()
Send init message.
|
void |
setConnection(AbstractConnection con)
Set the connection (needed as connection and handler need each other).
|
void setConnection(AbstractConnection con)
IFuture<java.lang.Void> sendInit()
void notifyInited()
IFuture<java.lang.Void> doClose()
java.util.Map<java.lang.String,java.lang.Object> getNonFunctionalProperties()