Mercurial Hosting > luan
comparison src/org/eclipse/jetty/http/AbstractGenerator.java @ 1036:b87f97f6418a
minor
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Thu, 03 Nov 2016 21:42:41 -0600 |
| parents | 898774c2cd87 |
| children | b71ad168fe34 |
comparison
equal
deleted
inserted
replaced
| 1035:898774c2cd87 | 1036:b87f97f6418a |
|---|---|
| 127 * @return Returns the contentBufferSize. | 127 * @return Returns the contentBufferSize. |
| 128 */ | 128 */ |
| 129 public final int getContentBufferSize() | 129 public final int getContentBufferSize() |
| 130 { | 130 { |
| 131 if (_buffer==null) | 131 if (_buffer==null) |
| 132 _buffer=_buffers.getBuffer(); | 132 _buffer = _buffers.getBuffer(); |
| 133 return _buffer.capacity(); | 133 return _buffer.capacity(); |
| 134 } | 134 } |
| 135 | 135 |
| 136 public final Buffer getUncheckedBuffer() | 136 public final Buffer getUncheckedBuffer() |
| 137 { | 137 { |
