Package io.airlift.http.client
Interface BodyGenerator
-
- All Known Implementing Classes:
FileBodyGenerator,JsonBodyGenerator,StaticBodyGenerator
public interface BodyGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(OutputStream out)
-
-
-
Method Detail
-
write
void write(OutputStream out) throws Exception
- Throws:
Exception
-
-