Pular para o conteúdo principal

WebSocket

Gestão das conexões e comunicação com os clientes.


allSessionsEndpoints


_ws.allSessionsEndpoints() : Values

Retorno

( Values )


awaitStream


_ws.awaitStream() : boolean

Retorno

( boolean )


binaryStreamed


_ws.binaryStreamed() : byte[]

Retorno

( byte[] )


broadcast


_ws.broadcast(endpointName: string, data: Values) : void

Atributos
NOMETIPODESCRIÇÃO
endpointNamestring
dataValues
Retorno

( void )


broadcastAsService


_ws.broadcastAsService(endpointName: string, path: string, message: Values) : void

Atributos
NOMETIPODESCRIÇÃO
endpointNamestring
pathstring
messageValues
Retorno

( void )


_ws.broadcastAsService(endpointName: string, message: Values) : void

Atributos
NOMETIPODESCRIÇÃO
endpointNamestring
messageValues
Retorno

( void )


broadcastBinary


_ws.broadcastBinary(endpointName: string, content: byte[]) : void

Atributos
NOMETIPODESCRIÇÃO
endpointNamestring
contentbyte[]
Retorno

( void )


_ws.broadcastBinary(endpointName: string, path: string, content: byte[]) : void

Atributos
NOMETIPODESCRIÇÃO
endpointNamestring
pathstring
contentbyte[]
Retorno

( void )


broadcastService


_ws.broadcastService(endpointName: string, path: string, message: Values) : boolean

Atributos
NOMETIPODESCRIÇÃO
endpointNamestring
pathstring
messageValues
Retorno

( boolean )


_ws.broadcastService(endpointName: string, message: Values) : boolean

Atributos
NOMETIPODESCRIÇÃO
endpointNamestring
messageValues
Retorno

( boolean )


broadcastText


_ws.broadcastText(endpointName: string, message: string) : void

Atributos
NOMETIPODESCRIÇÃO
endpointNamestring
messagestring
Retorno

( void )


_ws.broadcastText(endpointName: string, path: string, message: string) : void

Atributos
NOMETIPODESCRIÇÃO
endpointNamestring
pathstring
messagestring
Retorno

( void )


close


_ws.close() : boolean

Retorno

( boolean )


_ws.close(sessionId: string) : boolean

Atributos
NOMETIPODESCRIÇÃO
sessionIdstring
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
NOMETIPODESCRIÇÃO
idstring
Retorno

( boolean )


_ws.closeSession(id: string, reason: string, message: string) : boolean

Atributos
NOMETIPODESCRIÇÃO
idstring
reasonstring
messagestring
Retorno

( boolean )


config


_ws.config() : Values

Retorno

( Values )


data


_ws.data() : Values

Retorno

( Values )


_ws.data(id: string) : Values

Atributos
NOMETIPODESCRIÇÃO
idstring
Retorno

( Values )


fullPath


_ws.fullPath() : string

Retorno

( string )


_ws.fullPath(id: string) : string

Atributos
NOMETIPODESCRIÇÃO
idstring
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
NOMETIPODESCRIÇÃO
idstring
Retorno

( Values )


getFullPath


_ws.getFullPath() : string

Retorno

( string )


_ws.getFullPath(id: string) : string

Atributos
NOMETIPODESCRIÇÃO
idstring
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
NOMETIPODESCRIÇÃO
idstring
Retorno

( Values )


getQS


_ws.getQS() : Values

Retorno

( Values )


getSession


_ws.getSession() : jakarta.websocket.Session

Retorno

( jakarta.websocket.Session )


_ws.getSession(id: string) : jakarta.websocket.Session

Atributos
NOMETIPODESCRIÇÃO
idstring
Retorno

( jakarta.websocket.Session )


getSessionEndpoint


_ws.getSessionEndpoint() : Values

Retorno

( Values )


_ws.getSessionEndpoint(id: string) : Values

Atributos
NOMETIPODESCRIÇÃO
idstring
Retorno

( Values )


getSessionId


_ws.getSessionId() : string

Retorno

( string )


isBinaryStreamed


_ws.isBinaryStreamed() : boolean

Retorno

( boolean )


isClose


_ws.isClose() : boolean

Retorno

( boolean )


isConnect


_ws.isConnect() : boolean

Retorno

( boolean )


isStream


_ws.isStream() : boolean

Retorno

( boolean )


isTextStreamed


_ws.isTextStreamed() : 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
NOMETIPODESCRIÇÃO
idstring
Retorno

( Values )


qs


_ws.qs() : Values

Retorno

( Values )


send


_ws.send(content: string) : boolean

Atributos
NOMETIPODESCRIÇÃO
contentstring
Retorno

( boolean )


_ws.send(sessionId: string, content: string) : boolean

Atributos
NOMETIPODESCRIÇÃO
sessionIdstring
contentstring
Retorno

( boolean )


_ws.send(sessionId: string, content: Values) : boolean

Atributos
NOMETIPODESCRIÇÃO
sessionIdstring
contentValues
Retorno

( boolean )


_ws.send(content: Values) : boolean

Atributos
NOMETIPODESCRIÇÃO
contentValues
Retorno

( boolean )


sendAsService


_ws.sendAsService(sessionId: string, message: Values) : boolean

Atributos
NOMETIPODESCRIÇÃO
sessionIdstring
messageValues
Retorno

( boolean )


_ws.sendAsService(message: Values) : boolean

Atributos
NOMETIPODESCRIÇÃO
messageValues
Retorno

( boolean )


sendBinary


_ws.sendBinary(content: byte[]) : boolean

Atributos
NOMETIPODESCRIÇÃO
contentbyte[]
Retorno

( boolean )


_ws.sendBinary(sessionId: string, content: byte[]) : boolean

Atributos
NOMETIPODESCRIÇÃO
sessionIdstring
contentbyte[]
Retorno

( boolean )


sendService


_ws.sendService(sessionId: string, message: Values) : boolean

Atributos
NOMETIPODESCRIÇÃO
sessionIdstring
messageValues
Retorno

( boolean )


_ws.sendService(message: Values) : boolean

Atributos
NOMETIPODESCRIÇÃO
messageValues
Retorno

( boolean )


sendText


_ws.sendText(content: string) : boolean

Atributos
NOMETIPODESCRIÇÃO
contentstring
Retorno

( boolean )


_ws.sendText(sessionId: string, content: string) : boolean

Atributos
NOMETIPODESCRIÇÃO
sessionIdstring
contentstring
Retorno

( boolean )


session


_ws.session() : jakarta.websocket.Session

Retorno

( jakarta.websocket.Session )


_ws.session(id: string) : jakarta.websocket.Session

Atributos
NOMETIPODESCRIÇÃO
idstring
Retorno

( jakarta.websocket.Session )


sessionEndpoint


_ws.sessionEndpoint() : Values

Retorno

( Values )


_ws.sessionEndpoint(id: string) : Values

Atributos
NOMETIPODESCRIÇÃO
idstring
Retorno

( Values )


sessionId


_ws.sessionId() : string

Retorno

( string )


textStreamed


_ws.textStreamed() : string

Retorno

( string )


_ws.textStreamed(charset: string) : string

Atributos
NOMETIPODESCRIÇÃO
charsetstring
Retorno

( string )