Set the scheme that will be assigned to requests received through this connector. @param scheme The new scheme
(String scheme)
| 887 | * @param scheme The new scheme |
| 888 | */ |
| 889 | public void setScheme(String scheme) { |
| 890 | this.scheme = scheme; |
| 891 | } |
| 892 | |
| 893 | |
| 894 | /** |
no outgoing calls