Class JettyServer
- java.lang.Object
-
- org.apache.axis2.transport.testkit.http.JettyServer
-
public class JettyServer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static JettyServer
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addHandler(org.eclipse.jetty.server.Handler handler)
void
removeHandler(org.eclipse.jetty.server.Handler handler)
-
-
-
Field Detail
-
INSTANCE
public static final JettyServer INSTANCE
-
-