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

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

public class HTTPServer
extends SocketServer

Author:
Tom Elrod

Field Summary
 
Fields inherited from class org.jboss.remoting.samples.transporter.clustered.server.SocketServer
locatorURI
 
Constructor Summary
HTTPServer()
           
 
Method Summary
protected  java.lang.String getLocatorURI()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.jboss.remoting.samples.transporter.clustered.server.SocketServer
start, 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

getLocatorURI

protected java.lang.String getLocatorURI()
Overrides:
getLocatorURI in class SocketServer

main

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


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