ListenAttempt.ListenState

The various states a listening attempt may be in.

Values

ValueMeaning
unset

Init value.

noop

Nothing.

prelisten

About to listen.

isEmpty

Empty result; nothing read or similar.

hasString

String read, ready for processing.

timeout

Connection read timed out.

warning

Recoverable exception thrown; warn and continue.

error

Unrecoverable exception thrown; abort.