use of org.apache.qpid.server.protocol.v1_0.framing.SASLFrame in project qpid-broker-j by apache.
the class Interaction method sendPerformativeAndChainFuture.
private void sendPerformativeAndChainFuture(final SaslFrameBody frameBody) throws Exception {
SASLFrame transportFrame = new SASLFrame(frameBody);
sendPerformativeAndChainFuture(transportFrame);
}
Aggregations