Class ClientStateInMemory.ServerInfo
java.lang.Object
io.aether.cloud.client.ClientStateInMemory.ServerInfo
- All Implemented Interfaces:
ClientState.ServerInfo
- Enclosing class:
ClientStateInMemory
-
Constructor Summary
ConstructorsConstructorDescriptionServerInfo(int sid) ServerInfo(io.aether.api.common.ServerDescriptor descriptor) -
Method Summary
Modifier and TypeMethodDescriptionio.aether.api.common.ServerDescriptorintvoidsetDescriptor(io.aether.api.common.ServerDescriptor serverDescriptor)
-
Constructor Details
-
ServerInfo
public ServerInfo(int sid) -
ServerInfo
public ServerInfo(io.aether.api.common.ServerDescriptor descriptor)
-
-
Method Details
-
getServerId
public int getServerId()- Specified by:
getServerIdin interfaceClientState.ServerInfo
-
getDescriptor
public io.aether.api.common.ServerDescriptor getDescriptor()- Specified by:
getDescriptorin interfaceClientState.ServerInfo
-
setDescriptor
public void setDescriptor(io.aether.api.common.ServerDescriptor serverDescriptor) - Specified by:
setDescriptorin interfaceClientState.ServerInfo
-