public interface EventHandler
| Modifier and Type | Method and Description |
|---|---|
default boolean |
flowControl(ReadyListener readyListener) |
default String |
getRemoteAddress() |
default void |
onAuthFailed(ProtonHandler protonHandler,
org.apache.qpid.proton.engine.Connection connection) |
default void |
onAuthInit(ProtonHandler handler,
org.apache.qpid.proton.engine.Connection connection,
boolean sasl) |
default void |
onAuthSuccess(ProtonHandler protonHandler,
org.apache.qpid.proton.engine.Connection connection) |
default void |
onDelivery(org.apache.qpid.proton.engine.Delivery delivery) |
default void |
onFinal(org.apache.qpid.proton.engine.Connection connection) |
default void |
onFinal(org.apache.qpid.proton.engine.Link link) |
default void |
onFinal(org.apache.qpid.proton.engine.Session session) |
default void |
onFlow(org.apache.qpid.proton.engine.Link link) |
default void |
onInit(org.apache.qpid.proton.engine.Connection connection) |
default void |
onInit(org.apache.qpid.proton.engine.Link link) |
default void |
onInit(org.apache.qpid.proton.engine.Session session) |
default void |
onLocalClose(org.apache.qpid.proton.engine.Connection connection) |
default void |
onLocalClose(org.apache.qpid.proton.engine.Link link) |
default void |
onLocalClose(org.apache.qpid.proton.engine.Session session) |
default void |
onLocalDetach(org.apache.qpid.proton.engine.Link link) |
default void |
onLocalOpen(org.apache.qpid.proton.engine.Connection connection) |
default void |
onLocalOpen(org.apache.qpid.proton.engine.Link link) |
default void |
onLocalOpen(org.apache.qpid.proton.engine.Session session) |
default void |
onRemoteClose(org.apache.qpid.proton.engine.Connection connection) |
default void |
onRemoteClose(org.apache.qpid.proton.engine.Link link) |
default void |
onRemoteClose(org.apache.qpid.proton.engine.Session session) |
default void |
onRemoteDetach(org.apache.qpid.proton.engine.Link link) |
default void |
onRemoteOpen(org.apache.qpid.proton.engine.Connection connection) |
default void |
onRemoteOpen(org.apache.qpid.proton.engine.Link link) |
default void |
onRemoteOpen(org.apache.qpid.proton.engine.Session session) |
default void |
onSaslMechanismsOffered(ProtonHandler handler,
String[] mechanisms) |
default void |
onSaslRemoteMechanismChosen(ProtonHandler handler,
String mech) |
default void |
onTransport(org.apache.qpid.proton.engine.Transport transport) |
default void |
pushBytes(io.netty.buffer.ByteBuf bytes) |
default void onAuthInit(ProtonHandler handler, org.apache.qpid.proton.engine.Connection connection, boolean sasl)
default void onSaslRemoteMechanismChosen(ProtonHandler handler, String mech)
default void onAuthFailed(ProtonHandler protonHandler, org.apache.qpid.proton.engine.Connection connection)
default void onAuthSuccess(ProtonHandler protonHandler, org.apache.qpid.proton.engine.Connection connection)
default void onSaslMechanismsOffered(ProtonHandler handler, String[] mechanisms)
default void onInit(org.apache.qpid.proton.engine.Connection connection)
throws Exception
Exceptiondefault void onLocalOpen(org.apache.qpid.proton.engine.Connection connection)
throws Exception
Exceptiondefault void onRemoteOpen(org.apache.qpid.proton.engine.Connection connection)
throws Exception
Exceptiondefault void onLocalClose(org.apache.qpid.proton.engine.Connection connection)
throws Exception
Exceptiondefault void onRemoteClose(org.apache.qpid.proton.engine.Connection connection)
throws Exception
Exceptiondefault void onFinal(org.apache.qpid.proton.engine.Connection connection)
throws Exception
Exceptiondefault void onInit(org.apache.qpid.proton.engine.Session session)
throws Exception
Exceptiondefault void onLocalOpen(org.apache.qpid.proton.engine.Session session)
throws Exception
Exceptiondefault void onRemoteOpen(org.apache.qpid.proton.engine.Session session)
throws Exception
Exceptiondefault void onLocalClose(org.apache.qpid.proton.engine.Session session)
throws Exception
Exceptiondefault void onRemoteClose(org.apache.qpid.proton.engine.Session session)
throws Exception
Exceptiondefault void onFinal(org.apache.qpid.proton.engine.Session session)
throws Exception
Exceptiondefault void onInit(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptiondefault void onLocalOpen(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptiondefault void onRemoteOpen(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptiondefault void onLocalClose(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptiondefault void onRemoteClose(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptiondefault void onFlow(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptiondefault void onFinal(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptiondefault void onRemoteDetach(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptiondefault void onLocalDetach(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptiondefault void onDelivery(org.apache.qpid.proton.engine.Delivery delivery)
throws Exception
Exceptiondefault void onTransport(org.apache.qpid.proton.engine.Transport transport)
throws Exception
Exceptiondefault void pushBytes(io.netty.buffer.ByteBuf bytes)
default boolean flowControl(ReadyListener readyListener)
default String getRemoteAddress()
Copyright © 2021 The Apache Software Foundation. All rights reserved.