| Package | Description |
|---|---|
| tecgraf.ftc_1_4.server | |
| tecgraf.ftc_1_4.server.states |
| Modifier and Type | Method and Description |
|---|---|
SupportedProtocols |
Session.getProtocol()
Retorna o procolo utilizado nessa sessao
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setProtocol(SupportedProtocols protocol)
Define o protocolo utilizado pelo cliente nessa sessao.
|
| Modifier and Type | Method and Description |
|---|---|
static SupportedProtocols |
SupportedProtocols.valueOf(byte code)
Obtém um protocolo a partir de seu código.
|
static SupportedProtocols |
SupportedProtocols.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedProtocols[] |
SupportedProtocols.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Tecgraf/PUC-Rio. All rights reserved.