public abstract class AbstractHttpNativeFunction extends BlockingNativeCallableUnit
Constructor and Description |
---|
AbstractHttpNativeFunction() |
Modifier and Type | Method and Description |
---|---|
protected Value[] |
getFilters(Struct serviceEndpoint)
Returns the filters from the service endpoint.
|
protected HTTPServicesRegistry |
getHttpServicesRegistry(Struct serviceEndpoint) |
protected org.wso2.transport.http.netty.contract.ServerConnector |
getServerConnector(Struct serviceEndpoint) |
protected WebSocketServicesRegistry |
getWebSocketServicesRegistry(Struct serviceEndpoint) |
protected boolean |
isConnectorStarted(Struct serviceEndpoint) |
execute, execute, isBlocking
protected HTTPServicesRegistry getHttpServicesRegistry(Struct serviceEndpoint)
protected WebSocketServicesRegistry getWebSocketServicesRegistry(Struct serviceEndpoint)
protected org.wso2.transport.http.netty.contract.ServerConnector getServerConnector(Struct serviceEndpoint)
protected Value[] getFilters(Struct serviceEndpoint)
serviceEndpoint
- service endpoint structprotected boolean isConnectorStarted(Struct serviceEndpoint)
Copyright © 2018 WSO2. All rights reserved.