|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.provision.server.exchange.Conversation.ErrorExchange
public static class Conversation.ErrorExchange
| Constructor Summary | |
|---|---|
Conversation.ErrorExchange()
|
|
| Method Summary | |
|---|---|
boolean |
matchResponseByString(String response)
matchResponseByString |
boolean |
processResponse(BufferedReader in)
processResponse |
boolean |
sendRequest(OutputStream out)
sendRequest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Conversation.ErrorExchange()
| Method Detail |
|---|
public boolean matchResponseByString(String response)
ExchangematchResponseByString
matchResponseByString in interface Exchangeresponse - a String object.
public boolean processResponse(BufferedReader in)
throws IOException
ExchangeprocessResponse
processResponse in interface Exchangein - a BufferedReader object.
IOException - if any.
public boolean sendRequest(OutputStream out)
throws IOException
ExchangesendRequest
sendRequest in interface Exchangeout - a OutputStream object.
IOException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||