org.eclipse.net4j.http.server
Class HTTPServerUtil

java.lang.Object
  extended by org.eclipse.net4j.http.server.HTTPServerUtil

public final class HTTPServerUtil
extends Object

A utility class with static convenience methods.


Method Summary
static IHTTPAcceptor getAcceptor(IManagedContainer container, String description)
           
static void prepareContainer(IManagedContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

prepareContainer

public static void prepareContainer(IManagedContainer container)

getAcceptor

public static IHTTPAcceptor getAcceptor(IManagedContainer container,
                                        String description)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.