Uses of Package
com.tangosol.net.messaging
Packages that use com.tangosol.net.messaging
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
Contains exception classes related to connection error.
-
Classes in com.tangosol.net.messaging used by com.oracle.coherence.grpcClassDescriptionA Protocol is a binding between a unique name, version information, and a set of
Message
types. -
Classes in com.tangosol.net.messaging used by com.oracle.coherence.grpc.internal.extend.messageFactoryClassDescriptionMessage is the root interface for all message objects sent by peer endpoints through a
Channel
. -
Classes in com.tangosol.net.messaging used by com.oracle.coherence.grpc.internal.extend.protocol
-
Classes in com.tangosol.net.messaging used by com.oracle.coherence.grpc.internal.extend.proxy.serviceProxyClassDescriptionA Channel is a communication construct that allows one or more threads to send and receive
Message
objects via aConnection
. -
Classes in com.tangosol.net.messaging used by com.oracle.coherence.grpc.proxy.commonClassDescriptionA ConnectionAcceptor represents a
ConnectionManager
running on a server, and as a server, it is responsible for accepting a connection request initiated by aConnectionInitiator
.A Protocol is a binding between a unique name, version information, and a set ofMessage
types. -
Classes in com.tangosol.net.messaging used by com.oracle.coherence.grpc.proxy.common.cacheClassDescriptionA Connection represents a bi-directional communication channel for exchanging
Message
objects between two endpoints.The ConnectionManager is the base SPI (Service Provider Interface) for bothConnectionAcceptor
andConnectionInitiator
implementations.Message is the root interface for all message objects sent by peer endpoints through aChannel
. -
Classes in com.tangosol.net.messaging used by com.oracle.coherence.grpc.proxy.common.topicClassDescriptionA Protocol is a binding between a unique name, version information, and a set of
Message
types. -
Classes in com.tangosol.net.messaging used by com.tangosol.net.messagingClassDescriptionA Connection represents a bi-directional communication channel for exchanging
Message
objects between two endpoints.Signals that an underlying communication channel used by a Connection may have been closed, severed, or become unusable.