Uses of Class
org.aesh.terminal.http.netty.NettyWebsocketTtyBootstrap
Packages that use NettyWebsocketTtyBootstrap
-
Uses of NettyWebsocketTtyBootstrap in org.aesh.terminal.http.netty
Methods in org.aesh.terminal.http.netty that return NettyWebsocketTtyBootstrapModifier and TypeMethodDescriptionSets the host address for the server to bind to.NettyWebsocketTtyBootstrap.setPort(int port) Sets the port for the server to listen on.NettyWebsocketTtyBootstrap.setResourcePath(String resourcePath) Sets the classpath resource path for serving static files.NettyWebsocketTtyBootstrap.setServeStaticFiles(boolean serveStaticFiles) Enables or disables static file serving.