org.kohsuke.stopforumspam
Class StopForumSpam

java.lang.Object
  extended by org.kohsuke.stopforumspam.StopForumSpam

public class StopForumSpam
extends Object

Author:
Kohsuke Kawaguchi

Constructor Summary
StopForumSpam()
           
 
Method Summary
 Builder build()
          For bulk-query.
 Answer email(String value)
           
 Answer ip(String value)
           
 Answer query(Type type, String value)
          Makes a single query and obtains the answer.
 Answer username(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopForumSpam

public StopForumSpam()
Method Detail

query

public Answer query(Type type,
                    String value)
             throws IOException,
                    SAXException
Makes a single query and obtains the answer.

Throws:
IOException
SAXException

ip

public Answer ip(String value)
          throws IOException,
                 SAXException
Throws:
IOException
SAXException

email

public Answer email(String value)
             throws IOException,
                    SAXException
Throws:
IOException
SAXException

username

public Answer username(String value)
                throws IOException,
                       SAXException
Throws:
IOException
SAXException

build

public Builder build()
For bulk-query.



Copyright © 2012. All Rights Reserved.