|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelNotClosedException | |
---|---|
com.genesyslab.platform.clusterprotocol | Cluster Protocol Application Block |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
Uses of ChannelNotClosedException in com.genesyslab.platform.clusterprotocol |
---|
Methods in com.genesyslab.platform.clusterprotocol that throw ChannelNotClosedException | |
---|---|
protected void |
AbstractClusterChannel.throwNotClosed()
|
Uses of ChannelNotClosedException in com.genesyslab.platform.commons.protocol |
---|
Methods in com.genesyslab.platform.commons.protocol that throw ChannelNotClosedException | |
---|---|
void |
ServerChannel.open()
Opens channel synchronously. |
void |
ServerChannel.open(long timeout)
Opens channel synchronously. |
void |
DuplexChannel.open(long openTimeout)
Opens the channel by opening underlying connection including protocol specific handshake procedure using specified protocol timeout value. Timeout can be set to following values: positive value - time in ms. |
void |
ClientChannel.open(long timeout)
|
void |
ClientChannel.setAddressResolver(SocketAddressResolver resolver)
Sets custom SocketAddress resolver reference. |
void |
ClientChannel.setAddressResolverParams(java.util.Map<java.lang.String,java.lang.Object> parameters)
Sets parameters for SocketAddress resolver. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |