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/
DNanoWSD.java347 byte[] reasonBytes = text2Binary(closeReason); in generatePayload()
456 public static byte[] text2Binary(String payload) throws CharacterCodingException { in text2Binary() method in NanoWSD.WebSocketFrame
671 this.payload = text2Binary(payload); in setTextPayload()