Interface HttpEntrypointConnector
- All Superinterfaces:
BaseEntrypointConnector<HttpExecutionContext>,Connector,io.gravitee.common.component.LifecycleComponent<Connector>
- All Known Subinterfaces:
EntrypointConnector
- All Known Implementing Classes:
EntrypointAsyncConnector,EntrypointSyncConnector,HttpEntrypointAsyncConnector,HttpEntrypointSyncConnector
Interface describing Entrypoint Connector which could be implemented to deal with HTTP protocol specification
- Author:
- GraviteeSource Team
-
Method Summary
Methods inherited from interface io.gravitee.gateway.reactive.api.connector.entrypoint.BaseEntrypointConnector
handleRequest, handleResponse, matchCriteriaCount, matches, supportedListenerTypeMethods inherited from interface io.gravitee.gateway.reactive.api.connector.Connector
id, supportedApi, supportedModesMethods inherited from interface io.gravitee.common.component.LifecycleComponent
lifecycleState, postStart, postStop, preStart, preStop, start, stop