Class InboundWebsocketConfiguration

java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketConfiguration

public class InboundWebsocketConfiguration extends Object
  • Method Details

    • 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()
    • passThroughControlFrames

      public boolean passThroughControlFrames()