Interface SocketListenerEvent


public interface SocketListenerEvent
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The listener is about to bind a socket.
    static final int
    The listener has bound a socket.
    static final int
    The listener is now listening on
    this socket.
    static final int
    The listener is about to start
    listening on this socket.
  • Field Details

    • BINDING

      static final int BINDING
      The listener is about to bind a socket.
      See Also:
    • BOUND

      static final int BOUND
      The listener has bound a socket.
      See Also:
    • LISTENING

      static final int LISTENING
      The listener is about to start
      listening on this socket.
      See Also:
    • LISTENED

      static final int LISTENED
      The listener is now listening on
      this socket.
      See Also: