Package p2ps.group

Interface Summary
AuthorizationMechanism An authorization mechanisms is responsible for conducting the communication required to become authorized to join a group.
AuthorizationTypes Standard authorization types for joining P2PS groups.
GroupAdvertisement An advertisement for a group.
GroupQuery A query for locating group advertisements.
GroupService A service responsible for joining and creating peer groups.
 

Exception Summary
AuthorizationException The exception thrown when authorization to join a group is rejected.
GroupException The exception thrown when a peer fails to join a group
UnknownAuthorizationMechanismException The exception thrown when the peer attempts to join a group with an unknown authorization mechanism.