Searched defs:available (Results 1 - 25 of 105) sorted by relevance

12345

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DWebServiceRequestInputStream.java47 public int available() throws IOException { method in class:WebServiceRequestInputStream
48 return getInputStream().available();
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPInputStream.java58 // available to the client.
151 public synchronized int available() throws IOException method in class:InternalLDAPInputStream
256 * necessary until there is data available.
307 * necessary until there is data available, and adds them to the
330 * necessary until there is data available, and adds them to the
H A DInternalLDAPOutputStream.java92 * Since the bytes being written are only available duing the write
104 public int available() method in class:InternalLDAPOutputStream.CombinedBufferInputStream
106 // The number of available bytes is the sum of the save buffer
277 * accumulated until a complete ASN.1 element is available, at which
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DRecordingInputStream.java106 public int available() throws IOException { method in class:RecordingInputStream
107 return parentStream.available();
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java59 public int available() throws IOException method in class:SizeLimitInputStream
61 int streamAvail = parentStream.available();
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPInputStream.java57 // available to the client.
150 public synchronized int available() throws IOException method in class:InternalLDAPInputStream
255 * necessary until there is data available.
306 * necessary until there is data available, and adds them to the
329 * necessary until there is data available, and adds them to the
H A DInternalLDAPOutputStream.java91 * Since the bytes being written are only available duing the write
103 public int available() method in class:InternalLDAPOutputStream.CombinedBufferInputStream
105 // The number of available bytes is the sum of the save buffer
276 * accumulated until a complete ASN.1 element is available, at which
/forgerock/opendj2/src/server/org/opends/server/types/
H A DRecordingInputStream.java105 public int available() throws IOException { method in class:RecordingInputStream
106 return parentStream.available();
/forgerock/opendj2/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java58 public int available() throws IOException method in class:SizeLimitInputStream
60 int streamAvail = parentStream.available();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPInputStream.java58 // available to the client.
151 public synchronized int available() throws IOException method in class:InternalLDAPInputStream
256 * necessary until there is data available.
307 * necessary until there is data available, and adds them to the
330 * necessary until there is data available, and adds them to the
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DRecordingInputStream.java106 public int available() throws IOException { method in class:RecordingInputStream
107 return parentStream.available();
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java59 public int available() throws IOException method in class:SizeLimitInputStream
61 int streamAvail = parentStream.available();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPInputStream.java58 // available to the client.
151 public synchronized int available() throws IOException method in class:InternalLDAPInputStream
256 * necessary until there is data available.
307 * necessary until there is data available, and adds them to the
330 * necessary until there is data available, and adds them to the
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DRecordingInputStream.java106 public int available() throws IOException { method in class:RecordingInputStream
107 return parentStream.available();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java59 public int available() throws IOException method in class:SizeLimitInputStream
61 int streamAvail = parentStream.available();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPInputStream.java57 // available to the client.
150 public synchronized int available() throws IOException method in class:InternalLDAPInputStream
255 * necessary until there is data available.
306 * necessary until there is data available, and adds them to the
329 * necessary until there is data available, and adds them to the
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DRecordingInputStream.java105 public int available() throws IOException { method in class:RecordingInputStream
106 return parentStream.available();
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java58 public int available() throws IOException method in class:SizeLimitInputStream
60 int streamAvail = parentStream.available();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DInternalLDAPInputStream.java59 * available to the client.
153 public synchronized int available() throws IOException method in class:InternalLDAPInputStream
258 * necessary until there is data available.
309 * necessary until there is data available, and adds them to the
332 * necessary until there is data available, and adds them to the
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DRecordingInputStream.java100 public int available() throws IOException { method in class:RecordingInputStream
101 return parentStream.available();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DSizeLimitInputStream.java57 public int available() throws IOException method in class:SizeLimitInputStream
59 int streamAvail = parentStream.available();
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/impl/
H A DUpdateService.java113 available, enum constant in enum:UpdateService.Action
127 case available:
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteChannelReader.java54 * When NIO signals new data is available in the channel, the client
64 * available, the client should call {@link #processChannelData()}
65 * again to read more data (if available).
115 public int available() method in class:ASN1ByteChannelReader.CombinedBufferInputStream
117 // The number of available bytes is the sum of the save buffer
125 * If no byte is available in the save buffer or channel buffer,
129 * @throws IllegalBlockingModeException if there are more bytes available.
158 * available in the save buffer or channel buffer,
169 * @throws IllegalBlockingModeException if there are more bytes available.
189 * there is an attempt to read at least one byte. If no byte is available
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteChannelReader.java53 * When NIO signals new data is available in the channel, the client
63 * available, the client should call {@link #processChannelData()}
64 * again to read more data (if available).
114 public int available() method in class:ASN1ByteChannelReader.CombinedBufferInputStream
116 // The number of available bytes is the sum of the save buffer
124 * If no byte is available in the save buffer or channel buffer,
128 * @throws IllegalBlockingModeException if there are more bytes available.
157 * available in the save buffer or channel buffer,
168 * @throws IllegalBlockingModeException if there are more bytes available.
188 * there is an attempt to read at least one byte. If no byte is available
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteChannelReader.java54 * When NIO signals new data is available in the channel, the client
64 * available, the client should call {@link #processChannelData()}
65 * again to read more data (if available).
115 public int available() method in class:ASN1ByteChannelReader.CombinedBufferInputStream
117 // The number of available bytes is the sum of the save buffer
125 * If no byte is available in the save buffer or channel buffer,
129 * @throws IllegalBlockingModeException if there are more bytes available.
158 * available in the save buffer or channel buffer,
169 * @throws IllegalBlockingModeException if there are more bytes available.
189 * there is an attempt to read at least one byte. If no byte is available
[all...]

Completed in 43 milliseconds

12345