Lines Matching defs:is

5  * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
55 InputStream is;
142 if (is == null) {
143 is = new InputStream();
145 return is;
175 * a reallocated buffer is returned here
223 * flip is set to true if the old buffer needs to be flipped
224 * before it is copied.
239 * This is a thin wrapper over SSLEngine and the SocketChannel,
243 * though once the engine is closed, any attempt to read/write to it
244 * will get an exception. The overall result is returned.
269 * Might block if there is an outbound blockage or if another
270 * thread is calling wrap(). Also, might not send any data
271 * if an unwrap is needed.
279 throw new IOException ("Engine is closed");
308 /* block until a complete message is available and return it
311 * If handshaking is in progress then, possibly no data is returned
318 throw new IOException ("Engine is closed");
374 * send the data in the given ByteBuffer. If a handshake is needed
375 * then this is handled within this method. When this call returns,
400 * given buffer was not large enough, a new one is allocated
449 * is called with no data to send then there must be no problem
512 throw new IOException ("SSL stream is closed");
556 throw new IOException ("SSL stream is closed");
578 * before this is called. Otherwise an exception will be thrown.
604 * is encrypted by the stream. Multiple HTTPS responses can be sent on
626 throw new IOException ("output stream is closed");
639 throw new IOException ("output stream is closed");