|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.udpwork.ssdb.Link
public class Link
| Constructor Summary | |
|---|---|
Link(String host,
int port)
|
|
Link(String host,
int port,
int timeout_ms)
|
|
| Method Summary | |
|---|---|
void |
close()
|
Response |
request(String cmd,
byte[]... params)
|
Response |
request(String cmd,
List<byte[]> params)
|
Response |
request(String cmd,
String... params)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Link(String host,
int port)
throws Exception
Exception
public Link(String host,
int port,
int timeout_ms)
throws Exception
Exception| Method Detail |
|---|
public void close()
public Response request(String cmd,
byte[]... params)
throws Exception
Exception
public Response request(String cmd,
String... params)
throws Exception
Exception
public Response request(String cmd,
List<byte[]> params)
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||