HttpConfiguration Class

  • java.lang.Object
    • com.microsoft.identity.client.configuration.HttpConfiguration

public class HttpConfiguration

Method Summary

Modifier and Type Method and Description
int getConnectTimeout()

Gets the currently configured connect timeout for the public client application

int getReadTimeout()

Get the currently configured read timeout for the public client application

void setConnectTimeout(int timeout)

Sets the connect timeout for the public client application

void setReadTimeout(int timeout)

Sets the read timeout for the public client application

Method Details

getConnectTimeout

public int getConnectTimeout()

Gets the currently configured connect timeout for the public client application

getReadTimeout

public int getReadTimeout()

Get the currently configured read timeout for the public client application

Returns:

int

setConnectTimeout

public void setConnectTimeout(int timeout)

Sets the connect timeout for the public client application

Parameters:

timeout

setReadTimeout

public void setReadTimeout(int timeout)

Sets the read timeout for the public client application

Parameters:

timeout

Applies to