Home
last modified time | relevance | path

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

/unit/src/java/nginx/unit/
H A DInputStream.java18 public int readLine(byte[] b, int off, int len) throws IOException { in readLine() method in InputStream
26 private static native int readLine(long req_info_ptr, byte[] b, int off, int len); in readLine() method in InputStream
/unit/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java872 private String readLine(ByteBuffer response) { in readLine() method in WsWebSocketContainer