Class WebSocketServerIndexPage
- java.lang.Object
-
- org.jboss.netty.example.http.websocketx.server.WebSocketServerIndexPage
-
public final class WebSocketServerIndexPage extends java.lang.ObjectGenerates the demo HTML page which is served at http://localhost:8080/
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringNEWLINE
-
Constructor Summary
Constructors Modifier Constructor Description privateWebSocketServerIndexPage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ChannelBuffergetContent(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)
-
-