/* * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. * * Licensed under the Aduna BSD-style license. */ package org.openrdf.http.webclient; /** * * @author Herko ter Horst */ public interface SessionKeys { public static final String SERVER_KEY = "openrdf-server"; public static final String REPOSITORY_KEY = "openrdf-repository"; public static final String REPOSITORY_EXCEPTION_KEY = "openrdf-repository-exception"; public static final String REPOSITORY_INFO_KEY = "openrdf-repository-info"; }