Modifier and Type | Method and Description |
---|---|
Book[] |
BookService.getAllBooks() |
Book |
BookService.getBook(String id) |
Modifier and Type | Method and Description |
---|---|
Book[] |
BookServiceApacheHttpClient.getAllBooks() |
Book |
BookServiceApacheHttpClient.getBook(String id) |
Modifier and Type | Method and Description |
---|---|
Book[] |
BookServiceGoogleHttpClient.getAllBooks() |
Book |
BookServiceGoogleHttpClient.getBook(String id) |
Modifier and Type | Method and Description |
---|---|
Book[] |
BookServiceGoogleHttpClient.getAllBooks() |
Book |
BookServiceGoogleHttpClient.getBook(String id) |
Modifier and Type | Method and Description |
---|---|
Book[] |
BookServiceJavaHttpClient.getAllBooks() |
Book |
BookServiceJavaHttpClient.getBook(String id) |
Modifier and Type | Method and Description |
---|---|
Book[] |
BookServiceJavaHttpClient.getAllBooks() |
Book |
BookServiceJavaHttpClient.getBook(String id) |
Modifier and Type | Method and Description |
---|---|
Book[] |
BookServiceJavaHttpClient.getAllBooks() |
Book |
BookServiceJavaHttpClient.getBook(String id) |
Modifier and Type | Method and Description |
---|---|
Book[] |
BookServiceJerseyClient.getAllBooks() |
Book |
BookServiceJerseyClient.getBook(String id) |
Modifier and Type | Method and Description |
---|---|
Book[] |
BookServiceJettyHttpClient.getAllBooks() |
Book |
BookServiceJettyHttpClient.getBook(String id) |
Modifier and Type | Method and Description |
---|---|
Book[] |
BookServiceSpringRestTemplate.getAllBooks() |
Book |
BookServiceSpringRestTemplate.getBook(String id) |
Modifier and Type | Method and Description |
---|---|
Book[] |
BookServiceSpringWebClient.getAllBooks() |
Book |
BookServiceSpringWebClient.getBook(String id) |
Modifier and Type | Method and Description |
---|---|
Map<String,Book> |
BookServer.getBooksDB() |
Copyright © 2022. All rights reserved.