Sends the initial handshake and/or SASL challenge to the region server @param channel The channel to write to
(final Channel channel)
| 253 | * @param channel The channel to write to |
| 254 | */ |
| 255 | public abstract void sendHello(final Channel channel); |
| 256 | |
| 257 | /** |
| 258 | * Handles a buffer received from the region server. It may be security |