Class NvWebSocketRouteImpl

  • All Implemented Interfaces:
    Route

    public class NvWebSocketRouteImpl
    extends java.lang.Object
    implements Route
    The implementation of Route for NV web socket.
    • Constructor Summary

      Constructors 
      Constructor Description
      NvWebSocketRouteImpl​(java.net.URL url, java.net.Proxy proxy, java.net.InetSocketAddress inetSocketAddress)
      Creates a new NvWebSocketRouteImpl.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.InetSocketAddress getInetSocketAddress()  
      java.net.Proxy getProxy()  
      java.net.URL getUrl()  
      • Methods inherited from class java.lang.Object

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

      • NvWebSocketRouteImpl

        public NvWebSocketRouteImpl​(java.net.URL url,
                                    java.net.Proxy proxy,
                                    java.net.InetSocketAddress inetSocketAddress)
        Creates a new NvWebSocketRouteImpl.
        Parameters:
        url - The URL of the route.
        proxy - The proxy that is used to connect to the URL.
        inetSocketAddress - The inet socket address to which the connection is done.
    • Method Detail

      • getUrl

        public java.net.URL getUrl()
        Specified by:
        getUrl in interface Route
      • getProxy

        public java.net.Proxy getProxy()
        Specified by:
        getProxy in interface Route
      • getInetSocketAddress

        public java.net.InetSocketAddress getInetSocketAddress()
        Specified by:
        getInetSocketAddress in interface Route