Class HandshakeResponse
java.lang.Object
com.inductiveautomation.ignition.common.messages.HandshakeResponse
- Direct Known Subclasses:
HandshakeResponse.Error
,HandshakeResponse.Success
public abstract sealed class HandshakeResponse
extends Object
permits HandshakeResponse.Success, HandshakeResponse.Error
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static class
static final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract HandshakeResponse.Error
abstract HandshakeResponse.Success
abstract boolean
-
Constructor Details
-
HandshakeResponse
public HandshakeResponse()
-
-
Method Details
-
isSuccess
public abstract boolean isSuccess() -
getAsSuccess
-
getAsError
-