|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SSLBuffer
Managed internal SSL buffer.
| Method Summary | |
|---|---|
ByteBuffer |
acquire()
Allocates the resources required for this buffer, or returns the resources already allocated for this buffer. |
boolean |
hasData()
Tests to make sure that the buffer has been acquired and the underlying buffer has a position larger than 0. |
boolean |
isAcquired()
Tests to see if this buffer has been acquired. |
void |
release()
Releases the resources for this buffer. |
| Method Detail |
|---|
ByteBuffer acquire()
release() is called, multiple invokations to this method must return the same
ByteBuffer.
void release()
boolean isAcquired()
true if the buffer is acquired, otherwise falseboolean hasData()
0. Essentially the same as isAquired() && acquire().position > 0.
true if the buffer has been acquired and the underlying buffer's position is > 0,
otherwise false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||