org.abstracthorizon.danube.test.util
Class HTTPServiceUtils

java.lang.Object
  extended by org.abstracthorizon.danube.test.util.HTTPServiceUtils

public class HTTPServiceUtils
extends Object


Constructor Summary
HTTPServiceUtils()
           
 
Method Summary
static int getRandomPort()
           
static MultiThreadServerSocketChannelService newMultiThreadSocketChannelService()
           
static MultiThreadServerSocketChannelService newMultiThreadSocketChannelService(Executor executor)
           
static MultiThreadServerSocketChannelService newMultiThreadSocketChannelService(int fixedNumberOfThreads)
           
static MultiThreadServerSocketService newMultiThreadSocketService()
           
static MultiThreadServerSocketService newMultiThreadSocketService(Executor executor)
           
static MultiThreadServerSocketService newMultiThreadSocketService(int fixedNumberOfThreads)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPServiceUtils

public HTTPServiceUtils()
Method Detail

getRandomPort

public static int getRandomPort()

newMultiThreadSocketService

public static MultiThreadServerSocketService newMultiThreadSocketService(int fixedNumberOfThreads)

newMultiThreadSocketService

public static MultiThreadServerSocketService newMultiThreadSocketService(Executor executor)

newMultiThreadSocketService

public static MultiThreadServerSocketService newMultiThreadSocketService()

newMultiThreadSocketChannelService

public static MultiThreadServerSocketChannelService newMultiThreadSocketChannelService(int fixedNumberOfThreads)

newMultiThreadSocketChannelService

public static MultiThreadServerSocketChannelService newMultiThreadSocketChannelService(Executor executor)

newMultiThreadSocketChannelService

public static MultiThreadServerSocketChannelService newMultiThreadSocketChannelService()


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.