| Modifier and Type | Method and Description |
|---|---|
NetcodeClientFactory |
NetcodeClientFactory.runAfterBind(java.util.function.Consumer<java.net.Socket> runner)
Adds a function to the post-bind queue.
|
NetcodeClientFactory |
NetcodeClientFactory.setEventHandler(ChannelEventHandler eventHandler) |
NetcodeClientFactory |
NetcodeClientFactory.setMessageHandler(MessageHandler messageHandler) |
NetcodeClientFactory |
NetcodeClientFactory.setMode(SocketMode socketMode,
SecurityMode securityMode)
Specifies both the socket mode and the security mode to use for new
connections.
|
NetcodeClientFactory |
NetcodeClientFactory.setQuestionHandler(ClientQuestionHandler questionHandler) |
NetcodeClientFactory |
NetcodeClientFactory.setTimeout(long timeout)
Sets a new timeout value to be used for server commands and client
questions.
|
Copyright © 2018. All Rights Reserved.