示例#1
0
 /**
  * Gets the property set on the remote peer.
  *
  * @return null if the property of the said key isn't set.
  */
 public Object getRemoteProperty(Object key) {
   return remoteChannel.getProperty(key);
 }