Class Interface

java.lang.Object
net.handle.hdllib.Interface

public class Interface extends Object
  • Field Details

  • Constructor Details

    • Interface

      public Interface(byte type, byte protocol, int port)
    • Interface

      public Interface()
  • Method Details

    • cloneInterface

      public Interface cloneInterface()
    • canHandleRequest

      public boolean canHandleRequest(AbstractRequest req)
      Return true if this interface will respond to request
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • typeName

      public static final String typeName(byte type)
    • protocolName

      public static final String protocolName(byte protocol)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • canProcessMsg

      public static String canProcessMsg(AbstractRequest req, boolean processQueries, boolean processAdminRequests)