Uses of Class
top.focess.util.network.NetworkHandler.Options
-
Packages that use NetworkHandler.Options Package Description top.focess.util.network -
-
Uses of NetworkHandler.Options in top.focess.util.network
Methods in top.focess.util.network that return NetworkHandler.Options Modifier and Type Method Description static NetworkHandler.OptionsNetworkHandler.Options. ofConnectTimeout(int connectTimeout)Set the connecting timeoutstatic NetworkHandler.OptionsNetworkHandler.Options. ofNull()Use the default optionsstatic NetworkHandler.OptionsNetworkHandler.Options. ofReadTimeout(int readTimeout)Set the reading timeoutstatic NetworkHandler.OptionsNetworkHandler.Options. ofWriteTimeout(int writeTimeout)Set the writing timeoutNetworkHandler.OptionsNetworkHandler.Options. setConnectTimeout(int connectTimeout)Set the connecting timeoutNetworkHandler.OptionsNetworkHandler.Options. setReadTimeout(int readTimeout)Set the reading timeoutNetworkHandler.OptionsNetworkHandler.Options. setWriteTimeout(int writeTimeout)Set the writing timeoutConstructors in top.focess.util.network with parameters of type NetworkHandler.Options Constructor Description NetworkHandler(NetworkHandler.Options options)Initialize a NetworkHandler with specified options
-