Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.netio
Class ChannelEndpoint
Direct Known Subclasses:
       PacketChannelEndpoint, RttEndpoint, TcpChannelEndpoint

public abstract class ChannelEndpoint      
Abstract.
 
 

Method Summary
public boolean
equals(Object obj)
public static ChannelEndpoint
fromString(String text)
public int
public abstract String
Method Detail
equals
public boolean equals (Object obj)
 
 

fromString
public static ChannelEndpoint fromString (String text)
 
Parameters:
text
is a stringified representation of the channel endpoint. Each kind of ChannelEndpoint has its own
representation depending on the attributes. Attributes are listed in the fixed order and comma(,)
separated. Each kind of endpoint must document the attributes it needs and their order. This is a
dummy implementation, must be overriden. Cannot be made abstract because of the static modifier
Return:
channel endpoint object initialized with the values specified in the text
Static.
Throws:
IOException
 

hashCode
public int hashCode ()
 
 

toString
public abstract String toString ()
 
Abstract.
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD