Class HttpTunnelingClientExample


  • public final class HttpTunnelingClientExample
    extends java.lang.Object
    An HTTP tunneled version of the telnet client example. Please refer to the API documentation of the org.jboss.netty.channel.socket.http package for the detailed instruction on how to deploy the server-side HTTP tunnel in your Servlet container.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.String URL  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • URL

        static final java.lang.String URL
    • Constructor Detail

      • HttpTunnelingClientExample

        public HttpTunnelingClientExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception