org.jivesoftware.smackx.jingle.nat
Class HttpServer

java.lang.Object
  extended by org.jivesoftware.smackx.jingle.nat.HttpServer

public class HttpServer
extends java.lang.Object

A very Simple HTTP Server


Constructor Summary
HttpServer(int port)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServer

public HttpServer(int port)
Method Detail

main

public static void main(java.lang.String[] args)