Class ClientJSONPoint

  • Direct Known Subclasses:
    ClientWebSocketService

    public abstract class ClientJSONPoint
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void eval​(java.lang.String text)  
      void open()  
      void openAsync​(java.lang.Runnable onConnect)  
      io.netty.channel.ChannelFuture send​(java.lang.String text)  
      • Methods inherited from class java.lang.Object

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

      • bootstrap

        protected final io.netty.bootstrap.Bootstrap bootstrap
      • isClosed

        public boolean isClosed
      • ch

        protected io.netty.channel.Channel ch
      • ssl

        protected boolean ssl
      • port

        protected int port
    • Constructor Detail

      • ClientJSONPoint

        public ClientJSONPoint​(java.lang.String uri)
                        throws javax.net.ssl.SSLException
        Throws:
        javax.net.ssl.SSLException
      • ClientJSONPoint

        public ClientJSONPoint​(java.net.URI uri)
                        throws javax.net.ssl.SSLException
        Throws:
        javax.net.ssl.SSLException
    • Method Detail

      • open

        public void open()
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • openAsync

        public void openAsync​(java.lang.Runnable onConnect)
      • send

        public io.netty.channel.ChannelFuture send​(java.lang.String text)
      • close

        public void close()
                   throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • eval

        public void eval​(java.lang.String text)