Name

ResolverService

Synopsis

This is a core, low-level JXTA service. Queries are sent through this service (passing through the query handler); each query is expected to receive a response (which is also passed to the query handler). It is not normally used by JXTA applications.

public interface ResolverService extends net.jxta.service.Service, GenericResolver {
// Public Instance Methods
   public abstract QueryHandler registerHandler(String name, QueryHandler handler);
   public abstract QueryHandler unregisterHandler(String name);
}

Returned By

net.jxta.peergroup.PeerGroup.getResolverService()

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.