索引

A B C E F G I L M N O P R S U V 
すべてのクラス|すべてのパッケージ

A

AbstractCommunicator - org.thinkit.api.line.httpのクラス
The interface that abstracts the communication process.
AbstractCommunicator() - クラス のコンストラクタorg.thinkit.api.line.http.AbstractCommunicator
 
AccessForbiddenException - org.thinkit.api.line.exception.httpの例外
Thrown to indicate that the access is forbidden.
AccessForbiddenException() - 例外 のコンストラクタorg.thinkit.api.line.exception.http.AccessForbiddenException
Constructs an AccessForbiddenException with no detail message.
AccessForbiddenException(String) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.AccessForbiddenException
Constructs an AccessForbiddenException with the specified detail message.
AccessForbiddenException(String, Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.AccessForbiddenException
Constructs a new exception with the specified detail message and cause.
AccessForbiddenException(Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.AccessForbiddenException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
APPLICATION_X_WWWW_FORM_URLENCODED - org.thinkit.api.line.catalog.ContentType
"application/x-www-form-urlencoded"

B

BAD_GATEWAY - org.thinkit.api.line.catalog.ErrorHttpStatus
Bad gateway
BAD_REQUEST - org.thinkit.api.line.catalog.ErrorHttpStatus
Bad Request
BadGatewayException - org.thinkit.api.line.exception.httpの例外
Thrown to indicate that accessed the bad gateway.
BadGatewayException() - 例外 のコンストラクタorg.thinkit.api.line.exception.http.BadGatewayException
Constructs an BadGatewayException with no detail message.
BadGatewayException(String) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.BadGatewayException
Constructs an BadGatewayException with the specified detail message.
BadGatewayException(String, Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.BadGatewayException
Constructs a new exception with the specified detail message and cause.
BadGatewayException(Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.BadGatewayException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
BadRequestException - org.thinkit.api.line.exception.httpの例外
Thrown to indicate that send the bad request.
BadRequestException() - 例外 のコンストラクタorg.thinkit.api.line.exception.http.BadRequestException
Constructs an BadRequestException with no detail message.
BadRequestException(String) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.BadRequestException
Constructs an BadRequestException with the specified detail message.
BadRequestException(String, Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.BadRequestException
Constructs a new exception with the specified detail message and cause.
BadRequestException(Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.BadRequestException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
bearer(String) - クラス のstaticメソッドorg.thinkit.api.line.util.SecuritySchemeUtils
Returns the token passed as an argument in the format with the bearer schema.
BEARER - org.thinkit.api.line.catalog.SecurityScheme
The "Bearer" scheme

C

Communicator - org.thinkit.api.line.httpのインタフェース
The interface that manages the communication process.
ContentType - org.thinkit.api.line.catalogの列挙
The catalog that manages content type.
create(RequestParameterKey, String) - クラス のstaticメソッドorg.thinkit.api.line.util.RequestParameterUtils
Returns the request parameter based on the value passed as an argument.
createLineNotify(String) - インタフェース のメソッドorg.thinkit.api.line.factory.LineApiFactory
Returns the new instance of LineNotify .
createLineNotify(String) - クラス のメソッドorg.thinkit.api.line.factory.LineApiJFactory
 

E

ErrorHttpStatus - org.thinkit.api.line.catalogの列挙
The catalog that manages error http status.

F

FORBIDDEN - org.thinkit.api.line.catalog.ErrorHttpStatus
Forbidden

G

getInstance() - クラス のstaticメソッドorg.thinkit.api.line.factory.LineApiJFactory
Returns the singleton instance of LineApiJFactory .

I

INTERNAL_SERVER_ERROR - org.thinkit.api.line.catalog.ErrorHttpStatus
Internal server error
InternalServerErrorException - org.thinkit.api.line.exception.httpの例外
Thrown to indicate that the internal server error was happened.
InternalServerErrorException() - 例外 のコンストラクタorg.thinkit.api.line.exception.http.InternalServerErrorException
Constructs an InternalServerErrorException with no detail message.
InternalServerErrorException(String) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.InternalServerErrorException
Constructs an InternalServerErrorException with the specified detail message.
InternalServerErrorException(String, Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.InternalServerErrorException
Constructs a new exception with the specified detail message and cause.
InternalServerErrorException(Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.InternalServerErrorException
Constructs a new exception with the specified cause and a detail message of (cause==null ?

L

LINE_NOTIFY - org.thinkit.api.line.catalog.LineApi
The Line Notify
LineApi - org.thinkit.api.line.catalogの列挙
The catalog that manages Line API.
LineApiFactory - org.thinkit.api.line.factoryのインタフェース
The interface that manages factory process for Line API.
LineApiJFactory - org.thinkit.api.line.factoryのクラス
The factory class that manages Line API object.
LineApiJFactory() - クラス のコンストラクタorg.thinkit.api.line.factory.LineApiJFactory
 
LineNotify - org.thinkit.api.line.notifyのインタフェース
The interfaces that represents notification.
LineNotifyCommunicator - org.thinkit.api.line.notify.httpのクラス
The class that provides the process of HTTP communication for Line Notify.
LineNotifyCommunicator() - クラス のコンストラクタorg.thinkit.api.line.notify.http.LineNotifyCommunicator
 
LineNotifyJ - org.thinkit.api.line.notifyのクラス
The class that implements the process of sending a message to Line Notify.
LineNotifyJ() - クラス のコンストラクタorg.thinkit.api.line.notify.LineNotifyJ
 

M

MESSAGE - org.thinkit.api.line.catalog.RequestParameterKey
The message

N

NOT_ACCEPTABLE - org.thinkit.api.line.catalog.ErrorHttpStatus
Not acceptable
NOT_FOUND - org.thinkit.api.line.catalog.ErrorHttpStatus
Not found
NotAcceptableException - org.thinkit.api.line.exception.httpの例外
Thrown to indicate that the access is not acceptable.
NotAcceptableException() - 例外 のコンストラクタorg.thinkit.api.line.exception.http.NotAcceptableException
Constructs an NotAcceptableException with no detail message.
NotAcceptableException(String) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.NotAcceptableException
Constructs an NotAcceptableException with the specified detail message.
NotAcceptableException(String, Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.NotAcceptableException
Constructs a new exception with the specified detail message and cause.
NotAcceptableException(Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.NotAcceptableException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
NotFoundException - org.thinkit.api.line.exception.httpの例外
Thrown to indicate that the resource is not found.
NotFoundException() - 例外 のコンストラクタorg.thinkit.api.line.exception.http.NotFoundException
Constructs an NotFoundException with no detail message.
NotFoundException(String) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.NotFoundException
Constructs an NotFoundException with the specified detail message.
NotFoundException(String, Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.NotFoundException
Constructs a new exception with the specified detail message and cause.
NotFoundException(Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.NotFoundException
Constructs a new exception with the specified cause and a detail message of (cause==null ?

O

org.thinkit.api.line.catalog - パッケージ org.thinkit.api.line.catalog
 
org.thinkit.api.line.exception.http - パッケージ org.thinkit.api.line.exception.http
 
org.thinkit.api.line.factory - パッケージ org.thinkit.api.line.factory
 
org.thinkit.api.line.http - パッケージ org.thinkit.api.line.http
 
org.thinkit.api.line.notify - パッケージ org.thinkit.api.line.notify
 
org.thinkit.api.line.notify.http - パッケージ org.thinkit.api.line.notify.http
 
org.thinkit.api.line.util - パッケージ org.thinkit.api.line.util
 

P

post(GenericUrl, String) - インタフェース のメソッドorg.thinkit.api.line.http.Communicator
Sends a post request to the request URL.
post(GenericUrl, String) - クラス のメソッドorg.thinkit.api.line.notify.http.LineNotifyCommunicator
Sends a POST request to the URL set in the URL object passed as an argument.

R

RequestParameterKey - org.thinkit.api.line.catalogの列挙
The catalog that manages request parameter key.
RequestParameterUtils - org.thinkit.api.line.utilのクラス
The util class that manages request parameter.
RequestParameterUtils() - クラス のコンストラクタorg.thinkit.api.line.util.RequestParameterUtils
 

S

SecurityScheme - org.thinkit.api.line.catalogの列挙
The catalog that manages security scheme.
SecuritySchemeUtils - org.thinkit.api.line.utilのクラス
The util class that provides the function to resolve the security scheme name for tokens.
SecuritySchemeUtils() - クラス のコンストラクタorg.thinkit.api.line.util.SecuritySchemeUtils
 
sendMessage(String) - インタフェース のメソッドorg.thinkit.api.line.notify.LineNotify
Sends the message passed as an argument.
sendMessage(String) - クラス のメソッドorg.thinkit.api.line.notify.LineNotifyJ
 
SERVICE_UNAVAILABLE - org.thinkit.api.line.catalog.ErrorHttpStatus
Service unavailable
ServiceUnavailableException - org.thinkit.api.line.exception.httpの例外
Thrown to indicate that the service is unavailable now.
ServiceUnavailableException() - 例外 のコンストラクタorg.thinkit.api.line.exception.http.ServiceUnavailableException
Constructs an ServiceUnavailableException with no detail message.
ServiceUnavailableException(String) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.ServiceUnavailableException
Constructs an ServiceUnavailableException with the specified detail message.
ServiceUnavailableException(String, Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.ServiceUnavailableException
Constructs a new exception with the specified detail message and cause.
ServiceUnavailableException(Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.ServiceUnavailableException
Constructs a new exception with the specified cause and a detail message of (cause==null ?

U

UNAUTHORIZED - org.thinkit.api.line.catalog.ErrorHttpStatus
Unauthorized
UserUnauthorizedException - org.thinkit.api.line.exception.httpの例外
Thrown to indicate that the user is unauthorized.
UserUnauthorizedException() - 例外 のコンストラクタorg.thinkit.api.line.exception.http.UserUnauthorizedException
Constructs an UserUnauthorizedException with no detail message.
UserUnauthorizedException(String) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.UserUnauthorizedException
Constructs an UserUnauthorizedException with the specified detail message.
UserUnauthorizedException(String, Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.UserUnauthorizedException
Constructs a new exception with the specified detail message and cause.
UserUnauthorizedException(Throwable) - 例外 のコンストラクタorg.thinkit.api.line.exception.http.UserUnauthorizedException
Constructs a new exception with the specified cause and a detail message of (cause==null ?

V

valueOf(String) - 列挙 のstaticメソッドorg.thinkit.api.line.catalog.ContentType
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドorg.thinkit.api.line.catalog.ErrorHttpStatus
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドorg.thinkit.api.line.catalog.LineApi
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドorg.thinkit.api.line.catalog.RequestParameterKey
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドorg.thinkit.api.line.catalog.SecurityScheme
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙 のstaticメソッドorg.thinkit.api.line.catalog.ContentType
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙 のstaticメソッドorg.thinkit.api.line.catalog.ErrorHttpStatus
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙 のstaticメソッドorg.thinkit.api.line.catalog.LineApi
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙 のstaticメソッドorg.thinkit.api.line.catalog.RequestParameterKey
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙 のstaticメソッドorg.thinkit.api.line.catalog.SecurityScheme
この列挙型の定数を含む配列を宣言されている順序で 返します。
A B C E F G I L M N O P R S U V 
すべてのクラス|すべてのパッケージ