Property | Type | Description | |
---|---|---|---|
ResponseMap | Hashtable |
Method | Description | |
---|---|---|
Connect ( long timeout ) : void | ||
Disconnect ( bool hard ) : void | ||
Readn ( |
||
Run ( ) : void | ||
Sendrecv ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
DoConnect ( ) : void | ||
DoDisconnect ( bool hard ) : void | ||
DoRecv ( |
||
DoSend ( |
||
DoSkip ( ) : void | ||
MakeKey ( |
||
PeekKey ( ) : |
Method | Description | |
---|---|---|
Loop ( ) : void |
protected abstract DoDisconnect ( bool hard ) : void | ||
hard | bool | |
return | void |
protected abstract DoRecv ( |
||
response | ||
return | void |
protected abstract DoSend ( |
||
request | ||
return | void |
protected abstract MakeKey ( |
||
request | ||
return | void |
protected abstract PeekKey ( ) : |
||
return |
public static Readn ( |
||
@in | ||
b | byte | |
off | int | |
len | int | |
return | int |
public Sendrecv ( |
||
request | ||
response | ||
timeout | long | |
return | void |