public abstract class AbstractJettyWebSocketService extends AbstractWebSocketService
Modifier and Type | Field and Description |
---|---|
static PropertyDescriptor |
INPUT_BUFFER_SIZE |
static PropertyDescriptor |
MAX_BINARY_MESSAGE_SIZE |
static PropertyDescriptor |
MAX_TEXT_MESSAGE_SIZE |
routers
SSL_CONTEXT
Constructor and Description |
---|
AbstractJettyWebSocketService() |
Modifier and Type | Method and Description |
---|---|
protected void |
configurePolicy(ConfigurationContext context,
org.eclipse.jetty.websocket.api.WebSocketPolicy policy) |
protected org.eclipse.jetty.util.ssl.SslContextFactory |
createSslFactory(SSLContextService sslService,
boolean needClientAuth,
boolean wantClientAuth) |
deregisterProcessor, isProcessorRegistered, registerProcessor, sendMessage
abstractClearConfigContext, abstractStoreConfigContext, disabled, enabled, getConfigurationContext, getControllerServiceLookup, getIdentifier, getLogger, getProperty, getStateManager, init, initialize, isEnabled
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, hashCode, onPropertyModified, toString, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
initialize
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate
public static final PropertyDescriptor INPUT_BUFFER_SIZE
public static final PropertyDescriptor MAX_TEXT_MESSAGE_SIZE
public static final PropertyDescriptor MAX_BINARY_MESSAGE_SIZE
protected org.eclipse.jetty.util.ssl.SslContextFactory createSslFactory(SSLContextService sslService, boolean needClientAuth, boolean wantClientAuth)
protected void configurePolicy(ConfigurationContext context, org.eclipse.jetty.websocket.api.WebSocketPolicy policy)