DefaultServer constructor

DefaultServer(
  1. ApplicationOptions options,
  2. AppChannelBuilder channelBuilder
)

Implementation

DefaultServer(ApplicationOptions options, AppChannelBuilder channelBuilder)
    : super(options, 0, channelBuilder);