PammyS / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

Access to Underlying Connection in ServerSession #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For logging/restriction-checking purposes, there should be access to
Session's underlying Connection object. It's protected right now. 

This requirement will eventually lead to read-only access to Connetion's
socket object in fact.

Original issue reported on code.google.com by a.abbasp...@gmail.com on 19 May 2009 at 6:28

GoogleCodeExporter commented 8 years ago
Don't think access is needed. IP Address of remote entity is exposed by 
ServerSession. 
This should be good enough to implement Secure environment.

Original comment by paliwala...@gmail.com on 10 Aug 2009 at 11:06

GoogleCodeExporter commented 8 years ago

Original comment by uuda...@gmail.com on 18 Aug 2009 at 11:07