Java SE WebSocket API

GPTKB entity

Statements (53)
Predicate Object
gptkbp:instanceOf gptkb:API
gptkbp:allows real-time communication
message broadcasting
message queuing
gptkbp:developedBy gptkb:Oracle_Corporation
https://www.w3.org/2000/01/rdf-schema#label Java SE WebSocket API
gptkbp:includes ClientEndpoint annotation
OnError annotation
OnMessage annotation
OnClose_annotation
OnOpen_annotation
ServerEndpoint_annotation
gptkbp:integration Java_frameworks
gptkbp:introduced gptkb:Java_SE_7
gptkbp:isAvailableIn 2013
gptkbp:isBasedOn RFC 6455
gptkbp:isCompatibleWith gptkb:Java_11
gptkb:Java_8
gptkb:Java_17
gptkb:Java_EE_WebSocket_API
gptkbp:isDocumentedIn Java SE documentation
gptkbp:isMaintainedBy gptkb:Oracle_Corporation
gptkbp:isOpenTo true
gptkbp:isPartOf gptkb:Java_Platform,_Standard_Edition
Java_ecosystem
gptkbp:isSuitableFor gaming applications
real-time applications
interactive applications
collaborative applications
gptkbp:isSupportedBy Java_IDEs
gptkbp:isTestedFor JUnit
Mockito
TestNG
gptkbp:isUsedFor IoT applications
financial applications
chat applications
Java Servlets
live notifications
Java_EE_technologies
gptkbp:isUsedIn enterprise applications
web applications
gptkbp:mandates JSR 356
gptkbp:provides session management
connection management
full-duplex communication
message framing
WebSocket client and server implementations
gptkbp:supports compression
text data
binary data
cross-origin communication
subprotocols
gptkbp:uses HTTP protocol for handshake