I wrote a prototype Kite service that did something like this: https://github.com/joey/kite/blob/cdk-482/kite-data/kite-data-service/src/main/java/org/kitesdk/data/remote/protocol/RemoteDataProtocol.java
-Joey On Mon, Dec 15, 2014 at 11:18 AM, Doug Cutting <[email protected]> wrote: > On Mon, Dec 15, 2014 at 12:21 AM, 聂琨琳 <[email protected]> wrote: >> Is there any way to bind several Responder in single port? > > That's not currently supported. > > You could programatically create a protocol with the union of the > types and messages of several protocols and serve that with a single > responder. That responder could then delegate requests to responders > specific to each protocol. > > Doug -- Joey Echeverria
