public interface ConnectionHandlerContext
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection()
Get the connection corresponding to this connection handler context.
|
ConnectionProviderContext |
getConnectionProviderContext()
Get the connection provider context associated with this connection handler context.
|
RegisteredService |
getRegisteredService(String serviceType)
Get a registered service.
|
OpenListener |
getServiceOpenListener(String serviceType)
Deprecated.
|
void |
remoteClosed()
Indicate that the remote side has terminated the connection, so the local side should be closed as well.
|
ConnectionProviderContext getConnectionProviderContext()
@Deprecated OpenListener getServiceOpenListener(String serviceType)
serviceType
- the service type stringRegisteredService getRegisteredService(String serviceType)
serviceType
- the service type stringnull
if no such service is currently registeredvoid remoteClosed()
Connection getConnection()
Copyright © 2018 JBoss by Red Hat. All rights reserved.