| Package | Description | 
|---|---|
| org.opennms.netmgt.provision.server.exchange | 
| Modifier and Type | Method and Description | 
|---|---|
static ResponseHandler | 
Conversation.contains(String response)
contains 
 | 
protected static ResponseHandler | 
SimpleConversationEndPoint.contains(String phrase)
contains 
 | 
ResponseHandler | 
SimpleConversationEndPoint.SimpleExchange.getResponseHandler()  | 
protected static ResponseHandler | 
SimpleConversationEndPoint.matches(String regex)
matches 
 | 
static ResponseHandler | 
Conversation.regexpMatches(String response)
regexpMatches 
 | 
static ResponseHandler | 
Conversation.startsWith(String response)
startsWith 
 | 
protected static ResponseHandler | 
SimpleConversationEndPoint.startsWith(String prefix)
startsWith 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SimpleConversationEndPoint.addResponseHandler(ResponseHandler responseHandler,
                  RequestHandler requestHandler)
Add a ResponseHandler by calling one of the three utility methods:
 startsWith(String prefix);
 contains(String phrase);
 regexMatches(String regex);
 Within the extending class's overriding onInit method 
 | 
void | 
SimpleConversationEndPoint.SimpleExchange.setResponseHandler(ResponseHandler responseHandler)  | 
| Constructor and Description | 
|---|
SimpleExchange(ResponseHandler responseHandler,
              RequestHandler requestHandler)  | 
Copyright © 2020. All rights reserved.