|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOCServerFeatures | |
---|---|
soc.client | |
soc.server | |
soc.util |
Uses of SOCServerFeatures in soc.client |
---|
Fields in soc.client declared as SOCServerFeatures | |
---|---|
protected SOCServerFeatures |
SOCPlayerClient.sFeatures
Server's active optional features, sent soon after connect, or null if unknown. |
protected SOCServerFeatures |
SOCDisplaylessPlayerClient.sFeatures
Server's active optional features, sent soon after connect, or null if unknown. |
protected SOCServerFeatures |
SOCAccountClient.sFeatures
Server's active optional features, sent soon after connect, or null if unknown. |
protected SOCServerFeatures |
SOCDisplaylessPlayerClient.sLocalFeatures
Server's active optional features, sent soon after connect, or null if unknown. |
Methods in soc.client with parameters of type SOCServerFeatures | |
---|---|
private void |
SOCPlayerClient.GameAwtDisplay.initMainPanelLayout(boolean isStatusRow,
SOCServerFeatures feats)
Lay out the Main Panel: status text, name, password, game/channel names and lists, buttons. |
void |
SOCPlayerClient.GameDisplay.showVersion(int versionNumber,
java.lang.String versionString,
java.lang.String buildString,
SOCServerFeatures feats)
After connecting, display the remote server's version on main panel, and update display based on its active SOCServerFeatures . |
void |
SOCPlayerClient.GameAwtDisplay.showVersion(int vers,
java.lang.String versionString,
java.lang.String buildString,
SOCServerFeatures feats)
After connecting, display the remote server's version on main panel, and update display based on its active SOCServerFeatures . |
Uses of SOCServerFeatures in soc.server |
---|
Fields in soc.server declared as SOCServerFeatures | |
---|---|
private SOCServerFeatures |
SOCServer.features
Active optional server features, if any; see SOCServerFeatures constants for currently defined features. |
Uses of SOCServerFeatures in soc.util |
---|
Constructors in soc.util with parameters of type SOCServerFeatures | |
---|---|
SOCServerFeatures(SOCServerFeatures feats)
Create a new SOCServerFeatures by copying another. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |