Uses of Class
me.panjohnny.jip.client.Client
Packages that use Client
-
Uses of Client in me.panjohnny.jip.client
Subclasses of Client in me.panjohnny.jip.clientMethods in me.panjohnny.jip.client that return ClientModifier and TypeMethodDescriptionstatic Client
Client.create
(InetSocketAddress address) Vytvoří nového klienta.abstract Client
Client.useSocketConfigurator
(Consumer<Socket> socketConsumer) Nastaví consumer pro další konfiguraci soketu při připojování k serveru.ClientImpl.useSocketConfigurator
(Consumer<Socket> socketConsumer)