Searched refs:ib (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DCoyoteReader.java92 protected InputBuffer ib; field in class:CoyoteReader
100 public CoyoteReader(InputBuffer ib) { argument
101 super(ib, 1);
102 this.ib = ib;
124 ib = null;
134 if (ib == null) {
138 ib.close();
145 if (ib == null) {
149 return ib
[all...]
H A DCoyoteInputStream.java92 protected InputBuffer ib; field in class:CoyoteInputStream
98 public CoyoteInputStream(InputBuffer ib) { argument
99 this.ib = ib;
122 ib = null;
133 if (ib == null) {
146 Integer integer = Integer.valueOf(ib.readByte());
161 return ib.readByte();
167 if (ib == null) {
179 Integer integer = Integer.valueOf(ib
[all...]
/glassfish-3.1.2/common/common-util/src/test/java/org/glassfish/admin/payload/
H A DPayloadFilesManagerTest.java157 protected void checkResults(Inbound ib, PayloadFilesManager instance) throws Exception {
158 List<File> files = instance.processParts(ib);
189 protected void checkResults(Inbound ib, PayloadFilesManager instance) throws Exception {
190 List<File> files = instance.processParts(ib);
223 protected void checkResults(Inbound ib, PayloadFilesManager instance) throws Exception {
224 List<File> files = instance.processParts(ib);
249 protected void checkResults(Inbound ib, PayloadFilesManager instance) throws Exception {
250 List<File> files = instance.processParts(ib);
339 protected void checkResults(Inbound ib, PayloadFilesManager instance) throws Exception {
343 instance.processParts(ib);
1201 checkResults(final Payload.Inbound ib, final PayloadFilesManager instance) argument
[all...]

Completed in 13 milliseconds