- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for handler (0.04 sec)
-
Handler.java
limitations under the License. L15: */ L16:package org.codelibs.fess.test.net.protocol.xxx1; L17: L18:import java.io.IOException; L19:import java.net.URL; L20:import java.net.URLConnection; L21:import java.net.URLStreamHandler; L22: L23:public class Handler extends URLStreamHandler { L24: L25: public static final String PROTOCOL_TYPE = "web"; L26: L27: @Override L28: protected URLConnection openConnection(URL u) throws IOException { L29: return null; L30: } L31: L32:}...github.com/codelibs/fess/src/test/java/org/code...Tue Jun 18 00:44:11 UTC 2024 1006 bytes -
Handler.java
limitations under the License. L15: */ L16:package org.codelibs.fess.test.net.protocol.xxx3; L17: L18:import java.io.IOException; L19:import java.net.URL; L20:import java.net.URLConnection; L21:import java.net.URLStreamHandler; L22: L23:public class Handler extends URLStreamHandler { L24: L25: public static final String PROTOCOL_TYPE = "test"; L26: L27: @Override L28: protected URLConnection openConnection(URL u) throws IOException { L29: return null; L30: } L31: L32:}...github.com/codelibs/fess/src/test/java/org/code...Tue Jun 18 00:44:11 UTC 2024 1007 bytes -
Handler.java
limitations under the License. L15: */ L16:package org.codelibs.fess.test.net.protocol.xxx4; L17: L18:import java.io.IOException; L19:import java.net.URL; L20:import java.net.URLConnection; L21:import java.net.URLStreamHandler; L22: L23:public class Handler extends URLStreamHandler { L24: L25: @Override L26: protected URLConnection openConnection(URL u) throws IOException { L27: return null; L28: } L29: L30:}...github.com/codelibs/fess/src/test/java/org/code...Tue Jun 18 00:44:11 UTC 2024 951 bytes -
Handler.java
limitations under the License. L15: */ L16:package org.codelibs.fess.test.net.protocol.xxx2; L17: L18:import java.io.IOException; L19:import java.net.URL; L20:import java.net.URLConnection; L21:import java.net.URLStreamHandler; L22: L23:public class Handler extends URLStreamHandler { L24: L25: public static final String PROTOCOL_TYPE = "file"; L26: L27: @Override L28: protected URLConnection openConnection(URL u) throws IOException { L29: return null; L30: } L31: L32:}...github.com/codelibs/fess/src/test/java/org/code...Tue Jun 18 00:44:11 UTC 2024 1007 bytes