From e045f787e126f40d6cd2539632ceb02221c1e8d8 Mon Sep 17 00:00:00 2001 From: evanweaver Date: Fri, 26 Oct 2007 03:07:30 +0000 Subject: revert trunk to 1.1 git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@744 19e92222-5c0b-0410-8929-a290d50e31e9 --- ext/http11_java/Http11Service.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ext/http11_java/Http11Service.java (limited to 'ext/http11_java/Http11Service.java') diff --git a/ext/http11_java/Http11Service.java b/ext/http11_java/Http11Service.java new file mode 100644 index 0000000..5d78c49 --- /dev/null +++ b/ext/http11_java/Http11Service.java @@ -0,0 +1,13 @@ +import java.io.IOException; + +import org.jruby.Ruby; +import org.jruby.runtime.load.BasicLibraryService; + +import org.jruby.mongrel.Http11; + +public class Http11Service implements BasicLibraryService { + public boolean basicLoad(final Ruby runtime) throws IOException { + Http11.createHttp11(runtime); + return true; + } +} -- cgit v1.2.3-24-ge0c7