Package org.jboss.ha.framework.server

Examples of org.jboss.ha.framework.server.RspFilterAdapter


   public void testFilterLogicViaAdapter()
   {
      ResponseFilter filter = new LookupSucceededFilter();
      Address sender = new IpAddress(12345);
      RspFilterAdapter adapter = new RspFilterAdapter(filter);
      exerciseFilterLogic(adapter, sender);
  }
View Full Code Here

TOP

Related Classes of org.jboss.ha.framework.server.RspFilterAdapter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.