Home
last modified time | relevance | path

Searched defs:bb (Results 1 – 2 of 2) sorted by relevance

/unit/src/java/javax/websocket/
H A DDecodeException.java25 private ByteBuffer bb; field in DecodeException
28 public DecodeException(ByteBuffer bb, String message, Throwable cause) { in DecodeException()
39 public DecodeException(ByteBuffer bb, String message) { in DecodeException()
/unit/test/java/websockets_mirror/
H A Dapp.java34 public void echoBinaryMessage(Session session, ByteBuffer bb) { in echoBinaryMessage()