public class DefaultMCMPResponseParser extends Object implements MCMPResponseParser
Constructor and Description |
---|
DefaultMCMPResponseParser() |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<ResetRequestSource.VirtualHost>> |
parseInfoResponse(String response) |
boolean |
parsePingResponse(String response) |
int |
parseStopAppResponse(String response)
Parses the response from a STOP-APP request.
|
public Map<String,Set<ResetRequestSource.VirtualHost>> parseInfoResponse(String response)
parseInfoResponse
in interface MCMPResponseParser
response
- an INFO-RSPMCMPResponseParser.parseInfoResponse(java.lang.String)
public boolean parsePingResponse(String response)
parsePingResponse
in interface MCMPResponseParser
response
- a PING-RSP.MCMPResponseParser.parsePingResponse(java.lang.String)
public int parseStopAppResponse(String response)
parseStopAppResponse
in interface MCMPResponseParser
response
- a STOP-APP-RSPorg.jboss.modcluster.mcmp.MCMPResponseParser#parseStopResponse(java.lang.String)
Copyright © 2017 JBoss by Red Hat. All rights reserved.