public interface Connection
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Connection.Holder |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Connection.Holder holder) |
int |
getProcessId() |
int |
getSecretKey() |
void |
init(Connection.Holder holder) |
boolean |
isSsl() |
void |
schedule(CommandBase<?> cmd) |
void init(Connection.Holder holder)
boolean isSsl()
void schedule(CommandBase<?> cmd)
void close(Connection.Holder holder)
int getProcessId()
int getSecretKey()
Copyright © 2020. All rights reserved.