Class HttpServiceProcessor

  • All Implemented Interfaces:
    Runnable, IOProcessor

    public class HttpServiceProcessor
    extends Object
    implements IOProcessor
    I/O processor intended to process requests and fill in responses.
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • hashCode

        public int hashCode()
        Returns the unique ID of this HttpServiceProcessor.
        Overrides:
        hashCode in class Object
        Returns:
        The unique ID of this HttpServiceProcessor.
      • equals

        public boolean equals​(Object obj)
        Indicates whether some other object is "equal to" this one.
        Overrides:
        equals in class Object
        Returns:
        true if this HttpServiceProcessor refere to the same object as obj or they have the same id, false otherwise.