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.  

#region Constructors  

Initializes a new instance of the Server class.  

 

Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!