Uses of Interface
com.gigaspaces.lrmi.ProtocolAdapter
Packages that use ProtocolAdapter
Package
Description
Provides GigaSpaces LRMI (Light-RMI) package.
-
Uses of ProtocolAdapter in com.gigaspaces.lrmi
Subclasses with type arguments of type ProtocolAdapter in com.gigaspaces.lrmiModifier and TypeClassDescriptionclassThe ProtocolRegistry maps between LRMI Protocol names to Protocol Adapters.Methods in com.gigaspaces.lrmi that return ProtocolAdapterModifier and TypeMethodDescriptionBaseClientPeer.getProtocolAdapter()<C extends ClientPeer>
ProtocolAdapter<C> Peer.getProtocolAdapter()Returns the protocol adapter that created this peer.Constructors in com.gigaspaces.lrmi with parameters of type ProtocolAdapterModifierConstructorDescriptionBaseClientPeer(ProtocolAdapter protocolAdapter) Constructor.ConnectionPool(ProtocolAdapter protocolAdapter, ITransportConfig config, String connectionURL, PlatformLogicalVersion serviceVersion) Creates a new Connection Pool with the specified Protocol Adapter, connection URL and max connections. -
Uses of ProtocolAdapter in com.gigaspaces.lrmi.nio
Classes in com.gigaspaces.lrmi.nio that implement ProtocolAdapterModifier and TypeClassDescriptionclassAn NIO based implementation of LRMI Protocol Adapter The basic design is as follows: There will be a single 'pivot' object at the server side, that will act as a local proxy for all server peers in the server JVM.Constructors in com.gigaspaces.lrmi.nio with parameters of type ProtocolAdapter