Searched refs:maxInternalBufferSize (Results 1 - 21 of 21) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/asn1/
H A DByteSequenceOutputStream.java43 private final int maxInternalBufferSize; field in class:ByteSequenceOutputStream
50 * @param maxInternalBufferSize
55 ByteSequenceOutputStream(ByteStringBuilder buffer, int maxInternalBufferSize) argument
58 this.maxInternalBufferSize = Math.max(maxInternalBufferSize,
115 if (buffer.capacity() > maxInternalBufferSize)
H A DASN1.java247 * @param maxInternalBufferSize
254 int maxInternalBufferSize)
256 if (maxInternalBufferSize <= 0)
261 builder, maxInternalBufferSize);
262 return getWriter(outputStream, maxInternalBufferSize);
288 * @param maxInternalBufferSize
295 int maxInternalBufferSize)
297 if (maxInternalBufferSize <= 0)
301 return new ASN1OutputStreamWriter(stream, maxInternalBufferSize);
253 getWriter(ByteStringBuilder builder, int maxInternalBufferSize) argument
294 getWriter(OutputStream stream, int maxInternalBufferSize) argument
H A DASN1OutputStreamWriter.java53 private final int maxInternalBufferSize; field in class:ASN1OutputStreamWriter
64 * @param maxInternalBufferSize
69 ASN1OutputStreamWriter(OutputStream stream, int maxInternalBufferSize) argument
75 this.maxInternalBufferSize = maxInternalBufferSize;
483 new ByteStringBuilder(), maxInternalBufferSize);
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DByteSequenceOutputStream.java42 private final int maxInternalBufferSize; field in class:ByteSequenceOutputStream
49 * @param maxInternalBufferSize
54 ByteSequenceOutputStream(ByteStringBuilder buffer, int maxInternalBufferSize) argument
57 this.maxInternalBufferSize = Math.max(maxInternalBufferSize,
114 if (buffer.capacity() > maxInternalBufferSize)
H A DASN1.java246 * @param maxInternalBufferSize
253 int maxInternalBufferSize)
255 if (maxInternalBufferSize <= 0)
260 builder, maxInternalBufferSize);
261 return getWriter(outputStream, maxInternalBufferSize);
287 * @param maxInternalBufferSize
294 int maxInternalBufferSize)
296 if (maxInternalBufferSize <= 0)
300 return new ASN1OutputStreamWriter(stream, maxInternalBufferSize);
252 getWriter(ByteStringBuilder builder, int maxInternalBufferSize) argument
293 getWriter(OutputStream stream, int maxInternalBufferSize) argument
H A DASN1OutputStreamWriter.java52 private final int maxInternalBufferSize; field in class:ASN1OutputStreamWriter
63 * @param maxInternalBufferSize
68 ASN1OutputStreamWriter(OutputStream stream, int maxInternalBufferSize) argument
74 this.maxInternalBufferSize = maxInternalBufferSize;
482 new ByteStringBuilder(), maxInternalBufferSize);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/asn1/
H A DByteSequenceOutputStream.java43 private final int maxInternalBufferSize; field in class:ByteSequenceOutputStream
50 * @param maxInternalBufferSize
55 ByteSequenceOutputStream(ByteStringBuilder buffer, int maxInternalBufferSize) argument
58 this.maxInternalBufferSize = Math.max(maxInternalBufferSize,
115 if (buffer.capacity() > maxInternalBufferSize)
H A DASN1.java247 * @param maxInternalBufferSize
254 int maxInternalBufferSize)
256 if (maxInternalBufferSize <= 0)
261 builder, maxInternalBufferSize);
262 return getWriter(outputStream, maxInternalBufferSize);
288 * @param maxInternalBufferSize
295 int maxInternalBufferSize)
297 if (maxInternalBufferSize <= 0)
301 return new ASN1OutputStreamWriter(stream, maxInternalBufferSize);
253 getWriter(ByteStringBuilder builder, int maxInternalBufferSize) argument
294 getWriter(OutputStream stream, int maxInternalBufferSize) argument
H A DASN1OutputStreamWriter.java53 private final int maxInternalBufferSize; field in class:ASN1OutputStreamWriter
64 * @param maxInternalBufferSize
69 ASN1OutputStreamWriter(OutputStream stream, int maxInternalBufferSize) argument
75 this.maxInternalBufferSize = maxInternalBufferSize;
483 new ByteStringBuilder(), maxInternalBufferSize);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/asn1/
H A DByteSequenceOutputStream.java43 private final int maxInternalBufferSize; field in class:ByteSequenceOutputStream
50 * @param maxInternalBufferSize
55 ByteSequenceOutputStream(ByteStringBuilder buffer, int maxInternalBufferSize) argument
58 this.maxInternalBufferSize = Math.max(maxInternalBufferSize,
115 if (buffer.capacity() > maxInternalBufferSize)
H A DASN1.java247 * @param maxInternalBufferSize
254 int maxInternalBufferSize)
256 if (maxInternalBufferSize <= 0)
261 builder, maxInternalBufferSize);
262 return getWriter(outputStream, maxInternalBufferSize);
288 * @param maxInternalBufferSize
295 int maxInternalBufferSize)
297 if (maxInternalBufferSize <= 0)
301 return new ASN1OutputStreamWriter(stream, maxInternalBufferSize);
253 getWriter(ByteStringBuilder builder, int maxInternalBufferSize) argument
294 getWriter(OutputStream stream, int maxInternalBufferSize) argument
H A DASN1OutputStreamWriter.java53 private final int maxInternalBufferSize; field in class:ASN1OutputStreamWriter
64 * @param maxInternalBufferSize
69 ASN1OutputStreamWriter(OutputStream stream, int maxInternalBufferSize) argument
75 this.maxInternalBufferSize = maxInternalBufferSize;
483 new ByteStringBuilder(), maxInternalBufferSize);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DByteSequenceOutputStream.java42 private final int maxInternalBufferSize; field in class:ByteSequenceOutputStream
49 * @param maxInternalBufferSize
54 ByteSequenceOutputStream(ByteStringBuilder buffer, int maxInternalBufferSize) argument
57 this.maxInternalBufferSize = Math.max(maxInternalBufferSize,
114 if (buffer.capacity() > maxInternalBufferSize)
H A DASN1.java246 * @param maxInternalBufferSize
253 int maxInternalBufferSize)
255 if (maxInternalBufferSize <= 0)
260 builder, maxInternalBufferSize);
261 return getWriter(outputStream, maxInternalBufferSize);
287 * @param maxInternalBufferSize
294 int maxInternalBufferSize)
296 if (maxInternalBufferSize <= 0)
300 return new ASN1OutputStreamWriter(stream, maxInternalBufferSize);
252 getWriter(ByteStringBuilder builder, int maxInternalBufferSize) argument
293 getWriter(OutputStream stream, int maxInternalBufferSize) argument
H A DASN1OutputStreamWriter.java52 private final int maxInternalBufferSize; field in class:ASN1OutputStreamWriter
63 * @param maxInternalBufferSize
68 ASN1OutputStreamWriter(OutputStream stream, int maxInternalBufferSize) argument
74 this.maxInternalBufferSize = maxInternalBufferSize;
482 new ByteStringBuilder(), maxInternalBufferSize);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java721 private int maxInternalBufferSize = DEFAULT_MAX_INTERNAL_BUFFER_SIZE; field in class:DirectoryServer
10087 * @param maxInternalBufferSize
10092 public static void setMaxInternalBufferSize(int maxInternalBufferSize) argument
10094 directoryServer.maxInternalBufferSize = maxInternalBufferSize;
10110 return directoryServer.maxInternalBufferSize;
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java731 private int maxInternalBufferSize = DEFAULT_MAX_INTERNAL_BUFFER_SIZE; field in class:DirectoryServer
9673 * @param maxInternalBufferSize
9678 public static void setMaxInternalBufferSize(int maxInternalBufferSize) argument
9680 directoryServer.maxInternalBufferSize = maxInternalBufferSize;
9696 return directoryServer.maxInternalBufferSize;
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java722 private int maxInternalBufferSize = DEFAULT_MAX_INTERNAL_BUFFER_SIZE; field in class:DirectoryServer
10087 * @param maxInternalBufferSize
10092 public static void setMaxInternalBufferSize(int maxInternalBufferSize) argument
10094 directoryServer.maxInternalBufferSize = maxInternalBufferSize;
10110 return directoryServer.maxInternalBufferSize;
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java731 private int maxInternalBufferSize = DEFAULT_MAX_INTERNAL_BUFFER_SIZE; field in class:DirectoryServer
9673 * @param maxInternalBufferSize
9678 public static void setMaxInternalBufferSize(int maxInternalBufferSize) argument
9680 directoryServer.maxInternalBufferSize = maxInternalBufferSize;
9696 return directoryServer.maxInternalBufferSize;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java722 private int maxInternalBufferSize = DEFAULT_MAX_INTERNAL_BUFFER_SIZE; field in class:DirectoryServer
7710 * @param maxInternalBufferSize
7715 public static void setMaxInternalBufferSize(int maxInternalBufferSize) argument
7717 directoryServer.maxInternalBufferSize = maxInternalBufferSize;
7731 return directoryServer.maxInternalBufferSize;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java981 private int maxInternalBufferSize = DEFAULT_MAX_INTERNAL_BUFFER_SIZE; field in class:DirectoryServer
10322 * @param maxInternalBufferSize
10327 public static void setMaxInternalBufferSize(int maxInternalBufferSize) argument
10329 directoryServer.maxInternalBufferSize = maxInternalBufferSize;
10345 return directoryServer.maxInternalBufferSize;

Completed in 1696 milliseconds