Uses of Interface
org.fusesource.hawtbuf.proto.PBMessageFactory
-
Packages that use PBMessageFactory Package Description org.fusesource.hawtbuf.proto -
-
Uses of PBMessageFactory in org.fusesource.hawtbuf.proto
Fields in org.fusesource.hawtbuf.proto declared as PBMessageFactory Modifier and Type Field Description private PBMessageFactory<?,? extends T>PBMessageFramedCodec. factoryprivate PBMessageFactory<?,? extends T>PBMessageUnframedCodec. factoryConstructors in org.fusesource.hawtbuf.proto with parameters of type PBMessageFactory Constructor Description PBMessageFramedCodec(PBMessageFactory<?,? extends T> factory)PBMessageUnframedCodec(PBMessageFactory<?,? extends T> factory)
-