512513514515516517518
connection.close(); // Reset the authenticators authInterceptor.destroy(); authInterceptor.setAuthenticators( new Authenticator[] { new StrongAuthenticator(), new SimpleAuthenticator(), new AnonymousAuthenticator() } ); }
517518519520521522523