Class TransportServerThreadSupport

    • Constructor Detail

      • TransportServerThreadSupport

        public TransportServerThreadSupport​(URI location)
    • Method Detail

      • isDaemon

        public boolean isDaemon()
      • setDaemon

        public void setDaemon​(boolean daemon)
        Sets whether the background read thread is a daemon thread or not
      • isJoinOnStop

        public boolean isJoinOnStop()
      • setJoinOnStop

        public void setJoinOnStop​(boolean joinOnStop)
        Sets whether the background read thread is joined with (waited for) on a stop
      • getStackSize

        public long getStackSize()
        Returns:
        the stackSize
      • setStackSize

        public void setStackSize​(long stackSize)
        Parameters:
        stackSize - the stackSize to set