java.lang.Object
swim.system.reflect.LinkInfo
swim.system.reflect.UplinkInfo
swim.system.reflect.WarpUplinkInfo
- All Implemented Interfaces:
WarpInfo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWarpUplinkInfo(Value linkKey, boolean connected, boolean remote, boolean secure) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanstatic WarpUplinkInfocreate(WarpContext warpContext) final ValuelinkKey()final booleanremote()final booleansecure()toValue()static Form<WarpUplinkInfo>Methods inherited from class swim.system.reflect.UplinkInfo
create, uplinkForm
-
Field Details
-
linkKey
-
connected
protected final boolean connected -
remote
protected final boolean remote -
secure
protected final boolean secure
-
-
Constructor Details
-
WarpUplinkInfo
-
-
Method Details