Searched refs:unwrappedData (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSASLByteChannel.java88 public int read(final ByteBuffer unwrappedData) throws IOException argument
104 final int startPos = unwrappedData.position();
105 if (recvUnwrappedBuffer.remaining() > unwrappedData.remaining())
110 while (unwrappedData.hasRemaining())
112 unwrappedData.put(recvUnwrappedBuffer.get());
118 unwrappedData.put(recvUnwrappedBuffer);
120 return unwrappedData.position() - startPos;
130 public int write(final ByteBuffer unwrappedData) throws IOException argument
133 final int bytesWritten = unwrappedData.remaining();
139 while (unwrappedData
[all...]
H A DTLSByteChannel.java134 public int read(final ByteBuffer unwrappedData) throws IOException argument
150 final int startPos = unwrappedData.position();
151 if (recvUnwrappedBuffer.remaining() > unwrappedData.remaining())
156 while (unwrappedData.hasRemaining())
158 unwrappedData.put(recvUnwrappedBuffer.get());
164 unwrappedData.put(recvUnwrappedBuffer);
166 return unwrappedData.position() - startPos;
176 public int write(final ByteBuffer unwrappedData) throws IOException argument
179 final int bytesWritten = unwrappedData.remaining();
185 while (unwrappedData
349 doWrapAndSend(final ByteBuffer unwrappedData) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSASLByteChannel.java87 public int read(final ByteBuffer unwrappedData) throws IOException argument
103 final int startPos = unwrappedData.position();
104 if (recvUnwrappedBuffer.remaining() > unwrappedData.remaining())
109 while (unwrappedData.hasRemaining())
111 unwrappedData.put(recvUnwrappedBuffer.get());
117 unwrappedData.put(recvUnwrappedBuffer);
119 return unwrappedData.position() - startPos;
129 public int write(final ByteBuffer unwrappedData) throws IOException argument
132 final int bytesWritten = unwrappedData.remaining();
138 while (unwrappedData
[all...]
H A DTLSByteChannel.java133 public int read(final ByteBuffer unwrappedData) throws IOException argument
149 final int startPos = unwrappedData.position();
150 if (recvUnwrappedBuffer.remaining() > unwrappedData.remaining())
155 while (unwrappedData.hasRemaining())
157 unwrappedData.put(recvUnwrappedBuffer.get());
163 unwrappedData.put(recvUnwrappedBuffer);
165 return unwrappedData.position() - startPos;
175 public int write(final ByteBuffer unwrappedData) throws IOException argument
178 final int bytesWritten = unwrappedData.remaining();
184 while (unwrappedData
348 doWrapAndSend(final ByteBuffer unwrappedData) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSASLByteChannel.java88 public int read(final ByteBuffer unwrappedData) throws IOException argument
104 final int startPos = unwrappedData.position();
105 if (recvUnwrappedBuffer.remaining() > unwrappedData.remaining())
110 while (unwrappedData.hasRemaining())
112 unwrappedData.put(recvUnwrappedBuffer.get());
118 unwrappedData.put(recvUnwrappedBuffer);
120 return unwrappedData.position() - startPos;
130 public int write(final ByteBuffer unwrappedData) throws IOException argument
133 final int bytesWritten = unwrappedData.remaining();
139 while (unwrappedData
[all...]
H A DTLSByteChannel.java134 public int read(final ByteBuffer unwrappedData) throws IOException argument
150 final int startPos = unwrappedData.position();
151 if (recvUnwrappedBuffer.remaining() > unwrappedData.remaining())
156 while (unwrappedData.hasRemaining())
158 unwrappedData.put(recvUnwrappedBuffer.get());
164 unwrappedData.put(recvUnwrappedBuffer);
166 return unwrappedData.position() - startPos;
176 public int write(final ByteBuffer unwrappedData) throws IOException argument
179 final int bytesWritten = unwrappedData.remaining();
185 while (unwrappedData
349 doWrapAndSend(final ByteBuffer unwrappedData) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSASLByteChannel.java88 public int read(final ByteBuffer unwrappedData) throws IOException argument
104 final int startPos = unwrappedData.position();
105 if (recvUnwrappedBuffer.remaining() > unwrappedData.remaining())
110 while (unwrappedData.hasRemaining())
112 unwrappedData.put(recvUnwrappedBuffer.get());
118 unwrappedData.put(recvUnwrappedBuffer);
120 return unwrappedData.position() - startPos;
130 public int write(final ByteBuffer unwrappedData) throws IOException argument
133 final int bytesWritten = unwrappedData.remaining();
139 while (unwrappedData
[all...]
H A DTLSByteChannel.java134 public int read(final ByteBuffer unwrappedData) throws IOException argument
150 final int startPos = unwrappedData.position();
151 if (recvUnwrappedBuffer.remaining() > unwrappedData.remaining())
156 while (unwrappedData.hasRemaining())
158 unwrappedData.put(recvUnwrappedBuffer.get());
164 unwrappedData.put(recvUnwrappedBuffer);
166 return unwrappedData.position() - startPos;
176 public int write(final ByteBuffer unwrappedData) throws IOException argument
179 final int bytesWritten = unwrappedData.remaining();
185 while (unwrappedData
349 doWrapAndSend(final ByteBuffer unwrappedData) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSASLByteChannel.java87 public int read(final ByteBuffer unwrappedData) throws IOException argument
103 final int startPos = unwrappedData.position();
104 if (recvUnwrappedBuffer.remaining() > unwrappedData.remaining())
109 while (unwrappedData.hasRemaining())
111 unwrappedData.put(recvUnwrappedBuffer.get());
117 unwrappedData.put(recvUnwrappedBuffer);
119 return unwrappedData.position() - startPos;
129 public int write(final ByteBuffer unwrappedData) throws IOException argument
132 final int bytesWritten = unwrappedData.remaining();
138 while (unwrappedData
[all...]
H A DTLSByteChannel.java133 public int read(final ByteBuffer unwrappedData) throws IOException argument
149 final int startPos = unwrappedData.position();
150 if (recvUnwrappedBuffer.remaining() > unwrappedData.remaining())
155 while (unwrappedData.hasRemaining())
157 unwrappedData.put(recvUnwrappedBuffer.get());
163 unwrappedData.put(recvUnwrappedBuffer);
165 return unwrappedData.position() - startPos;
175 public int write(final ByteBuffer unwrappedData) throws IOException argument
178 final int bytesWritten = unwrappedData.remaining();
184 while (unwrappedData
348 doWrapAndSend(final ByteBuffer unwrappedData) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DSASLByteChannel.java74 public int read(final ByteBuffer unwrappedData) throws IOException argument
90 final int startPos = unwrappedData.position();
91 if (recvUnwrappedBuffer.remaining() > unwrappedData.remaining())
96 while (unwrappedData.hasRemaining())
98 unwrappedData.put(recvUnwrappedBuffer.get());
104 unwrappedData.put(recvUnwrappedBuffer);
106 return unwrappedData.position() - startPos;
114 public int write(final ByteBuffer unwrappedData) throws IOException argument
117 final int bytesWritten = unwrappedData.remaining();
123 while (unwrappedData
[all...]
H A DTLSByteChannel.java124 public int read(final ByteBuffer unwrappedData) throws IOException argument
140 final int startPos = unwrappedData.position();
141 if (recvUnwrappedBuffer.remaining() > unwrappedData.remaining())
146 while (unwrappedData.hasRemaining())
148 unwrappedData.put(recvUnwrappedBuffer.get());
154 unwrappedData.put(recvUnwrappedBuffer);
156 return unwrappedData.position() - startPos;
164 public int write(final ByteBuffer unwrappedData) throws IOException argument
167 final int bytesWritten = unwrappedData.remaining();
173 while (unwrappedData
339 doWrapAndSend(final ByteBuffer unwrappedData) argument
[all...]

Completed in 37 milliseconds