org.jboss.netty.example.http.websocket
Class WebSocketServer

java.lang.Object
  extended by org.jboss.netty.example.http.websocket.WebSocketServer

public class WebSocketServer
extends Object

An HTTP server which serves Web Socket requests at: http://localhost:8080/websocket Open your browser at http://localhost:8080/, then the demo page will be loaded and a Web Socket connection will be made automatically.

Version:
$Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
Author:
The Netty Project, Trustin Lee

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

Constructor Detail

WebSocketServer

public WebSocketServer()
Method Detail

main

public static void main(String[] args)


Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.