Uses of Interface
org.jboss.modcluster.mcmp.ResetRequestSource.VirtualHost
Packages that use ResetRequestSource.VirtualHost
-
Uses of ResetRequestSource.VirtualHost in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp that return types with arguments of type ResetRequestSource.VirtualHostModifier and TypeMethodDescriptionMCMPResponseParser.parseInfoResponse
(String response) Parses the response from a INFO request.Method parameters in org.jboss.modcluster.mcmp with type arguments of type ResetRequestSource.VirtualHostModifier and TypeMethodDescriptionResetRequestSource.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.VirtualHostMethods in org.jboss.modcluster.mcmp.impl that return types with arguments of type ResetRequestSource.VirtualHostMethod parameters in org.jboss.modcluster.mcmp.impl with type arguments of type ResetRequestSource.VirtualHostModifier and TypeMethodDescriptionResetRequestSourceImpl.getResetRequests
(Map<String, Set<ResetRequestSource.VirtualHost>> response)