As far as I can tell, the Http Server will be implemented using Jetty as server. Do you know that Java 6 has a HttpServer class for purposes like this? http://java.sun.com/javase/6/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/package-summary.html
Could be an easier approach! -Michael On 27 Feb., 09:05, Thanasis <[email protected]> wrote: > Hello, > > The "httpserver" interface is not ready yet - it will be introduced > in the next version. > > The "http" interface allows you to define some URLs which SMSServer > will call whenever a message is received. > > On Feb 27, 12:52 am, fsloke <[email protected]> wrote: > > > Thank Thanasis for the reply > > > I not realize that there has 2 kinds ofhttpSMS LIB interfaces. > > "The one that connects > > with BulkSMS/Clickatell or the other that receives the notifications" > > > What different between them? > > > I think should be with BulkSMS/Clickatell.... > > > I read through the documentation fromhttp://smslib.org/doc/ > > Under SMSServer> Interface > > > I not really understand what different between > >HttpInterface ANDHttpServerInterface > > > Both look very similar ie calling a URL to send SMS. > > > According tohttp://smslib.org/doc/smsserver/interfaces/httpserver/, > > this interface can support: > > "You can query the status of SMSServer from your browser" > > which look very interestin for me. > > > I try to configure it but no more configuration guidance documentation > > about this interface in the SMS LIB official website > > > Can you tell me more about this? > > > Thanks > > > -fsloke > > > On Feb 27, 3:53 am, Thanasis <[email protected]> wrote: > > > > Hi, > > > > To whichhttpinterface are you referring to? The one that connects > > > with BulkSMS/Clickatell or the other that receives the notifications? > > > > On Feb 26, 5:56 pm, fsloke <[email protected]> wrote: > > > > > Hi everyone, > > > > > I read a lot of the sms lib website said that sms lib can supporthttp > > > > interface. > > > > > May I know is there has any manual teach us > > > > > How to setupHTTPinterface for SMS LIB? > > > > > Thank... > > > > > -Henry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib User Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/SMSLib?hl=en -~----------~----~----~----~------~----~------~--~---
