Java Mine
ContentsIndexHome
PreviousUpNext
MineServer.MineServer Constructor
Syntax
Java
public MineServer(eMineListenerProtocol protocol, InetAddress address, int port) throws IOException;
Parameters 
Description 
eMineListenerProtocol protocol 
Protocol server will accept data from.  
InetAddress address 
IP address to bind socket(s) to.  
int port 
Port to bind socket(s) to.  

 

Initializes a new instance of the server class.

@2015 all rights reserved
What do you think about this topic? Send feedback!