Class HttpEntrypointSyncConnector

java.lang.Object
io.gravitee.common.component.AbstractLifecycleComponent<T>
io.gravitee.common.service.AbstractService<Connector>
io.gravitee.gateway.reactive.api.connector.entrypoint.sync.HttpEntrypointSyncConnector
All Implemented Interfaces:
io.gravitee.common.component.LifecycleComponent<Connector>, Connector, BaseEntrypointConnector<HttpExecutionContext>, HttpEntrypointConnector, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
EntrypointSyncConnector

public abstract class HttpEntrypointSyncConnector extends io.gravitee.common.service.AbstractService<Connector> implements HttpEntrypointConnector
  • Field Summary

    Fields inherited from class io.gravitee.common.service.AbstractService

    applicationContext

    Fields inherited from class io.gravitee.common.component.AbstractLifecycleComponent

    lifecycle
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the ApiType supported by this endpoint.

    Methods inherited from class io.gravitee.common.service.AbstractService

    doStart, doStop, getOrder, name, setApplicationContext

    Methods inherited from class io.gravitee.common.component.AbstractLifecycleComponent

    lifecycleState, preStop, start, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.gravitee.gateway.reactive.api.connector.entrypoint.BaseEntrypointConnector

    handleRequest, handleResponse, matchCriteriaCount, matches, supportedListenerType

    Methods inherited from interface io.gravitee.gateway.reactive.api.connector.Connector

    id, supportedModes

    Methods inherited from interface io.gravitee.common.component.LifecycleComponent

    lifecycleState, postStart, postStop, preStart, preStop, start, stop
  • Constructor Details

    • HttpEntrypointSyncConnector

      public HttpEntrypointSyncConnector()
  • Method Details

    • supportedApi

      public ApiType supportedApi()
      Description copied from interface: Connector
      Returns the ApiType supported by this endpoint. It will be used to filter available connector when creating a new API
      Specified by:
      supportedApi in interface Connector
      Returns:
      ApiType supported by this connector.