Class BaseBrowser

    • Constructor Detail

      • BaseBrowser

        protected BaseBrowser​(BrowseContext context)
        Creates a new instance using the required operation context. A new BaseConnection will be created.
      • BaseBrowser

        protected BaseBrowser​(BaseConnection<? extends BrowseContext> connection)
        Creates a new instance using the required base connection.
    • Method Detail

      • getConnection

        public BaseConnection<? extends BrowseContext> getConnection()
        Returns the base connection that was either provided or created when this instance was created.
        Returns:
        the base connection
      • getContext

        public BrowseContext getContext()
        Returns the BrowseContext provided when the browser was constructed.