public final class ConnectionSetup extends Object implements Externalizable
| Constructor and Description |
|---|
ConnectionSetup()
Deprecated.
exposed only for de/serialization purpose.
|
ConnectionSetup(Map<String,String> credentials)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
credentials() |
boolean |
hasCredentials() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
@Deprecated public ConnectionSetup()
public boolean hasCredentials()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2015–2021. All rights reserved.