public interface WebSocketService extends ControllerService
Modifier and Type | Field and Description |
---|---|
static PropertyDescriptor |
SSL_CONTEXT |
Modifier and Type | Method and Description |
---|---|
void |
deregisterProcessor(java.lang.String endpointId,
Processor processor) |
boolean |
isProcessorRegistered(java.lang.String endpointId,
Processor processor) |
void |
registerProcessor(java.lang.String endpointId,
Processor processor) |
void |
sendMessage(java.lang.String endpointId,
java.lang.String sessionId,
SendMessage sendMessage) |
initialize
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate
static final PropertyDescriptor SSL_CONTEXT
void registerProcessor(java.lang.String endpointId, Processor processor) throws WebSocketConfigurationException
WebSocketConfigurationException
boolean isProcessorRegistered(java.lang.String endpointId, Processor processor)
void deregisterProcessor(java.lang.String endpointId, Processor processor) throws WebSocketConfigurationException
WebSocketConfigurationException
void sendMessage(java.lang.String endpointId, java.lang.String sessionId, SendMessage sendMessage) throws java.io.IOException, WebSocketConfigurationException
java.io.IOException
WebSocketConfigurationException