Module org.eclipse.jetty.client
Package org.eclipse.jetty.client.util
Interface AbstractRequestContent.Producer
-
- Enclosing class:
- AbstractRequestContent
public static interface AbstractRequestContent.Producer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanproduce(java.nio.ByteBuffer content, boolean lastContent, Callback callback)
-
-
-
Method Detail
-
produce
boolean produce(java.nio.ByteBuffer content, boolean lastContent, Callback callback)
-
-