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

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


Back to the top