Skip navigation links
C R W 

C

create() - Static method in class retrofit2.converter.wire.WireConverterFactory
Create an instance which serializes request messages to bytes eagerly on the caller thread when either Call.execute() or Call.enqueue(retrofit2.Callback<T>) is called.

R

requestBodyConverter(Type, Annotation[], Annotation[], Retrofit) - Method in class retrofit2.converter.wire.WireConverterFactory
 
responseBodyConverter(Type, Annotation[], Retrofit) - Method in class retrofit2.converter.wire.WireConverterFactory
 
retrofit2.converter.wire - package retrofit2.converter.wire
 

W

WireConverterFactory - Class in retrofit2.converter.wire
A converter that uses Wire for protocol buffers.
withStreaming() - Method in class retrofit2.converter.wire.WireConverterFactory
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 R W 
Skip navigation links