Uses of Class
com.thecoderscorner.menu.remote.socket.SocketControllerBuilder
Packages that use SocketControllerBuilder
-
Uses of SocketControllerBuilder in com.thecoderscorner.menu.remote.socket
Methods in com.thecoderscorner.menu.remote.socket that return SocketControllerBuilderModifier and TypeMethodDescriptionSocketControllerBuilder.withAddress(String address)Mandatory, the address on which this socket is to bind to receive and send datagrams.Optional, defaults to system clock but can be overridenSocketControllerBuilder.withExecutor(ScheduledExecutorService executor)Optional, defaults to creating a suitable executor for single connectivitySocketControllerBuilder.withLocalName(String name)Mandatory, Set the name of this connectionSocketControllerBuilder.withMenuTree(MenuTree tree)Mandatory, the menuTree instance to store the menu items retrieved from the remote side.SocketControllerBuilder.withPort(int port)Mandatory, the port locally on which to bind for multicast packets.SocketControllerBuilder.withProtocol(MenuCommandProtocol protocol)Optional, defaults to the standard protocol.Mandatory, Set the UUID of this instance of the client