Return the connector through which this request was received. @return the connector
()
| 598 | * @return the connector |
| 599 | */ |
| 600 | public Connector getConnector() { |
| 601 | return this.connector; |
| 602 | } |
| 603 | |
| 604 | |
| 605 | /** |
no outgoing calls
no test coverage detected