protected static interface RequestWriter.RequestEntityWriter
An instance of a RequestEntityWriter
is obtained by
invoking the RequestWriter.getRequestEntityWriter(com.sun.jersey.api.client.ClientRequest)
method.
Modifier and Type | Method and Description |
---|---|
MediaType |
getMediaType() |
long |
getSize() |
void |
writeRequestEntity(java.io.OutputStream out)
Write the request entity.
|
long getSize()
MediaType getMediaType()
void writeRequestEntity(java.io.OutputStream out) throws java.io.IOException
out
- the output stream to write the request entity.java.io.IOException
Copyright © 2016 Oracle Corporation. All Rights Reserved.