| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.netio
public abstract class ChannelEndpoint
Abstract.
| Method Summary |
public boolean |
|
|
|
public int |
|
public abstract String |
|
public boolean equals (Object obj)
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
public int hashCode ()
public abstract String toString ()
Abstract.
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|