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 classstatic classstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract HandshakeResponse.Errorabstract HandshakeResponse.Successabstract boolean
-
Constructor Details
-
HandshakeResponse
public HandshakeResponse()
-
-
Method Details
-
isSuccess
public abstract boolean isSuccess() -
getAsSuccess
-
getAsError
-