|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.provision.detector.loop.client.LoopClient
public class LoopClient
LoopClient class.
| Constructor Summary | |
|---|---|
LoopClient()
|
|
| Method Summary | |
|---|---|
void |
close()
close |
void |
connect(InetAddress address,
int port,
int timeout)
connect |
boolean |
isSupported()
isSupported |
LoopResponse |
receiveBanner()
receiveBanner |
LoopResponse |
sendRequest(LineOrientedRequest request)
sendRequest |
void |
setSupported(boolean isSupported)
setSupported |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoopClient()
| Method Detail |
|---|
public void close()
close
close in interface Client<LineOrientedRequest,LoopResponse>
public void connect(InetAddress address,
int port,
int timeout)
throws IOException,
Exception
connect
connect in interface Client<LineOrientedRequest,LoopResponse>address - a InetAddress object.port - a int.timeout - a int.
IOException - if any.
Exception - if any.
public LoopResponse receiveBanner()
throws IOException,
Exception
receiveBanner
receiveBanner in interface Client<LineOrientedRequest,LoopResponse>LoopResponse object.
IOException - if any.
Exception - if any.
public LoopResponse sendRequest(LineOrientedRequest request)
throws IOException,
Exception
sendRequest
sendRequest in interface Client<LineOrientedRequest,LoopResponse>request - a LineOrientedRequest object.
LoopResponse object.
IOException - if any.
Exception - if any.public void setSupported(boolean isSupported)
setSupported
isSupported - a boolean.public boolean isSupported()
isSupported
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||