public final class Client extends AbstractKnowledgeStore
Modifier and Type | Class and Description |
---|---|
static class |
Client.Builder |
Modifier and Type | Method and Description |
---|---|
static Client.Builder |
builder(String serverURL) |
protected void |
doClose() |
protected Session |
doNewSession(String username,
String password) |
String |
getServerURL() |
checkNotClosed, close, evictClosedSessions, isClosed, newSession, newSession, toString
public String getServerURL()
protected Session doNewSession(@Nullable String username, @Nullable String password)
doNewSession
in class AbstractKnowledgeStore
protected void doClose()
doClose
in class AbstractKnowledgeStore
public static Client.Builder builder(String serverURL)
Copyright © 2015–2016 FBK-irst. All rights reserved.