Uses of Interface
org.jboss.modcluster.mcmp.ResetRequestSource.VirtualHost
-
Packages that use ResetRequestSource.VirtualHost Package Description org.jboss.modcluster.mcmp org.jboss.modcluster.mcmp.impl -
-
Uses of ResetRequestSource.VirtualHost in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp that return types with arguments of type ResetRequestSource.VirtualHost Modifier and Type Method Description Map<String,Set<ResetRequestSource.VirtualHost>>
MCMPResponseParser. parseInfoResponse(String response)
Parses the response from a INFO request.Method parameters in org.jboss.modcluster.mcmp with type arguments of type ResetRequestSource.VirtualHost Modifier and Type Method Description List<MCMPRequest>
ResetRequestSource. getResetRequests(Map<String,Set<ResetRequestSource.VirtualHost>> response)
Gets a list of requests that should be sent to an httpd-side mod_cluster instance when anMCMPHandler
determines that its state needs to be reset. -
Uses of ResetRequestSource.VirtualHost in org.jboss.modcluster.mcmp.impl
Classes in org.jboss.modcluster.mcmp.impl that implement ResetRequestSource.VirtualHost Modifier and Type Class Description static class
DefaultMCMPHandler.VirtualHostImpl
Methods in org.jboss.modcluster.mcmp.impl that return types with arguments of type ResetRequestSource.VirtualHost Modifier and Type Method Description Map<String,Set<ResetRequestSource.VirtualHost>>
DefaultMCMPResponseParser. parseInfoResponse(String response)
Method parameters in org.jboss.modcluster.mcmp.impl with type arguments of type ResetRequestSource.VirtualHost Modifier and Type Method Description List<MCMPRequest>
ResetRequestSourceImpl. getResetRequests(Map<String,Set<ResetRequestSource.VirtualHost>> response)
-