Interface Transports

    • Method Detail

      • getSelectionKeyHandler

        List<SelectionKeyHandler> getSelectionKeyHandler()
        Defines public SelectionKey handler, which could be referenced within transport
      • getTransport

        List<Transport> getTransport()
        Defines the transports
      • getParent

        @DuckTyped
        NetworkConfig getParent()
        Description copied from interface: ConfigBeanProxy
        Returns the parent element of this configuration element. It is possible to return a not null parent while the parent knows nothing of this child element. This could happen when the child element was removed from the configuration tree, yet it's parent would not have been reset.
        Specified by:
        getParent in interface ConfigBeanProxy
        Returns:
        the parent configuration node.