@FunctionalInterface public interface ClientProxyConnector
IoSession#write(Buffer) method
to send any packets with the meta-data.| Modifier and Type | Method and Description |
|---|---|
void |
sendClientProxyMetadata(ClientSession session)
Invoked just before the client identification is sent so that the
proxy can send the meta-data to its peer.
|
void sendClientProxyMetadata(ClientSession session) throws Exception
session - The ClientSession instanceException - If failed to send the data - which will also
terminate the sessionCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.