Uses of Class
com.openfin.desktop.channel.EndpointIdentity
| Package | Description |
|---|---|
| com.openfin.desktop.channel |
-
Uses of EndpointIdentity in com.openfin.desktop.channel
Fields in com.openfin.desktop.channel declared as EndpointIdentity Modifier and Type Field Description protected EndpointIdentityAbstractProtocolHandler. clientEndpointIdentityprotected EndpointIdentityAbstractProtocolHandler. endpointIdentityprotected EndpointIdentityChannelBase. endpointIdentityMethods in com.openfin.desktop.channel that return EndpointIdentity Modifier and Type Method Description EndpointIdentityChannelBase. getEndpointIdentity()Methods in com.openfin.desktop.channel with parameters of type EndpointIdentity Modifier and Type Method Description voidAbstractProtocolHandler. initializeProvider(EndpointIdentity endpointIdentity, EndpointIdentity clientEndpointIdentity)java.lang.ObjectChannel. invokeAction(EndpointIdentity targetIdentity, java.lang.String action, java.lang.Object actionPayload, org.json.JSONObject senderIdentity)voidAbstractProtocolHandler. setClientEndpointIdentity(EndpointIdentity endpointIdentity)Constructors in com.openfin.desktop.channel with parameters of type EndpointIdentity Constructor Description ChannelBase(EndpointIdentity endpointIdentity)