Uses of Interface
org.apache.qpid.proton.reactor.Selectable.Callback
-
Packages that use Selectable.Callback Package Description org.apache.qpid.proton.reactor org.apache.qpid.proton.reactor.impl -
-
Uses of Selectable.Callback in org.apache.qpid.proton.reactor
Methods in org.apache.qpid.proton.reactor with parameters of type Selectable.Callback Modifier and Type Method Description voidSelectable. onError(Selectable.Callback runnable)Registers a callback that will be run when the selectable is notified of an error.voidSelectable. onExpired(Selectable.Callback runnable)Registers a callback that will be run when the selectable expires.voidSelectable. onFree(Selectable.Callback runnable)Registers a callback that will be run when the selectable is notified that it has been free'd.voidSelectable. onReadable(Selectable.Callback runnable)Registers a callback that will be run when the selectable becomes ready for reading.voidSelectable. onRelease(Selectable.Callback runnable)Registers a callback that will be run when the selectable is notified that it has been released.voidSelectable. onWritable(Selectable.Callback runnable)Registers a callback that will be run when the selectable becomes ready for writing. -
Uses of Selectable.Callback in org.apache.qpid.proton.reactor.impl
Methods in org.apache.qpid.proton.reactor.impl with parameters of type Selectable.Callback Modifier and Type Method Description voidSelectableImpl. onError(Selectable.Callback runnable)voidSelectableImpl. onExpired(Selectable.Callback runnable)voidSelectableImpl. onFree(Selectable.Callback runnable)voidSelectableImpl. onReadable(Selectable.Callback runnable)voidSelectableImpl. onRelease(Selectable.Callback runnable)voidSelectableImpl. onWritable(Selectable.Callback runnable)
-