Home
last modified time | relevance | path

Searched refs:text2Binary (Results 1 – 1 of 1) sorted by relevance

/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DWebSocketFrame.java138 this.payload = text2Binary(payload); in setTextPayload()
294 public static byte[] text2Binary(String payload) throws CharacterCodingException { in text2Binary() method in WebSocketFrame
407 byte[] reasonBytes = text2Binary(closeReason); in generatePayload()