Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null . @param id The session id for the session to be returned @exception IllegalStateException if a new session cannot be instantiated for any reason @exception IOExceptio
(String id)
| 246 | * @return the request session or {@code null} if a session with the requested ID could not be found |
| 247 | */ |
| 248 | Session findSession(String id) throws IOException; |
| 249 | |
| 250 | |
| 251 | /** |
no outgoing calls