Interface | Description |
---|---|
INetwork |
http 연결을 할때 사용된다.
|
IRequest |
Http 요청에 필요한 정보를 얻기위해 제공된다.
|
NetworkService |
Network interface for all other modules throughout the SDK.
|
Class | Description |
---|---|
ApiErrorCode |
ApiErrorCode related to network module.
|
ApiRequest |
로그인이 필요하지 않을 때 사용하는 Request 클래스.
|
ErrorResult |
Error에 대한 결과값을 저장하고 있는 객체.
|
KakaoNetworkImpl |
INetwork를 구현한 구현체.
|
NetworkService.Factory |
Factory class for getting instances of
NetworkService implementations. |
NetworkTask |
Http요청을 수행하는 class.
|
ServerProtocol |
Provides string constants necessary to constitute API requests, including server hosts, and
api endpoint paths.
|