Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Using Jetty to build a server for a custom binary protocol

Jesse, Thanks for the confirmation. I just wanted to make sure I am not going down a wrong or completely untrodden path. Appreciate it. Regards - kiru

--- On Fri, 2/3/12, Jesse McConnell <jesse.mcconnell@xxxxxxxxx> wrote:

> From: Jesse McConnell <jesse.mcconnell@xxxxxxxxx>
> Subject: Re: [jetty-users] Using Jetty to build a server for a custom binary protocol
> To: "JETTY user mailing list" <jetty-users@xxxxxxxxxxx>
> Date: Friday, February 3, 2012, 8:34 AM
> A number of people have done things
> like this.  there is a sip
> servlets implementation, we have websockets as well...and
> simone has
> been working on spdy as well
> 
> make sure you work off of the latest 7.6.0 or 8.1.0 releases
> so you
> get some of the recent improvements on there
> 
> cheers,
> jesse
> 
> --
> jesse mcconnell
> jesse.mcconnell@xxxxxxxxx
> 
> 
> 
> On Fri, Feb 3, 2012 at 01:58, Kiru Pakkirisamy
> <kirupakkirisamy@xxxxxxxxx>
> wrote:
> > Hi,
> > I am planning to build out a server which is currently
> implemented using Java sockets, using Jetty SocketContainer.
> Can this container be used for a non-HTTP protocol like this
> ? I see the AJP implementation, but not sure whether it is
> completely binary in nature.
> > Thanks,
> > - kiru
> > _______________________________________________
> > jetty-users mailing list
> > jetty-users@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/jetty-users
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top