Uses of Interface
herddb.network.ServerSideConnectionAcceptor
-
Packages that use ServerSideConnectionAcceptor Package Description herddb.network.netty -
-
Uses of ServerSideConnectionAcceptor in herddb.network.netty
Methods in herddb.network.netty that return ServerSideConnectionAcceptor Modifier and Type Method Description ServerSideConnectionAcceptorLocalVMChannelAcceptor. getAcceptor()ServerSideConnectionAcceptorNettyChannelAcceptor. getAcceptor()Methods in herddb.network.netty with parameters of type ServerSideConnectionAcceptor Modifier and Type Method Description voidLocalVMChannelAcceptor. setAcceptor(ServerSideConnectionAcceptor acceptor)voidNettyChannelAcceptor. setAcceptor(ServerSideConnectionAcceptor acceptor)
-