public class BallerinaHTTPConnectorListener extends Object implements org.wso2.transport.http.netty.contract.HttpConnectorListener
Modifier and Type | Field and Description |
---|---|
protected Struct |
endpointConfig |
protected static String |
HTTP_RESOURCE |
Constructor and Description |
---|
BallerinaHTTPConnectorListener(HTTPServicesRegistry httpServicesRegistry,
Struct endpointConfig) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
accessed(org.wso2.transport.http.netty.message.HTTPCarbonMessage inboundMessage) |
protected void |
extractPropertiesAndStartResourceExecution(org.wso2.transport.http.netty.message.HTTPCarbonMessage inboundMessage,
HttpResource httpResource) |
void |
onError(Throwable throwable) |
void |
onMessage(org.wso2.transport.http.netty.message.HTTPCarbonMessage inboundMessage) |
protected static final String HTTP_RESOURCE
protected final Struct endpointConfig
public BallerinaHTTPConnectorListener(HTTPServicesRegistry httpServicesRegistry, Struct endpointConfig)
public void onMessage(org.wso2.transport.http.netty.message.HTTPCarbonMessage inboundMessage)
onMessage
in interface org.wso2.transport.http.netty.contract.HttpConnectorListener
public void onError(Throwable throwable)
onError
in interface org.wso2.transport.http.netty.contract.HttpConnectorListener
protected void extractPropertiesAndStartResourceExecution(org.wso2.transport.http.netty.message.HTTPCarbonMessage inboundMessage, HttpResource httpResource)
protected boolean accessed(org.wso2.transport.http.netty.message.HTTPCarbonMessage inboundMessage)
Copyright © 2018 WSO2. All rights reserved.