| Package | Description |
|---|---|
| tecgraf.ftc_1_4.server |
| Modifier and Type | Method and Description |
|---|---|
static ChannelClosedReason |
ChannelClosedReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelClosedReason[] |
ChannelClosedReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.close(ChannelClosedReason reason)
Fecha a sessão.
|
boolean |
Session.closeFileChannel(ChannelClosedReason reason)
Fecha o canal do arquivo e notifica ao servidor de arquivos sobre este
fechamento.
|
void |
DefaultDataProvider.fileChannelClosed(Object requester,
byte[] fileId,
ChannelClosedReason reason)
Indica que um canal para um arquivo foi fechado.
|
void |
DataChannelProvider.fileChannelClosed(Object requester,
byte[] fileId,
ChannelClosedReason reason)
Indica que um canal para um arquivo foi fechado.
|
Copyright © 2019 Tecgraf/PUC-Rio. All rights reserved.