Package | Description |
---|---|
org.opennms.netmgt.provision.server | |
org.opennms.netmgt.provision.server.exchange |
Modifier and Type | Field and Description |
---|---|
protected RequestHandler |
SimpleServer.ServerErrorExchange.m_errorRequest |
Modifier and Type | Method and Description |
---|---|
protected RequestHandler |
SimpleServer.errorString(String error)
errorString
|
protected RequestHandler |
SimpleServer.shutdownServer(String response)
shutdownServer
|
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleServer.addErrorHandler(RequestHandler requestHandler)
addErrorHandler
|
Constructor and Description |
---|
ServerErrorExchange(RequestHandler requestHandler) |
Modifier and Type | Method and Description |
---|---|
RequestHandler |
SimpleConversationEndPoint.SimpleExchange.getRequestHandler() |
protected static RequestHandler |
SimpleConversationEndPoint.multilineLineRequest(String[] request)
multilineLineRequest
|
protected static RequestHandler |
SimpleConversationEndPoint.singleLineRequest(String request)
singleLineRequest
|
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.setRequestHandler(RequestHandler requestHandler) |
Constructor and Description |
---|
SimpleExchange(ResponseHandler responseHandler,
RequestHandler requestHandler) |
Copyright © 2021. All rights reserved.