Uses of Interface
com.attivio.sdk.transport.ClientTransport
-
Packages that use ClientTransport Package Description com.attivio.sdk.transport com.attivio.transport -
-
Uses of ClientTransport in com.attivio.sdk.transport
Subinterfaces of ClientTransport in com.attivio.sdk.transport Modifier and Type Interface Description interface
ManagedTransport<S,R>
Represents a Transport that is managed by the core system.interface
SelfManagedTransport<S,R>
Represents a transport that manages it's own thread/s for receiving messages.interface
Transport<S,R>
Encapsulates a method for movingcom.attivio.transport.Message
s from one component to another.Classes in com.attivio.sdk.transport that implement ClientTransport Modifier and Type Class Description class
MultiRegionTransport<S,R>
ASelfManagedTransport
that is used explicitly for sending messages from one region to another. -
Uses of ClientTransport in com.attivio.transport
Classes in com.attivio.transport that implement ClientTransport Modifier and Type Class Description class
HttpClientTransport
Handles sending Messages to Attivio HTTP receivers.class
HttpsClientTransport
Handles sending Messages to Attivio HTTPS receivers.Methods in com.attivio.transport that return ClientTransport Modifier and Type Method Description static ClientTransport<?>
ClientTransportRegistry. getClientTransport(java.lang.String protocol)
Get a client transport by protocol or null if it does not exist.Methods in com.attivio.transport with parameters of type ClientTransport Modifier and Type Method Description static void
ClientTransportRegistry. registerTransport(java.lang.String protocol, ClientTransport<?> transport)
Register a new client transport with the system so that it may be looked up later on.
-