Example usage for io.netty.bootstrap Bootstrap subclass-usage

List of usage examples for io.netty.bootstrap Bootstrap subclass-usage

Introduction

In this page you can find the example usage for io.netty.bootstrap Bootstrap subclass-usage.

Usage

From source file com.baidu.jprotobuf.pbrpc.transport.RpcClient.java

/**
 * RPC client handler class.
 * 
 * @author xiemalin
 * @author songhuiqing
 * @date 2013/03/07 10:30:20

From source file com.goodgamenow.source.serverquery.MasterClientBootstrap.java

/**
 * Creates a bootstrap to bind a channel to the Source master server and
 * serve a request for game servers matching a filter.
 *
 * Assumes an operation of one query per channel at a time.
 *