Uses of Class
tigase.http.AbstractHttpServer
Packages that use AbstractHttpServer
-
Uses of AbstractHttpServer in tigase.http.java
Subclasses of AbstractHttpServer in tigase.http.javaModifier and TypeClassDescriptionclassBasic implementation of HTTP server based on HttpServer implementation embedded in JDK. -
Uses of AbstractHttpServer in tigase.http.java.filters
Constructors in tigase.http.java.filters with parameters of type AbstractHttpServerModifierConstructorDescriptionDummyFilterConfig(Class<? extends javax.servlet.Filter> filterClass, AbstractHttpServer server)