Class InboundHttpConfiguration
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.http.InboundHttpConfiguration
-
public class InboundHttpConfiguration extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InboundHttpConfiguration.InboundHttpConfigurationBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCoresize()
String
getDispatchPattern()
String
getKeepAlive()
String
getMaxSize()
String
getName()
int
getPort()
String
getQueueLength()
String
getThreadGroup()
String
getThreadID()
-
-
-
Method Detail
-
getPort
public int getPort()
-
getName
public String getName()
-
getCoresize
public String getCoresize()
-
getMaxSize
public String getMaxSize()
-
getKeepAlive
public String getKeepAlive()
-
getQueueLength
public String getQueueLength()
-
getThreadGroup
public String getThreadGroup()
-
getThreadID
public String getThreadID()
-
getDispatchPattern
public String getDispatchPattern()
-
-