Package com.rcll.protobuf_lib
Class ProtobufServer
- java.lang.Object
-
- com.rcll.protobuf_lib.ProtobufServer
-
- All Implemented Interfaces:
java.lang.Runnable
public class ProtobufServer extends java.lang.Object implements java.lang.Runnable
-
-
Constructor Summary
Constructors Constructor Description ProtobufServer(int listenPort, RobotConnections robotConnections, IRobotMessageThreadFactory threadFactory, java.util.function.Consumer<java.lang.Integer> robotAddedHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
void
start()
-
-
-
Constructor Detail
-
ProtobufServer
public ProtobufServer(int listenPort, RobotConnections robotConnections, IRobotMessageThreadFactory threadFactory, java.util.function.Consumer<java.lang.Integer> robotAddedHandler)
-
-