package moe.nea.wayfiresocket; public interface Request { Class getResponseType(); String getMethodName(); }