Class InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder
java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder
- Enclosing class:
InboundWebsocketConfiguration
public static class InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbossThreadPoolSize(String bossThreadPoolSize) broadcastLevel(int broadcastLevel) build()defaultContentType(String defaultContentType) dispatchToCustomSequence(String dispatchToCustomSequence) inflowIdleTime(int inflowIdleTime) outFlowDispatchSequence(String outFlowDispatchSequence) outFlowErrorSequence(String outFlowErrorSequence) outflowIdleTime(int outflowIdleTime) passThroughControlFrames(boolean passThroughControlFrames) pipelineHandler(String pipelineHandler) subprotocolHandler(String subprotocolHandler) usePortOffset(boolean usePortOffset) workerThreadPoolSize(String workerThreadPoolSize)
-
Constructor Details
-
InboundWebsocketConfigurationBuilder
-
-
Method Details
-
build
-
bossThreadPoolSize
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder bossThreadPoolSize(String bossThreadPoolSize) -
workerThreadPoolSize
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder workerThreadPoolSize(String workerThreadPoolSize) -
broadcastLevel
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder broadcastLevel(int broadcastLevel) -
outFlowDispatchSequence
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder outFlowDispatchSequence(String outFlowDispatchSequence) -
outFlowErrorSequence
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder outFlowErrorSequence(String outFlowErrorSequence) -
subprotocolHandler
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder subprotocolHandler(String subprotocolHandler) -
defaultContentType
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder defaultContentType(String defaultContentType) -
pipelineHandler
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder pipelineHandler(String pipelineHandler) -
dispatchToCustomSequence
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder dispatchToCustomSequence(String dispatchToCustomSequence) -
usePortOffset
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder usePortOffset(boolean usePortOffset) -
inflowIdleTime
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder inflowIdleTime(int inflowIdleTime) -
outflowIdleTime
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder outflowIdleTime(int outflowIdleTime) -
passThroughControlFrames
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder passThroughControlFrames(boolean passThroughControlFrames)
-