| Package | Description |
|---|---|
| sila_java.library.manager | |
| sila_java.library.manager.server_management |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerManager.addServer(@NonNull String host,
int port)
Add Server to the manager
|
Server |
ServerManager.addServer(@NonNull String host,
int port,
String certificate)
Add a server into the manager
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ManagedChannel |
ServerLoading.attemptConnectionWithServer(@NonNull Server server,
@NonNull Optional<io.grpc.ClientInterceptor> clientInterceptor,
boolean allowInsecure,
X509Certificate certificate)
Attempt to connect to a server by trying to retrieve his UUID and return the channel used
|
Copyright © 2024 SiLA Java Developers. All rights reserved.