Class SocketAddressQueryCallbackHandler

  • All Implemented Interfaces:
    CallbackHandler

    public final class SocketAddressQueryCallbackHandler
    extends Object
    implements CallbackHandler
    A callback handler which delegates to another callback handler, passing the local and/or peer socket address to that callback handler on its first invocation.
    Author:
    David M. Lloyd