当前位置: 首页 > 工具软件 > Copy Handler > 使用案例 >

java socket handler_SocketHandler

司寇苗宣
2023-12-01

SocketHandler Class

Definition

Assembly:Mono.Android.dll

A handler that writes log messages to a socket connection.

In this article

[Android.Runtime.Register("java/util/logging/SocketHandler", ApiSince=1, DoNotGenerateAcw=true)]

public class SocketHandler : Java.Util.Logging.StreamHandler

type SocketHandler = class

inherit StreamHandler

Remarks

Portions of this page are modifications based on work created and shared by the

Constructors

Constructs a SocketHandler object using the properties read by

the log manager, including the host name and port number.

A constructor used when creating managed representations of JNI objects; called by the runtime.

Constructs a SocketHandler object using the specified host name

and port number together with other properties read by the log manager.

Properties

Returns the unique instance of Class that represents this

object's class.

(Inherited from Object)

Gets the character encoding used by this handler, null for

default encoding.

(Inherited from Handler)

Gets the error manager used by this handler to report errors during

logging.

(Inherited from Handler)

Gets the filter used by this handler.

(Inherited from Handler)

Gets the formatter used by this handler to format the logging messages.

(Inherited from Handler)

The handle to the underlying Android instance.

(Inherited from Object)

Gets the logging level of this handler, records with levels lower than

this value will be dropped.

(Inherited from Handler)

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Methods

Creates and returns a copy of this Object.

(Inherited from Object)

Closes this handler.

(Inherited from StreamHandler)

(Inherited from Object)

Compares this instance with the specified object and indicates if they

are equal.

(Inherited from Object)

Flushes any buffered output.

(Inherited from StreamHandler)

Returns an integer hash code for this object.

(Inherited from Object)

Determines whether the supplied log record needs to be logged.

(Inherited from Handler)

Invoked when the garbage collector has detected that this instance is no longer reachable.

(Inherited from Object)

Causes a thread which is waiting on this object's monitor (by means of

calling one of the wait() methods) to be woken up.

(Inherited from Object)

Causes all threads which are waiting on this object's monitor (by means

of calling one of the wait() methods) to be woken up.

(Inherited from Object)

Accepts a logging request.

(Inherited from StreamHandler)

Reports an error to the error manager associated with this handler,

ErrorManager is used for that purpose.

(Inherited from Handler)

Sets the output stream this handler writes to.

(Inherited from StreamHandler)

Returns a string containing a concise, human-readable description of this

object.

(Inherited from Object)

Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object.

(Inherited from Object)

Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the

specified timeout expires.

(Inherited from Object)

Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the

specified timeout expires.

(Inherited from Object)

Explicit Interface Implementations

Extension Methods

Applies to

 类似资料:

相关阅读

相关文章

相关问答