- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getBufferCache (0.06 sec)
-
src/main/java/jcifs/dcerpc/DcerpcHandle.java
if ( this.state == 0 ) { bind(); } byte[] inB = this.transportContext.getBufferCache().getBuffer(); byte[] out = this.transportContext.getBufferCache().getBuffer(); try { NdrBuffer buf = encodeMessage(msg, out); int off = sendFragments(msg, out, buf);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jun 30 10:11:57 UTC 2019 - 12.9K bytes - Viewed (0) -
src/test/java/jcifs/tests/ContextConfigTest.java
@Before public void setUp () { this.context = SingletonContext.getInstance(); } @Test public void testSingletonInit () { assertNotNull(this.context.getBufferCache()); assertNotNull(this.context.getNameServiceClient()); assertNotNull(this.context.getTransportPool()); assertNotNull(this.context.getUrlHandler());
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 9.9K bytes - Viewed (0)