Java Mine
ContentsIndexHome
PreviousUpNext
MineServer.MineServer Constructor (eMineListenerProtocol, InetAddress, int, iExternalDeviceStorage)
Syntax
Java
public MineServer(eMineListenerProtocol protocol, InetAddress address, int port, iExternalDeviceStorage dataAccess) throws IOException, InterruptedException;
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.  
iExternalDeviceStorage dataAccess 
Interface that will allow the sErver to communicate to your External data store  

#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!