[protobuf] Re: Streaming Dynamic Messages

2009-11-09 Thread Kenton Varda
You want: com.google.protobuf.Descriptors.FileDescriptor.buildFrom() On Mon, Nov 9, 2009 at 5:25 PM, Dan wrote: > > Im trying to write the following client/server exchange using the Java > Protobuf API: > > 1) Client makes a request to the server > 2) Server creates a series of Messages all of

[protobuf] Re: Streaming Dynamic Messages

2009-11-10 Thread Dan
Yes! That works, thanks. On Nov 9, 8:37 pm, Kenton Varda wrote: > You want:  com.google.protobuf.Descriptors.FileDescriptor.buildFrom() > > > > On Mon, Nov 9, 2009 at 5:25 PM, Dan wrote: > > > Im trying to write the following client/server exchange using the Java > > Protobuf API: > > > 1) Cl