Uses of Interface
io.gs2.core.net.IResponseHandler
Packages that use IResponseHandler
-
Uses of IResponseHandler in io.gs2.core.net
Classes in io.gs2.core.net that implement IResponseHandlerModifier and TypeClassDescriptionclassGs2RestSessionTask<T extends IResult>classclassGs2WebSocketSessionTask<T extends IResult>Methods in io.gs2.core.net with parameters of type IResponseHandlerModifier and TypeMethodDescriptionHttpTaskBuilder.setHttpResponseHandler(IResponseHandler handler) Constructors in io.gs2.core.net with parameters of type IResponseHandlerModifierConstructorDescriptionHttpTask(HttpTask.Method method, String url, IResponseHandler handler)