Class HttpServerConnectionProvider

java.lang.Object
com.mulesoft.connectors.a2a.internal.server.connection.http.HttpServerConnectionProvider
All Implemented Interfaces:
org.mule.runtime.api.connection.CachedConnectionProvider<ServerAgent>, org.mule.runtime.api.connection.ConnectionProvider<ServerAgent>, org.mule.runtime.api.lifecycle.Disposable, org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Lifecycle, org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable, org.mule.runtime.extension.api.connectivity.NoConnectivityTest, org.mule.sdk.api.connectivity.NoConnectivityTest

public class HttpServerConnectionProvider extends Object implements org.mule.runtime.api.connection.CachedConnectionProvider<ServerAgent>, org.mule.runtime.api.lifecycle.Lifecycle, org.mule.runtime.extension.api.connectivity.NoConnectivityTest
  • Constructor Details

    • HttpServerConnectionProvider

      public HttpServerConnectionProvider()
  • Method Details

    • connect

      public ServerAgent connect()
      Specified by:
      connect in interface org.mule.runtime.api.connection.ConnectionProvider<ServerAgent>
    • disconnect

      public void disconnect(ServerAgent server)
      Specified by:
      disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<ServerAgent>
    • validate

      public org.mule.runtime.api.connection.ConnectionValidationResult validate(ServerAgent server)
      Specified by:
      validate in interface org.mule.runtime.api.connection.ConnectionProvider<ServerAgent>
    • dispose

      public void dispose()
      Specified by:
      dispose in interface org.mule.runtime.api.lifecycle.Disposable
    • initialise

      public void initialise() throws org.mule.runtime.api.lifecycle.InitialisationException
      Specified by:
      initialise in interface org.mule.runtime.api.lifecycle.Initialisable
      Throws:
      org.mule.runtime.api.lifecycle.InitialisationException
    • start

      public void start() throws org.mule.runtime.api.exception.MuleException
      Specified by:
      start in interface org.mule.runtime.api.lifecycle.Startable
      Throws:
      org.mule.runtime.api.exception.MuleException
    • stop

      public void stop() throws org.mule.runtime.api.exception.MuleException
      Specified by:
      stop in interface org.mule.runtime.api.lifecycle.Stoppable
      Throws:
      org.mule.runtime.api.exception.MuleException