Returns the singleton instance. @return instance
()
| 43 | * @return instance |
| 44 | */ |
| 45 | public static HTTPContext get() { |
| 46 | if(instance == null) instance = new HTTPContext(); |
| 47 | return instance; |
| 48 | } |
| 49 | |
| 50 | /** |
| 51 | * Returns the database context. |
no outgoing calls