SocketConnect class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
connect({String? defaultProjectName, int? port, HostHandle? hostHandle, Duration? timeOut, String? initHost, DataFormatVersions? version, ValueChanged<Socket>? connectSuccess, ServerMessageHandle? handle})
→ Future<void>
-
连接到idea插件
-
int32BigEndianBytes(int value)
→ Uint8List
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
responseHandle(String data, ServerMessageHandle? handle)
→ void
-
处理插件返回的数据
-
sendData(String msg, DataFormatVersions version, {String? type = "request"})
→ void
-
发送消息
-
toString()
→ String
-
A string representation of this object.
inherited