Lingua

SSLSocketFactory Classe

Definizione

SSLSocketFactorys create SSLSockets.

[Android.Runtime.Register("javax/net/ssl/SSLSocketFactory", DoNotGenerateAcw=true)]
public abstract class SSLSocketFactory : Javax.Net.SocketFactory
[<Android.Runtime.Register("javax/net/ssl/SSLSocketFactory", DoNotGenerateAcw=true)>]
type SSLSocketFactory = class
    inherit SocketFactory
Ereditarietà
Derivato
Attributi

Commenti

SSLSocketFactorys create SSLSockets.

Aggiunta nella versione 1.4.

per javax.net.ssl.SSLSocketFactory.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Costruttori

Nome Descrizione
SSLSocketFactory()

Il costruttore viene usato solo dalle sottoclassi.

SSLSocketFactory(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

Proprietà

Nome Descrizione
Class

Restituisce la classe di runtime di questo Objectoggetto .

(Ereditato da Object)
Default

Restituisce la factory del socket SSL predefinita.

Handle

Handle per l'istanza di Android sottostante.

(Ereditato da Object)
JniIdentityHashCode

Ottiene il codice hash di identità assegnato a questo Java peer dal runtime di interoperabilità.

(Ereditato da Object)
JniManagedPeerState

SSLSocketFactorys create SSLSockets.

(Ereditato da JavaObject)
JniPeerMembers

SSLSocketFactorys create SSLSockets.

PeerReference

Ottiene il riferimento all'oggetto JNI per questo peer Java.

(Ereditato da Object)
ThresholdClass

Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice.

ThresholdType

Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice.

Metodi

Nome Descrizione
Clone()

Crea e restituisce una copia di questo oggetto.

(Ereditato da Object)
Construct(JniObjectReference, JniObjectReferenceOptions)

SSLSocketFactorys create SSLSockets.

(Ereditato da JavaObject)
CreateSocket()

Crea un socket non connesso.

(Ereditato da SocketFactory)
CreateSocket(InetAddress, Int32, InetAddress, Int32)

Crea un socket e lo collega all'indirizzo remoto specificato sulla porta remota specificata.

(Ereditato da SocketFactory)
CreateSocket(InetAddress, Int32)

Crea un socket e lo connette al numero di porta specificato in corrispondenza dell'indirizzo specificato.

(Ereditato da SocketFactory)
CreateSocket(Socket, String, Int32, Boolean)

Restituisce un socket a più livelli su un socket esistente connesso all'host denominato, nella porta specificata.

CreateSocket(String, Int32, InetAddress, Int32)

Crea un socket e lo connette all'host remoto specificato sulla porta remota specificata.

(Ereditato da SocketFactory)
CreateSocket(String, Int32)

Crea un socket e lo connette all'host remoto specificato nella porta remota specificata.

(Ereditato da SocketFactory)
Dispose()

Rilascia le risorse contenute in questo peer Java.

(Ereditato da Object)
Dispose(Boolean)

Rilascia le risorse contenute in questo peer Java.

(Ereditato da Object)
DisposeUnlessReferenced()

SSLSocketFactorys create SSLSockets.

(Ereditato da JavaObject)
Equals(Object)

SSLSocketFactorys create SSLSockets.

(Ereditato da JavaObject)
Equals(Object)

Indica se un altro oggetto è "uguale a" questo.

(Ereditato da Object)
GetDefaultCipherSuites()

Restituisce l'elenco di pacchetti di crittografia abilitati per impostazione predefinita.

GetHashCode()

Restituisce un valore di codice hash per l'oggetto .

(Ereditato da Object)
GetSupportedCipherSuites()

Restituisce i nomi dei pacchetti di crittografia che possono essere abilitati per l'uso in una connessione SSL.

JavaFinalize()
Obsoleti.

Chiamato dal Garbage Collector su un oggetto quando Garbage Collection determina che non sono presenti altri riferimenti all'oggetto .

(Ereditato da Object)
Notify()

Riattiva un singolo thread in attesa del monitor dell'oggetto.

(Ereditato da Object)
NotifyAll()

Riattiva tutti i thread in attesa del monitor dell'oggetto.

(Ereditato da Object)
SetHandle(IntPtr, JniHandleOwnership)

Imposta la proprietà Handle.

(Ereditato da Object)
SetPeerReference(JniObjectReference, JniObjectReferenceOptions)

SSLSocketFactorys create SSLSockets.

(Ereditato da JavaObject)
ToArray<T>()

Crea una matrice gestita da questo wrapper di matrice Java.

(Ereditato da Object)
ToString()

Restituisce una rappresentazione di stringa dell'oggetto .

(Ereditato da Object)
UnregisterFromRuntime()

Annulla la registrazione di questo Java peer dal runtime di interoperabilità.

(Ereditato da Object)
Wait()

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo <>una notifica</em> o <em>interrotto</em>.

(Ereditato da Object)
Wait(Int64, Int32)

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo<> una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale.

(Ereditato da Object)
Wait(Int64)

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo<> una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale.

(Ereditato da Object)

Implementazioni dell'interfaccia esplicita

Nome Descrizione
IJavaPeerable.Disposed()

SSLSocketFactorys create SSLSockets.

(Ereditato da JavaObject)
IJavaPeerable.Finalized()

SSLSocketFactorys create SSLSockets.

(Ereditato da JavaObject)
IJavaPeerable.JniObjectReferenceControlBlock

SSLSocketFactorys create SSLSockets.

(Ereditato da JavaObject)
IJavaPeerable.SetJniIdentityHashCode(Int32)

SSLSocketFactorys create SSLSockets.

(Ereditato da JavaObject)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

SSLSocketFactorys create SSLSockets.

(Ereditato da JavaObject)
IJavaPeerable.SetPeerReference(JniObjectReference)

SSLSocketFactorys create SSLSockets.

(Ereditato da JavaObject)

Metodi di estensione

Nome Descrizione
GetJniTypeName(IJavaPeerable)

Ottiene il nome JNI del tipo dell'istanza selfdi .

JavaAs<TResult>(IJavaPeerable)

Provare a digitare selfTResult, verificando che la coercizione sia valida sul lato Java.

JavaCast<TResult>(IJavaObject)

Esegue una conversione del tipo di tipo controllato dal runtime Android.

JavaCast<TResult>(IJavaObject)

SSLSocketFactorys create SSLSockets.

TryJavaCast<TResult>(IJavaPeerable, TResult)

Provare a digitare selfTResult, verificando che la coercizione sia valida sul lato Java.

Si applica a