public static class InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder extends Object
Constructor and Description |
---|
InboundWebsocketConfigurationBuilder(int port,
String name) |
public InboundWebsocketConfigurationBuilder(int port, String name)
public InboundWebsocketConfiguration build()
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder bossThreadPoolSize(String bossThreadPoolSize)
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder workerThreadPoolSize(String workerThreadPoolSize)
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder broadcastLevel(int broadcastLevel)
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder outFlowDispatchSequence(String outFlowDispatchSequence)
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder outFlowErrorSequence(String outFlowErrorSequence)
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder subprotocolHandler(String subprotocolHandler)
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder defaultContentType(String defaultContentType)
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder pipelineHandler(String pipelineHandler)
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder dispatchToCustomSequence(String dispatchToCustomSequence)
public InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder usePortOffset(boolean usePortOffset)
Copyright © 2017 WSO2. All rights reserved.