Project JXTA

Uses of Interface
net.jxta.endpoint.EndpointService

Packages that use EndpointService
net.jxta.endpoint Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. 
net.jxta.peergroup Peer groups are formed as a collection of peers that have agreed upon a common set of services.  
 

Uses of EndpointService in net.jxta.endpoint
 

Methods in net.jxta.endpoint that return EndpointService
 EndpointService MessageTransport.getEndpointService()
          Returns the endpoint service with which this MessageTransport is registered.
 

Uses of EndpointService in net.jxta.peergroup
 

Methods in net.jxta.peergroup that return EndpointService
 EndpointService PeerGroup.getEndpointService()
          Return the Endpoint Service for this Peer Group.
 EndpointService LightWeightPeerGroup.getEndpointService()
          Return the Endpoint Service for this Peer Group. This service is present in every Peer Group.
 


JXTA J2SE