WebSocket
Gestão das conexões e comunicação com os clientes.
allSessionsEndpoints
_ws.allSessionsEndpoints() : Values
Retorno
( Values )
broadcast
_ws.broadcast(endpointName: string, data: Values) : void
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
endpointName | string | |
data | Values |
Retorno
( void )
broadcastAsService
_ws.broadcastAsService(endpointName: string, path: string, message: Values) : void
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
endpointName | string | |
path | string | |
message | Values |
Retorno
( void )
_ws.broadcastAsService(endpointName: string, message: Values) : void
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
endpointName | string | |
message | Values |
Retorno
( void )
broadcastService
_ws.broadcastService(endpointName: string, path: string, message: Values) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
endpointName | string | |
path | string | |
message | Values |
Retorno
( boolean )
_ws.broadcastService(endpointName: string, message: Values) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
endpointName | string | |
message | Values |
Retorno
( boolean )
close
_ws.close() : boolean
Retorno
( boolean )
_ws.close(sessionId: string) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
sessionId | string |
Retorno
( boolean )
closeCode
_ws.closeCode() : string
Retorno
( string )
closeData
_ws.closeData() : Values
Retorno
( Values )
closeReason
_ws.closeReason() : string
Retorno
( string )
closeSession
_ws.closeSession(id: string) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
id | string |
Retorno
( boolean )
_ws.closeSession(id: string, reason: string, message: string) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
id | string | |
reason | string | |
message | string |
Retorno
( boolean )
config
_ws.config() : Values
Retorno
( Values )
data
_ws.data() : Values
Retorno
( Values )
_ws.data(id: string) : Values
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
id | string |
Retorno
( Values )
fullPath
_ws.fullPath() : string
Retorno
( string )
_ws.fullPath(id: string) : string
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
id | string |
Retorno
( string )
getAllSessionsEndpoints
_ws.getAllSessionsEndpoints() : Values
Retorno
( Values )
getCloseCode
_ws.getCloseCode() : string
Retorno
( string )
getCloseData
_ws.getCloseData() : Values
Retorno
( Values )
getCloseReason
_ws.getCloseReason() : string
Retorno
( string )
getConfig
_ws.getConfig() : Values
Retorno
( Values )
getData
_ws.getData() : Values
Retorno
( Values )
_ws.getData(id: string) : Values
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
id | string |
Retorno
( Values )
getFullPath
_ws.getFullPath() : string
Retorno
( string )
_ws.getFullPath(id: string) : string
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
id | string |
Retorno
( string )
getMessage
_ws.getMessage() : org.netuno.tritao.resource.WS$WSMessage
Retorno
( org.netuno.tritao.resource.WS$WSMessage )
getPath
_ws.getPath() : Values
Retorno
( Values )
_ws.getPath(id: string) : Values
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
id | string |
Retorno
( Values )
getQS
_ws.getQS() : Values
Retorno
( Values )
getSession
_ws.getSession() : javax.websocket.Session
Retorno
( javax.websocket.Session )
_ws.getSession(id: string) : javax.websocket.Session
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
id | string |
Retorno
( javax.websocket.Session )
getSessionEndpoint
_ws.getSessionEndpoint() : Values
Retorno
( Values )
_ws.getSessionEndpoint(id: string) : Values
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
id | string |
Retorno
( Values )
getSessionId
_ws.getSessionId() : string
Retorno
( string )
isClose
_ws.isClose() : boolean
Retorno
( boolean )
isConnect
_ws.isConnect() : boolean
Retorno
( boolean )
message
_ws.message() : org.netuno.tritao.resource.WS$WSMessage
Retorno
( org.netuno.tritao.resource.WS$WSMessage )
path
_ws.path() : Values
Retorno
( Values )
_ws.path(id: string) : Values
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
id | string |
Retorno
( Values )
qs
_ws.qs() : Values
Retorno
( Values )
rawBroadcast
_ws.rawBroadcast(endpointName: string, message: string) : void
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
endpointName | string | |
message | string |
Retorno
( void )
_ws.rawBroadcast(endpointName: string, path: string, message: string) : void
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
endpointName | string | |
path | string | |
message | string |
Retorno
( void )
rawSend
_ws.rawSend(content: string) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
content | string |
Retorno
( boolean )
_ws.rawSend(sessionId: string, content: string) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
sessionId | string | |
content | string |
Retorno
( boolean )
send
_ws.send(content: string) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
content | string |
Retorno
( boolean )
_ws.send(sessionId: string, content: string) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
sessionId | string | |
content | string |
Retorno
( boolean )
_ws.send(sessionId: string, content: Values) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
sessionId | string | |
content | Values |
Retorno
( boolean )
_ws.send(content: Values) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
content | Values |
Retorno
( boolean )
sendAsService
_ws.sendAsService(sessionId: string, message: Values) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
sessionId | string | |
message | Values |
Retorno
( boolean )
_ws.sendAsService(message: Values) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
message | Values |
Retorno
( boolean )
sendService
_ws.sendService(sessionId: string, message: Values) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
sessionId | string | |
message | Values |
Retorno
( boolean )
_ws.sendService(message: Values) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
message | Values |
Retorno
( boolean )
session
_ws.session() : javax.websocket.Session
Retorno
( javax.websocket.Session )
_ws.session(id: string) : javax.websocket.Session
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
id | string |
Retorno
( javax.websocket.Session )
sessionEndpoint
_ws.sessionEndpoint() : Values
Retorno
( Values )
_ws.sessionEndpoint(id: string) : Values
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
id | string |
Retorno
( Values )
sessionId
_ws.sessionId() : string
Retorno
( string )