A C G I S T V 

A

ac.simons.akismet - package ac.simons.akismet
 
Akismet - Class in ac.simons.akismet
Loosely oriented at http://akismet.com/development/api/
Akismet(HttpClient) - Constructor for class ac.simons.akismet.Akismet
 
AkismetComment - Class in ac.simons.akismet
Represents a comment send to akismet for spam check.
AkismetComment() - Constructor for class ac.simons.akismet.AkismetComment
 
AkismetException - Exception in ac.simons.akismet
 
AkismetException(String) - Constructor for exception ac.simons.akismet.AkismetException
 
AkismetException(Throwable) - Constructor for exception ac.simons.akismet.AkismetException
 

C

commentCheck(AkismetComment) - Method in class ac.simons.akismet.Akismet
This is basically the core of everything.

G

getApiConsumer() - Method in class ac.simons.akismet.Akismet
 
getApiEndpoint() - Method in class ac.simons.akismet.Akismet
 
getApiKey() - Method in class ac.simons.akismet.Akismet
 
getApiVersion() - Method in class ac.simons.akismet.Akismet
 
getCommentAuthor() - Method in class ac.simons.akismet.AkismetComment
 
getCommentAuthorEmail() - Method in class ac.simons.akismet.AkismetComment
 
getCommentAuthorUrl() - Method in class ac.simons.akismet.AkismetComment
 
getCommentContent() - Method in class ac.simons.akismet.AkismetComment
 
getCommentType() - Method in class ac.simons.akismet.AkismetComment
 
getHttpClient() - Method in class ac.simons.akismet.Akismet
 
getPermalink() - Method in class ac.simons.akismet.AkismetComment
 
getReferrer() - Method in class ac.simons.akismet.AkismetComment
 
getUserAgent() - Method in class ac.simons.akismet.Akismet
 
getUserAgent() - Method in class ac.simons.akismet.AkismetComment
 
getUserIp() - Method in class ac.simons.akismet.AkismetComment
 

I

isEnabled() - Method in class ac.simons.akismet.Akismet
 

S

setApiConsumer(String) - Method in class ac.simons.akismet.Akismet
 
setApiEndpoint(String) - Method in class ac.simons.akismet.Akismet
 
setApiKey(String) - Method in class ac.simons.akismet.Akismet
 
setApiVersion(String) - Method in class ac.simons.akismet.Akismet
 
setCommentAuthor(String) - Method in class ac.simons.akismet.AkismetComment
 
setCommentAuthorEmail(String) - Method in class ac.simons.akismet.AkismetComment
 
setCommentAuthorUrl(String) - Method in class ac.simons.akismet.AkismetComment
 
setCommentContent(String) - Method in class ac.simons.akismet.AkismetComment
 
setCommentType(String) - Method in class ac.simons.akismet.AkismetComment
 
setEnabled(boolean) - Method in class ac.simons.akismet.Akismet
 
setPermalink(String) - Method in class ac.simons.akismet.AkismetComment
 
setReferrer(String) - Method in class ac.simons.akismet.AkismetComment
 
setUserAgent(String) - Method in class ac.simons.akismet.AkismetComment
 
setUserIp(String) - Method in class ac.simons.akismet.AkismetComment
 
submitHam(AkismetComment) - Method in class ac.simons.akismet.Akismet
This call is intended for the marking of false positives, things that were incorrectly marked as spam.
submitSpam(AkismetComment) - Method in class ac.simons.akismet.Akismet
This call is for submitting comments that weren't marked as spam but should have been.

T

toEntity(String) - Method in class ac.simons.akismet.AkismetComment
Converts this comment to a HttpEntity to use in a akismet call
toString() - Method in class ac.simons.akismet.AkismetComment
 

V

verifyKey() - Method in class ac.simons.akismet.Akismet
The key verification call should be made before beginning to use the service.
A C G I S T V 

Copyright © 2011-2014 michael-simons.eu. All Rights Reserved.