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
-
Field Summary
Fields inherited from interface org.mule.runtime.api.lifecycle.Disposable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Initialisable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Startable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Stoppable
PHASE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnect()voiddisconnect(ServerAgent server) voiddispose()voidvoidstart()voidstop()org.mule.runtime.api.connection.ConnectionValidationResultvalidate(ServerAgent server)
-
Constructor Details
-
HttpServerConnectionProvider
public HttpServerConnectionProvider()
-
-
Method Details
-
connect
- Specified by:
connectin interfaceorg.mule.runtime.api.connection.ConnectionProvider<ServerAgent>
-
disconnect
- Specified by:
disconnectin interfaceorg.mule.runtime.api.connection.ConnectionProvider<ServerAgent>
-
validate
- Specified by:
validatein interfaceorg.mule.runtime.api.connection.ConnectionProvider<ServerAgent>
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.mule.runtime.api.lifecycle.Disposable
-
initialise
public void initialise() throws org.mule.runtime.api.lifecycle.InitialisationException- Specified by:
initialisein interfaceorg.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:
startin interfaceorg.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:
stopin interfaceorg.mule.runtime.api.lifecycle.Stoppable- Throws:
org.mule.runtime.api.exception.MuleException
-