Class HandlerInfo
- java.lang.Object
-
- br.com.anteros.mqtt.core.server.http.handler.HandlerInfo
-
public class HandlerInfo extends Object
Handler info- Author:
- L.cm
-
-
Constructor Summary
Constructors Constructor Description HandlerInfo(org.tio.http.common.Method method, HttpHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)HttpHandlergetHandler()org.tio.http.common.MethodgetMethod()inthashCode()
-
-
-
Constructor Detail
-
HandlerInfo
public HandlerInfo(org.tio.http.common.Method method, HttpHandler handler)
-
-