EldoS
MsgConnect home / Documentation / HttpTransportClient.ClientThreadLimit property
Navigation
Web site
Support
Table Of Contents

Java ME 


HttpTransportClient.ClientThreadLimit

HttpTransportClient    


Defines how much client threads can be started at the same time.

Declaration

[Java ME]
    public void setClientThreadLimit(int value);
    public int getClientThreadLimit();

Description

    Use ClientThreadLimit to limit the number of client threads that can be started at the same time. Use 0 to start as many threads as needed. Client thread is the thread that connects to remote host.

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation