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 EndpointIdentity
AbstractProtocolHandler. clientEndpointIdentity
protected EndpointIdentity
AbstractProtocolHandler. endpointIdentity
protected EndpointIdentity
ChannelBase. endpointIdentity
Methods in com.openfin.desktop.channel that return EndpointIdentity Modifier and Type Method Description EndpointIdentity
ChannelBase. getEndpointIdentity()
Methods in com.openfin.desktop.channel with parameters of type EndpointIdentity Modifier and Type Method Description void
AbstractProtocolHandler. initializeProvider(EndpointIdentity endpointIdentity, EndpointIdentity clientEndpointIdentity)
java.lang.Object
Channel. invokeAction(EndpointIdentity targetIdentity, java.lang.String action, java.lang.Object actionPayload, org.json.JSONObject senderIdentity)
void
AbstractProtocolHandler. setClientEndpointIdentity(EndpointIdentity endpointIdentity)
Constructors in com.openfin.desktop.channel with parameters of type EndpointIdentity Constructor Description ChannelBase(EndpointIdentity endpointIdentity)