Class Signal
java.lang.Object
java.lang.Throwable
java.lang.Error
io.netty.util.Signal
- All Implemented Interfaces:
Constant<Signal>, Serializable, Comparable<Signal>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Signal.SignalConstantprivate static final ConstantPool<Signal> private static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanvoidCheck if the givenSignalis the same as this instance.inthashCode()intid()Returns the unique number assigned to thisConstant.name()Returns the name of thisConstant.toString()static Signalstatic SignalReturns theSignalof the specified name.Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
pool
-
constant
-
-
Constructor Details
-
Signal
-
-
Method Details
-
valueOf
-
valueOf
-
expect
Check if the givenSignalis the same as this instance. If not anIllegalStateExceptionwill be thrown. -
initCause
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-
id
-
name
-
equals
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<Signal>
-
toString
-