public static interface ProtocolConnectionManager.ConnectTask
| Modifier and Type | Method and Description |
|---|---|
org.jboss.remoting3.Connection |
connect()
Create a new connection
|
ProtocolConnectionManager.ConnectTask |
connectionClosed()
Notification when the channel is closed, but the manager not shutdown.
|
ProtocolConnectionManager.ConnectionOpenHandler |
getConnectionOpenedHandler()
Get the connection opened handler.
|
void |
shutdown()
Notification when the connection manager gets shutdown.
|
ProtocolConnectionManager.ConnectionOpenHandler getConnectionOpenedHandler()
org.jboss.remoting3.Connection connect()
throws IOException
IOExceptionProtocolConnectionManager.ConnectTask connectionClosed()
void shutdown()
Copyright © 2020 JBoss by Red Hat. All rights reserved.