com.threerings.presents.peer.data
Class PeerAuthName

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.util.Name
          extended by com.threerings.presents.peer.data.PeerAuthName
All Implemented Interfaces:
Streamable, Comparable<Name>

public class PeerAuthName
extends Name

Represents an authenticated peer client.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 
Fields inherited from class com.threerings.util.Name
_name, _normal, BLANK
 
Constructor Summary
PeerAuthName(String nodeName)
           
 
Method Summary
 
Methods inherited from class com.threerings.util.Name
compareTo, equals, getNormal, hashCode, isBlank, isBlank, isValid, normalize, overrideCompareTo, overrideEquals, toString
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PeerAuthName

public PeerAuthName(String nodeName)