- Sort Score
- Result 10 results
- Languages All
Results 11 - 14 of 14 for getLocalName (0.07 sec)
-
src/test/java/org/codelibs/fess/entity/SearchRequestParamsTest.java
} @Override public int getRemotePort() { throw new UnsupportedOperationException(); } @Override public String getLocalName() { throw new UnsupportedOperationException(); } @Override public String getLocalAddr() { throw new UnsupportedOperationException(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
out = socket.getOutputStream(); in = socket.getInputStream(); final SessionServicePacket ssp = new SessionRequestPacket(calledName, NbtAddress.getLocalName()); out.write(sbuf, 0, ssp.writeWireFormat(sbuf, 0)); if (readn(in, sbuf, 0, 4) < 4) { try { socket.close();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
return localhost; } /** * Gets the local host NetBIOS name. * * @return the local host name */ public static Name getLocalName() { return localhost.hostName; } /** * Determines the address of a host given it's host name. The name can be a NetBIOS name like
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
this.in = this.socket.getInputStream(); final SessionServicePacket ssp = new SessionRequestPacket(tc.getConfig(), calledName, tc.getNameServiceClient().getLocalName()); this.out.write(this.sbuf, 0, ssp.writeWireFormat(this.sbuf, 0)); if (readn(this.in, this.sbuf, 0, 4) < 4) { try { this.socket.close();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0)