Package net.devslash
Interface OutputFormat
-
- All Implemented Interfaces:
public interface OutputFormat
-
-
Method Summary
Modifier and Type Method Description abstract ByteArray
accept(HttpResponse resp, RequestData<?> data)
-
-
Method Detail
-
accept
abstract ByteArray accept(HttpResponse resp, RequestData<?> data)
-
-
-
-