Home
last modified time | relevance | path

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

/dports/devel/libunit/unit-1.26.1/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java753 result = putWithExpand(result, key.getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
754 result = putWithExpand(result, ": ".getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
755 … result = putWithExpand(result, StringUtils.join(values).getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
756 result = putWithExpand(result, CRLF); in addHeader()
762 private static ByteBuffer putWithExpand(ByteBuffer input, byte[] bytes) { in putWithExpand() method in WsWebSocketContainer
/dports/www/unit/unit-1.26.1/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java753 result = putWithExpand(result, key.getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
754 result = putWithExpand(result, ": ".getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
755 … result = putWithExpand(result, StringUtils.join(values).getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
756 result = putWithExpand(result, CRLF); in addHeader()
762 private static ByteBuffer putWithExpand(ByteBuffer input, byte[] bytes) { in putWithExpand() method in WsWebSocketContainer
/dports/www/unit-python/unit-1.26.1/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java753 result = putWithExpand(result, key.getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
754 result = putWithExpand(result, ": ".getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
755 … result = putWithExpand(result, StringUtils.join(values).getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
756 result = putWithExpand(result, CRLF); in addHeader()
762 private static ByteBuffer putWithExpand(ByteBuffer input, byte[] bytes) { in putWithExpand() method in WsWebSocketContainer
/dports/www/unit-php/unit-1.26.1/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java753 result = putWithExpand(result, key.getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
754 result = putWithExpand(result, ": ".getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
755 … result = putWithExpand(result, StringUtils.join(values).getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
756 result = putWithExpand(result, CRLF); in addHeader()
762 private static ByteBuffer putWithExpand(ByteBuffer input, byte[] bytes) { in putWithExpand() method in WsWebSocketContainer
/dports/www/unit-java/unit-1.26.1/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java753 result = putWithExpand(result, key.getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
754 result = putWithExpand(result, ": ".getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
755 … result = putWithExpand(result, StringUtils.join(values).getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
756 result = putWithExpand(result, CRLF); in addHeader()
762 private static ByteBuffer putWithExpand(ByteBuffer input, byte[] bytes) { in putWithExpand() method in WsWebSocketContainer
/dports/www/unit-perl/unit-1.26.1/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java753 result = putWithExpand(result, key.getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
754 result = putWithExpand(result, ": ".getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
755 … result = putWithExpand(result, StringUtils.join(values).getBytes(StandardCharsets.ISO_8859_1)); in addHeader()
756 result = putWithExpand(result, CRLF); in addHeader()
762 private static ByteBuffer putWithExpand(ByteBuffer input, byte[] bytes) { in putWithExpand() method in WsWebSocketContainer