Interface CxfResponseCallBack
-
public interface CxfResponseCallBack
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(Throwable ex)voidresponseReceived(io.netty.handler.codec.http.HttpResponse response)
-
-
-
Method Detail
-
responseReceived
void responseReceived(io.netty.handler.codec.http.HttpResponse response)
-
error
void error(Throwable ex)
-
-