Uses of Interface
io.gravitee.gateway.reactive.api.connector.Connector
Packages that use Connector
Package
Description
-
Uses of Connector in io.gravitee.gateway.reactive.api.connector
Classes in io.gravitee.gateway.reactive.api.connector with type parameters of type ConnectorModifier and TypeInterfaceDescriptioninterfaceConnectorFactory<T extends Connector>Factory used to create newConnector -
Uses of Connector in io.gravitee.gateway.reactive.api.connector.endpoint
Subinterfaces of Connector in io.gravitee.gateway.reactive.api.connector.endpointModifier and TypeInterfaceDescriptioninterfaceBaseEndpointConnector<C extends BaseExecutionContext>Interface describing Endpoint Connector which could be implemented to deal with new protocol specificationinterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceInterface describing Endpoint Connector which could be implemented to deal with new protocol specificationinterfaceInterface describing Endpoint Connector which could be implemented to deal with new protocol specification -
Uses of Connector in io.gravitee.gateway.reactive.api.connector.endpoint.async
Classes in io.gravitee.gateway.reactive.api.connector.endpoint.async that implement ConnectorModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classSpecializedHttpEndpointConnectorforApiType.MESSAGE -
Uses of Connector in io.gravitee.gateway.reactive.api.connector.endpoint.sync
Classes in io.gravitee.gateway.reactive.api.connector.endpoint.sync that implement ConnectorModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classSpecializedHttpEndpointConnectorforApiType.PROXY -
Uses of Connector in io.gravitee.gateway.reactive.api.connector.entrypoint
Subinterfaces of Connector in io.gravitee.gateway.reactive.api.connector.entrypointModifier and TypeInterfaceDescriptioninterfaceBaseEntrypointConnector<C extends BaseExecutionContext>Interface describing Entrypoint Connector which could be implemented to deal with new protocol specificationinterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceInterface describing Entrypoint Connector which could be implemented to deal with HTTP protocol specificationinterfaceInterface describing Entrypoint Connector which could be implemented to deal with TCP protocol specification -
Uses of Connector in io.gravitee.gateway.reactive.api.connector.entrypoint.async
Classes in io.gravitee.gateway.reactive.api.connector.entrypoint.async that implement ConnectorModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classSpecializedHttpEntrypointConnectorforApiType.MESSAGE -
Uses of Connector in io.gravitee.gateway.reactive.api.connector.entrypoint.sync
Classes in io.gravitee.gateway.reactive.api.connector.entrypoint.sync that implement ConnectorModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classSpecializedHttpEntrypointConnectorforApiType.PROXY
HttpEndpointConnector