Class InboundWebsocketConfiguration
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketConfiguration
-
public class InboundWebsocketConfiguration extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBossThreadPoolSize()
int
getBroadcastLevel()
String
getDefaultContentType()
String
getDispatchToCustomSequence()
int
getInflowIdleTime()
String
getName()
String
getOutFlowDispatchSequence()
String
getOutFlowErrorSequence()
int
getOutflowIdleTime()
String
getPipelineHandler()
int
getPort()
String
getSubprotocolHandler()
String
getWorkerThreadPoolSize()
boolean
isUsePortOffset()
-
-
-
Method Detail
-
getPort
public int getPort()
-
getName
public String getName()
-
getBossThreadPoolSize
public String getBossThreadPoolSize()
-
getWorkerThreadPoolSize
public String getWorkerThreadPoolSize()
-
getBroadcastLevel
public int getBroadcastLevel()
-
getOutFlowDispatchSequence
public String getOutFlowDispatchSequence()
-
getOutFlowErrorSequence
public String getOutFlowErrorSequence()
-
getSubprotocolHandler
public String getSubprotocolHandler()
-
getDefaultContentType
public String getDefaultContentType()
-
getPipelineHandler
public String getPipelineHandler()
-
getDispatchToCustomSequence
public String getDispatchToCustomSequence()
-
isUsePortOffset
public boolean isUsePortOffset()
-
getInflowIdleTime
public int getInflowIdleTime()
-
getOutflowIdleTime
public int getOutflowIdleTime()
-
-