Uses of Class
com.quietterminal.neon.core.NeonConfig
Packages that use NeonConfig
Package
Description
-
Uses of NeonConfig in com.quietterminal.neon.client
Constructors in com.quietterminal.neon.client with parameters of type NeonConfigModifierConstructorDescriptionNeonClient(String name, NeonConfig config) Creates a new client with the given display name and configuration. -
Uses of NeonConfig in com.quietterminal.neon.core
Methods in com.quietterminal.neon.core that return NeonConfigModifier and TypeMethodDescriptionNeonConfig.Builder.build()static NeonConfigNeonConfig.defaults()Constructors in com.quietterminal.neon.core with parameters of type NeonConfigModifierConstructorDescriptionNeonSocket(int port, NeonConfig config) NeonSocket(NeonConfig config) NeonSocket(InetSocketAddress bindAddress, NeonConfig config) ReliablePacketManager(NeonSocket socket, SocketAddress destination, byte clientId, NeonConfig config) -
Uses of NeonConfig in com.quietterminal.neon.host
Constructors in com.quietterminal.neon.host with parameters of type NeonConfigModifierConstructorDescriptionNeonHost(int sessionId, String relayAddress, NeonConfig config) Creates a new host for the given session. -
Uses of NeonConfig in com.quietterminal.neon.relay
Constructors in com.quietterminal.neon.relay with parameters of type NeonConfigModifierConstructorDescriptionNeonRelay(String bindAddress, NeonConfig config) Creates a relay bound to the given address on the port specified byNeonConfig.getRelayPort().