public class InboundWebsocketConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InboundWebsocketConfiguration.InboundWebsocketConfigurationBuilder |
Modifier and Type | Method and Description |
---|---|
String |
getBossThreadPoolSize() |
int |
getBroadcastLevel() |
String |
getDefaultContentType() |
String |
getDispatchToCustomSequence() |
String |
getName() |
String |
getOutFlowDispatchSequence() |
String |
getOutFlowErrorSequence() |
String |
getPipelineHandler() |
int |
getPort() |
String |
getSubprotocolHandler() |
String |
getWorkerThreadPoolSize() |
boolean |
isUsePortOffset() |
public int getPort()
public String getName()
public String getBossThreadPoolSize()
public String getWorkerThreadPoolSize()
public int getBroadcastLevel()
public String getOutFlowDispatchSequence()
public String getOutFlowErrorSequence()
public String getSubprotocolHandler()
public String getDefaultContentType()
public String getPipelineHandler()
public String getDispatchToCustomSequence()
public boolean isUsePortOffset()
Copyright © 2021 WSO2. All rights reserved.