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 Constructor Description InboundWebsocketConfigurationBuilder(int port, String name)
-
Method Summary
-
-
-
Constructor Detail
-
InboundWebsocketConfigurationBuilder
public InboundWebsocketConfigurationBuilder(int port, String name)
-
-
Method Detail
-
build
public InboundWebsocketConfiguration 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)
-
-