Uses of Class
org.drasyl.peer.connection.server.ServerException
Packages that use ServerException
Package
Description
Provides a server to which children and other peers can connect.
-
Uses of ServerException in org.drasyl.peer.connection.server
Methods in org.drasyl.peer.connection.server that throw ServerExceptionModifier and TypeMethodDescriptionprotected io.netty.handler.ssl.SslHandler
DefaultServerChannelInitializer.generateSslContext
(io.netty.channel.socket.SocketChannel ch) void
Server.open()
Starts the server.Constructors in org.drasyl.peer.connection.server that throw ServerExceptionModifierConstructorDescriptionServer
(Identity identity, Pipeline pipeline, PeersManager peersManager, DrasylConfig config, PeerChannelGroup channelGroup, io.netty.channel.EventLoopGroup workerGroup, io.netty.channel.EventLoopGroup bossGroup, AtomicBoolean opened, BooleanSupplier acceptNewConnectionsSupplier, Set<Endpoint> nodeEndpoints) Server for accepting connections from child peers and non-child peers.Server
(Identity identity, Pipeline pipeline, PeersManager peersManager, DrasylConfig config, PeerChannelGroup channelGroup, io.netty.channel.EventLoopGroup workerGroup, io.netty.channel.EventLoopGroup bossGroup, Set<Endpoint> nodeEndpoints, BooleanSupplier acceptNewConnectionsSupplier)