Java Mine
ContentsIndexHome
PreviousUpNext
MineServer.MineServer Constructor (eMineListenerProtocol, InetAddress, int)
Syntax
Java
public MineServer(eMineListenerProtocol protocol, InetAddress address, int port) throws IOException;

#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. @throws java.io.IOException

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