JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
P
R
W
C
create()
- Static method in class retrofit2.converter.protobuf.
ProtoConverterFactory
createWithRegistry(ExtensionRegistryLite)
- Static method in class retrofit2.converter.protobuf.
ProtoConverterFactory
Create an instance which uses
registry
when deserializing.
P
ProtoConverterFactory
- Class in
retrofit2.converter.protobuf
A converter which uses Protocol Buffers.
R
requestBodyConverter(Type, Annotation[], Annotation[], Retrofit)
- Method in class retrofit2.converter.protobuf.
ProtoConverterFactory
responseBodyConverter(Type, Annotation[], Retrofit)
- Method in class retrofit2.converter.protobuf.
ProtoConverterFactory
retrofit2.converter.protobuf
- package retrofit2.converter.protobuf
W
withStreaming()
- Method in class retrofit2.converter.protobuf.
ProtoConverterFactory
Return a new factory which streams serialization of request messages to bytes on the HTTP thread This is either the calling thread for
Call.execute()
, or one of OkHttp's background threads for
Call.enqueue(retrofit2.Callback<T>)
.
C
P
R
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes