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;

#region Constructors  

Initializes a new instance of the Server class. @param protocol Protocol server will accept data from. @param address IP address to bind socket(s) to. @param port Port to bind socket(s) to. @param dataAccess Interface that will allow the sErver to communicate to your External data store @throws java.io.IOException

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