Package | Description |
---|---|
org.opennms.netmgt.provision.server.exchange |
Modifier and Type | Method and Description |
---|---|
protected static ResponseHandler |
SimpleConversationEndPoint.contains(String phrase)
contains
|
static ResponseHandler |
Conversation.contains(String response)
contains
|
ResponseHandler |
SimpleConversationEndPoint.SimpleExchange.getResponseHandler() |
protected static ResponseHandler |
SimpleConversationEndPoint.matches(String regex)
matches
|
static ResponseHandler |
Conversation.regexpMatches(String response)
regexpMatches
|
protected static ResponseHandler |
SimpleConversationEndPoint.startsWith(String prefix)
startsWith
|
static ResponseHandler |
Conversation.startsWith(String response)
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 © 2021. All rights reserved.