Uses of Class
org.drasyl.peer.connection.client.ClientException
Packages that use ClientException
-
Uses of ClientException in org.drasyl.peer.connection.client
Methods in org.drasyl.peer.connection.client that throw ClientExceptionModifier and TypeMethodDescriptionprotected io.netty.handler.ssl.SslHandler
DefaultClientChannelInitializer.generateSslContext
(io.netty.channel.socket.SocketChannel ch) Constructor parameters in org.drasyl.peer.connection.client with type arguments of type ClientExceptionModifierConstructorDescriptionprotected
SuperPeerClient
(DrasylConfig config, io.netty.channel.EventLoopGroup workerGroup, BooleanSupplier doNewConnectionsSupplier, DrasylFunction<Endpoint, io.netty.bootstrap.Bootstrap, ClientException> bootstrapSupplier)