Uses of Class
com.yahoo.messagebus.jdisc.test.ServerTestDriver
Packages that use ServerTestDriver
-
Uses of ServerTestDriver in com.yahoo.messagebus.jdisc.test
Methods in com.yahoo.messagebus.jdisc.test that return ServerTestDriverModifier and TypeMethodDescriptionstatic ServerTestDriverServerTestDriver.newInactiveInstance(boolean network, com.google.inject.Module... guiceModules) static ServerTestDriverServerTestDriver.newInactiveInstanceWithProtocol(com.yahoo.messagebus.Protocol protocol, boolean network, com.google.inject.Module... guiceModules) static ServerTestDriverServerTestDriver.newInstance(com.yahoo.jdisc.handler.RequestHandler requestHandler, boolean network, com.google.inject.Module... guiceModules) static ServerTestDriverServerTestDriver.newInstanceWithProtocol(com.yahoo.messagebus.Protocol protocol, com.yahoo.jdisc.handler.RequestHandler requestHandler, boolean network, com.google.inject.Module... guiceModules) static ServerTestDriverServerTestDriver.newUnboundInstance(boolean network, com.google.inject.Module... guiceModules)