Package net.morimekta.providence.client
Class ProvidenceHttpBufferedContent
- java.lang.Object
-
- net.morimekta.providence.client.google.ProvidenceHttpBufferedContent
-
- net.morimekta.providence.client.ProvidenceHttpBufferedContent
-
- All Implemented Interfaces:
com.google.api.client.http.HttpContent,com.google.api.client.util.StreamingContent
@Deprecated public class ProvidenceHttpBufferedContent extends ProvidenceHttpBufferedContent
Deprecated.HTTP content wrapper for providence messages. Use this is the receiving end requires the content to have a known size before it being sent. Otherwise useProvidenceHttpContent.- Since:
- 1.8.0
-
-
Constructor Summary
Constructors Constructor Description ProvidenceHttpBufferedContent(net.morimekta.providence.PMessageOrBuilder message, net.morimekta.providence.serializer.Serializer serializer)Deprecated.ProvidenceHttpBufferedContent(net.morimekta.providence.PServiceCall serviceCall, net.morimekta.providence.serializer.Serializer serializer)Deprecated.
-
Method Summary
-
Methods inherited from class net.morimekta.providence.client.google.ProvidenceHttpBufferedContent
getLength, getType, retrySupported, writeTo
-
-
-
-
Constructor Detail
-
ProvidenceHttpBufferedContent
public ProvidenceHttpBufferedContent(@Nonnull net.morimekta.providence.PMessageOrBuilder message, @Nonnull net.morimekta.providence.serializer.Serializer serializer) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
ProvidenceHttpBufferedContent
public ProvidenceHttpBufferedContent(@Nonnull net.morimekta.providence.PServiceCall serviceCall, @Nonnull net.morimekta.providence.serializer.Serializer serializer) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
-