public interface ChannelFactory extends ChannelFactory
Modifier and Type | Method and Description |
---|---|
ProtocolStackConfiguration |
getProtocolStackConfiguration()
Returns the protocol stack configuration of this channel factory.
|
boolean |
isUnknownForkResponse(ByteBuffer response)
Determines whether or not the specified message response indicates the fork stack or fork channel
required to handle a request does not exist on the recipient node.
|
createChannel
ProtocolStackConfiguration getProtocolStackConfiguration()
boolean isUnknownForkResponse(ByteBuffer response)
response
- a message responseCopyright © 2016 JBoss by Red Hat. All rights reserved.