Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • apache

    1. Home>
    2. apache>
    3. Page 2

    Apache HttpClient – Custom SSL Context

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:0 Comments

    Using Secure Socket Layer, you can establish a secured connection between the client and server. It helps to safeguard sensitive information such as credit card numbers, usernames, passwords, pins, etc.…

    Continue ReadingApache HttpClient – Custom SSL Context

    Apache HttpClient – Multiple Threads

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:0 Comments

    A multi-threaded program contains two or more parts that can run concurrently and each part can handle a different task at the same time making optimal use of the available…

    Continue ReadingApache HttpClient – Multiple Threads

    Apache HttpClient – Cookies Management

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:0 Comments

    Cookies are text files stored on the client computer and they are kept for various information tracking purpose. HttpClient provides support for cookies you can create and manage cookies. Creating…

    Continue ReadingApache HttpClient – Cookies Management

    Apache HttpClient – Form-Based Login

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:0 Comments

    Using the HttpClient library you can send a request or, login to a form by passing parameters. Follow the steps given below to login to a form. Step 1 -…

    Continue ReadingApache HttpClient – Form-Based Login

    Apache HttpClient – Proxy Authentication

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:0 Comments

    In this chapter, we will learn how to create a HttpRequest authenticated using username and password and tunnel it through a proxy to a target host, using an example. Step…

    Continue ReadingApache HttpClient – Proxy Authentication

    Apache HttpClient – Using Proxy

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:1 Comment

    A Proxy server is an intermediary server between the client and the internet. Proxy servers offer the following basic functionalities − Firewall and network data filteringNetwork connection sharingData caching Using…

    Continue ReadingApache HttpClient – Using Proxy

    Apache HttpClient – User Authentication

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:0 Comments

    Using HttpClient, you can connect to a website which needed username and password. This chapter explains, how to execute a client request against a site that asks for username and…

    Continue ReadingApache HttpClient – User Authentication

    Apache HttpClient – Interceptors

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:0 Comments

    Interceptors are those which helps to obstruct or change requests or responses. Protocol interceptors in general act upon a specific header or a group of related headers. HttpClient library provides…

    Continue ReadingApache HttpClient – Interceptors

    Apache HttpClient – Aborting a Request

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:0 Comments

    You can abort the current HTTP request using the abort() method, i.e., after invoking this method, on a particular request, execution of it will be aborted. If this method is invoked after…

    Continue ReadingApache HttpClient – Aborting a Request

    Apache HttpClient – Closing Connection

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:0 Comments

    If you are processing HTTP responses manually instead of using a response handler, you need to close all the http connections by yourself. This chapter explains how to close the…

    Continue ReadingApache HttpClient – Closing Connection
    • Go to the previous page
    • 1
    • 2
    • 3
    • 4
    • 5
    • …
    • 19
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP