Class WebSocketServerIndexPage
- java.lang.Object
-
- org.jboss.netty.example.http.websocketx.server.WebSocketServerIndexPage
-
public final class WebSocketServerIndexPage extends java.lang.Object
Generates the demo HTML page which is served at http://localhost:8080/
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
NEWLINE
-
Constructor Summary
Constructors Modifier Constructor Description private
WebSocketServerIndexPage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ChannelBuffer
getContent(java.lang.String webSocketLocation)
-
-
-
Field Detail
-
NEWLINE
private static final java.lang.String NEWLINE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getContent
public static ChannelBuffer getContent(java.lang.String webSocketLocation)
-
-