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.

Author:
Eike Stepper

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) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.