public interface CSMPChannel
CSMPChannel defines the channel control interfaces.| Modifier and Type | Method and Description |
|---|---|
void |
cleanupBuffers() |
void |
close()
Close the channel (disconnect from the router).
|
boolean |
connected()
Check if the channel is connected to the router.
|
JCSMPChannelProperties |
getChannelProperties() |
boolean |
isAutoReconnector()
Checks to see if the underlying channel is an auto-reconnector.
|
boolean |
isUserCloseable() |
void |
open()
Open the channel (connect to the router).
|
void open() throws JCSMPException
JCSMPException - on errorvoid close()
void cleanupBuffers()
boolean connected()
JCSMPChannelProperties getChannelProperties()
boolean isAutoReconnector()
boolean isUserCloseable()
Copyright 2004-2021 Solace Corporation. All rights reserved.