253254255256257258259
registerChannel(channel); return channel; } public ScpClient createScpClient() { return new DefaultScpClient(this); }
226227228229230231232
private ConnectionService getConnectionService() { return getService(ConnectionService.class); } public ScpClient createScpClient() { return new DefaultScpClient(this); }
236237238239240241242
} throw new IllegalStateException("Attempted to access unknown service " + clazz.getSimpleName()); } public ScpClient createScpClient() { return new DefaultScpClient(this); }