org.jboss.remoting.samples.transporter.custom.server
Class HTTPServer

java.lang.Object
  extended by org.jboss.remoting.samples.transporter.custom.server.HTTPServer

public class HTTPServer
extends java.lang.Object

Author:
Tom Elrod

Constructor Summary
HTTPServer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPServer

public HTTPServer()
Method Detail

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()

main

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


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.