示例#1
0
 /**
  * Returns the protocol provider that this peer belongs to.
  *
  * @return a reference to the ProtocolProviderService that this peer belongs to.
  */
 public ProtocolProviderServiceGibberishImpl getProtocolProvider() {
   return call.getProtocolProvider();
 }