public static interface EJBClientConfiguration.CommonConnectionCreationConfiguration
| Modifier and Type | Method and Description |
|---|---|
CallbackHandler |
getCallbackHandler()
Returns the
CallbackHandler that will be used during connection creation. |
org.xnio.OptionMap |
getChannelCreationOptions()
Returns the
options that will be used during creation of a Channel
for the connection |
org.xnio.OptionMap |
getConnectionCreationOptions()
Returns the
options that will be used during connection creation. |
long |
getConnectionTimeout()
Returns the connection timeout in milliseconds, that will be used during connection creation
|
org.xnio.OptionMap getConnectionCreationOptions()
options that will be used during connection creation. This method must
not return nullCallbackHandler getCallbackHandler()
CallbackHandler that will be used during connection creation. This method must
not return nulllong getConnectionTimeout()
org.xnio.OptionMap getChannelCreationOptions()
options that will be used during creation of a Channel
for the connectionCopyright © 2015 JBoss by Red Hat. All Rights Reserved.