Class HttpNorthbounderConfig

    • Constructor Detail

      • HttpNorthbounderConfig

        public HttpNorthbounderConfig​(String host)
        Instantiates a new HTTP northbounder configuration.
        Parameters:
        host - the host
    • Method Detail

      • getHttpVersion

        public String getHttpVersion()
        Gets the HTTP version.
        Returns:
        the HTTP version
      • setHttpVersion

        public void setHttpVersion​(String httpVersion)
        Sets the HTTP version.
        Parameters:
        httpVersion - the new HTTP version
      • getUserAgent

        public String getUserAgent()
        Gets the user agent.
        Returns:
        the user agent
      • setUserAgent

        public void setUserAgent​(String userAgent)
        Sets the user agent.
        Parameters:
        userAgent - the new user agent
      • getVirtualHost

        public String getVirtualHost()
        Gets the virtual host.
        Returns:
        the virtual host
      • setVirtualHost

        public void setVirtualHost​(String virtualHost)
        Sets the virtual host.
        Parameters:
        virtualHost - the new virtual host
      • getScheme

        public String getScheme()
        Gets the scheme.
        Returns:
        the scheme
      • setScheme

        public void setScheme​(String scheme)
        Sets the scheme.
        Parameters:
        scheme - the new scheme
      • getUserInfo

        public String getUserInfo()
        Gets the user info.
        Returns:
        the user info
      • setUserInfo

        public void setUserInfo​(String userInfo)
        Sets the user info.
        Parameters:
        userInfo - the new user info
      • getHost

        public String getHost()
        Gets the host.
        Returns:
        the host
      • setHost

        public void setHost​(String host)
        Sets the host.
        Parameters:
        host - the new host
      • getPort

        public Integer getPort()
        Gets the port.
        Returns:
        the port
      • setPort

        public void setPort​(Integer port)
        Sets the port.
        Parameters:
        port - the new port
      • getPath

        public String getPath()
        Gets the path.
        Returns:
        the path
      • setPath

        public void setPath​(String path)
        Sets the path.
        Parameters:
        path - the new path
      • getQuery

        public String getQuery()
        Gets the query.
        Returns:
        the query
      • setQuery

        public void setQuery​(String query)
        Sets the query.
        Parameters:
        query - the new query
      • getFragment

        public String getFragment()
        Gets the fragment.
        Returns:
        the fragment
      • setFragment

        public void setFragment​(String fragment)
        Sets the fragment.
        Parameters:
        fragment - the new fragment
      • getAcceptableUeis

        public List<String> getAcceptableUeis()
        Gets the acceptable UEIs.
        Returns:
        the acceptable UEIs
      • setAcceptableUeis

        public void setAcceptableUeis​(List<String> acceptableUeis)
        Sets the acceptable UEIs.
        Parameters:
        acceptableUeis - the new acceptable UEIs
      • getURI

        public URI getURI()
        Gets the URI.
        Returns:
        the URI