public abstract class AbstractJettyWebSocketService extends AbstractWebSocketService
| Modifier and Type | Field and Description |
|---|---|
static org.apache.nifi.components.PropertyDescriptor |
INPUT_BUFFER_SIZE |
static org.apache.nifi.components.PropertyDescriptor |
MAX_BINARY_MESSAGE_SIZE |
static org.apache.nifi.components.PropertyDescriptor |
MAX_TEXT_MESSAGE_SIZE |
routersSSL_CONTEXT| Constructor and Description |
|---|
AbstractJettyWebSocketService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configurePolicy(org.apache.nifi.controller.ConfigurationContext context,
org.eclipse.jetty.websocket.api.WebSocketPolicy policy) |
protected org.eclipse.jetty.util.ssl.SslContextFactory |
createSslFactory(SSLContextService sslService,
boolean needClientAuth,
boolean wantClientAuth,
String endpointIdentificationAlgorithm) |
(package private) static List<org.apache.nifi.components.PropertyDescriptor> |
getAbstractPropertyDescriptors() |
deregisterProcessor, isProcessorRegistered, registerProcessor, sendMessageabstractClearConfigContext, abstractStoreConfigContext, disabled, enabled, getConfigurationContext, getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, getProperty, getStateManager, init, initialize, isEnabledcustomValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, hashCode, onPropertyModified, toString, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final org.apache.nifi.components.PropertyDescriptor INPUT_BUFFER_SIZE
public static final org.apache.nifi.components.PropertyDescriptor MAX_TEXT_MESSAGE_SIZE
public static final org.apache.nifi.components.PropertyDescriptor MAX_BINARY_MESSAGE_SIZE
static List<org.apache.nifi.components.PropertyDescriptor> getAbstractPropertyDescriptors()
protected org.eclipse.jetty.util.ssl.SslContextFactory createSslFactory(SSLContextService sslService, boolean needClientAuth, boolean wantClientAuth, String endpointIdentificationAlgorithm)
protected void configurePolicy(org.apache.nifi.controller.ConfigurationContext context,
org.eclipse.jetty.websocket.api.WebSocketPolicy policy)
Copyright © 2022 Apache NiFi Project. All rights reserved.