Searched refs:uncaughtExceptionHandler (Results 1 – 2 of 2) sorted by relevance
49 private UncaughtExceptionHandler uncaughtExceptionHandler = null; field in ThreadFactoryBuilder115 UncaughtExceptionHandler uncaughtExceptionHandler) { in setUncaughtExceptionHandler() argument116 this.uncaughtExceptionHandler = checkNotNull(uncaughtExceptionHandler); in setUncaughtExceptionHandler()153 final UncaughtExceptionHandler uncaughtExceptionHandler = in build() local154 builder.uncaughtExceptionHandler; in build()172 if (uncaughtExceptionHandler != null) { in build()173 thread.setUncaughtExceptionHandler(uncaughtExceptionHandler); in build()
124 ChannelHandler uncaughtExceptionHandler = in setup() local151 channel = new EmbeddedChannel(uncaughtExceptionHandler, handler, userEventHandler); in setup()